SYMBOL INDEX (203 symbols across 39 files) FILE: lib/classes/progress_painter.dart class ProgressPainter (line 4) | class ProgressPainter extends CustomPainter { method paint (line 25) | void paint(Canvas canvas, Size size) method shouldRepaint (line 39) | bool shouldRepaint(CustomPainter painter) FILE: lib/generated/i18n.dart class S (line 11) | class S implements WidgetsLocalizations { method of (line 19) | S of(BuildContext context) class $en (line 26) | class $en extends S { class GeneratedLocalizationsDelegate (line 30) | class GeneratedLocalizationsDelegate extends LocalizationsDelegate { method listResolution (line 39) | LocaleListResolutionCallback listResolution({Locale fallback, bool wit... method resolution (line 49) | LocaleResolutionCallback resolution({Locale fallback, bool withCountry... method load (line 56) | Future load(Locale locale) method isSupported (line 72) | bool isSupported(Locale locale) method shouldReload (line 75) | bool shouldReload(GeneratedLocalizationsDelegate old) method _resolve (line 80) | Locale _resolve(Locale locale, Locale fallback, Iterable suppo... method _isSupported (line 99) | bool _isSupported(Locale locale, bool withCountry) function getLang (line 122) | String getLang(Locale l) FILE: lib/main.dart function main (line 15) | void main() class MyApp (line 23) | class MyApp extends StatefulWidget { method createState (line 25) | _MyAppState createState() class _MyAppState (line 28) | class _MyAppState extends State with WidgetsBindingObserver { method initState (line 32) | void initState() method dispose (line 38) | void dispose() method didChangePlatformBrightness (line 44) | void didChangePlatformBrightness() method build (line 51) | Widget build(BuildContext context) class HomeController (line 80) | class HomeController extends StatelessWidget { method build (line 82) | Widget build(BuildContext context) FILE: lib/models/Place.dart class Place (line 1) | class Place { FILE: lib/models/Trip.dart class Trip (line 6) | class Trip { method toJson (line 30) | Map toJson() method types (line 56) | Map types({color = Colors.black}) method getLocationImage (line 66) | Image getLocationImage() method getTotalTripDays (line 73) | int getTotalTripDays() method getDaysUntilTrip (line 81) | int getDaysUntilTrip() method getCurrentDailyBudget (line 89) | int getCurrentDailyBudget() method ledgerItem (line 97) | Map ledgerItem(String amount, String type) FILE: lib/models/User.dart class User (line 1) | class User { method toJson (line 7) | Map toJson() FILE: lib/services/admob_service.dart class AdMobService (line 5) | class AdMobService { method getAdMobAppId (line 7) | String getAdMobAppId() method _getBannerAdId (line 16) | String _getBannerAdId() method getInterstitialAdId (line 27) | String getInterstitialAdId() method getNewTripInterstitial (line 39) | InterstitialAd getNewTripInterstitial() method _getHomePageBannerAd (line 50) | BannerAd _getHomePageBannerAd() method showHomeBannerAd (line 57) | void showHomeBannerAd() method hideHomeBannerAd (line 64) | void hideHomeBannerAd() FILE: lib/services/auth_service.dart class AuthService (line 7) | class AuthService { method getCurrentUID (line 16) | String getCurrentUID() method getCurrentUser (line 21) | Future getCurrentUser() method createUserWithEmailAndPassword (line 34) | Future createUserWithEmailAndPassword( method updateUserName (line 46) | Future updateUserName(String name, User currentUser) method signInWithEmailAndPassword (line 52) | Future signInWithEmailAndPassword( method sendPasswordResetEmail (line 66) | Future sendPasswordResetEmail(String email) method singInAnonymously (line 71) | Future singInAnonymously() method convertUserWithEmail (line 75) | Future convertUserWithEmail( method convertWithGoogle (line 85) | Future convertWithGoogle() method signInWithGoogle (line 98) | Future signInWithGoogle() method signInWithApple (line 109) | Future signInWithApple() method createUserWithPhone (line 144) | Future createUserWithPhone(String phone, BuildContext context) class NameValidator (line 196) | class NameValidator { method validate (line 197) | String validate(String value) class EmailValidator (line 211) | class EmailValidator { method validate (line 212) | String validate(String value) class PasswordValidator (line 220) | class PasswordValidator { method validate (line 221) | String validate(String value) FILE: lib/services/custom_colors.dart class CustomColors (line 3) | class CustomColors { FILE: lib/services/firebase_service.dart class FirebaseService (line 5) | class FirebaseService { method getNextTrip (line 7) | Future getNextTrip(context) method addToLedger (line 19) | void addToLedger(context, documentId, item) FILE: lib/views/deposit_view.dart class DepositView (line 9) | class DepositView extends StatefulWidget { method createState (line 17) | _DepositViewState createState() class _DepositViewState (line 20) | class _DepositViewState extends State { method build (line 25) | Widget build(BuildContext context) method _numberBtn (line 75) | Widget _numberBtn(String number) method _deleteBtn (line 96) | Widget _deleteBtn() method _actionBtn (line 114) | Widget _actionBtn(String type) FILE: lib/views/detail_trip_view.dart class DetailTripView (line 12) | class DetailTripView extends StatefulWidget { method createState (line 18) | _DetailTripViewState createState() class _DetailTripViewState (line 21) | class _DetailTripViewState extends State { method initState (line 25) | void initState() method build (line 33) | Widget build(BuildContext context) method daysOutCard (line 77) | Widget daysOutCard() method tripDetails (line 93) | Widget tripDetails() method totalBudgetCard (line 122) | Widget totalBudgetCard() method notesCard (line 174) | Widget notesCard(context) method setNoteText (line 211) | List setNoteText() method _tripEditModalBottomSheet (line 228) | void _tripEditModalBottomSheet(context) method updateTrip (line 312) | Future updateTrip(context) method deleteTrip (line 323) | Future deleteTrip(context) FILE: lib/views/edit_notes_view.dart class EditNotesView (line 7) | class EditNotesView extends StatefulWidget { method createState (line 13) | _EditNotesViewState createState() class _EditNotesViewState (line 16) | class _EditNotesViewState extends State { method initState (line 22) | void initState() method build (line 28) | Widget build(BuildContext context) method buildHeading (line 53) | Widget buildHeading(context) method buildNotesText (line 78) | Widget buildNotesText() method buildSubmitButton (line 97) | Widget buildSubmitButton(context) FILE: lib/views/first_view.dart class FirstView (line 5) | class FirstView extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: lib/views/home_view.dart class HomeView (line 13) | class HomeView extends StatefulWidget { method createState (line 21) | _HomeViewState createState() class _HomeViewState (line 24) | class _HomeViewState extends State { method build (line 26) | Widget build(BuildContext context) FILE: lib/views/home_widgets/current_daily_budget.dart class CurrentDailyBudget (line 4) | class CurrentDailyBudget extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: lib/views/home_widgets/days_until_trip.dart class DaysUntilTrip (line 4) | class DaysUntilTrip extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: lib/views/home_widgets/home_header.dart class HomeHeader (line 4) | class HomeHeader extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: lib/views/home_widgets/notes.dart class Notes (line 5) | class Notes extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) method setNoteText (line 47) | List setNoteText() FILE: lib/views/home_widgets/percent_saved.dart class PercentSaved (line 5) | class PercentSaved extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) FILE: lib/views/home_widgets/saved_vs_needed.dart class SavedVsNeeded (line 4) | class SavedVsNeeded extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: lib/views/home_widgets/travel_type.dart class TravelType (line 4) | class TravelType extends StatelessWidget { method getTypeIcon (line 8) | Widget getTypeIcon() method build (line 17) | Widget build(BuildContext context) FILE: lib/views/home_widgets/trip_details_card.dart class TripDetailsCard (line 6) | class TripDetailsCard extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: lib/views/navigation_view.dart class NavigationView (line 8) | class NavigationView extends StatefulWidget { method createState (line 10) | State createState() class _NavigationViewState (line 15) | class _NavigationViewState extends State { method didChangeDependencies (line 21) | void didChangeDependencies() method build (line 27) | Widget build(BuildContext context) method onTabTapped (line 96) | void onTabTapped(int index) FILE: lib/views/new_trips/budget_view.dart type budgetType (line 7) | enum budgetType { simple, complex } class NewTripBudgetView (line 9) | class NewTripBudgetView extends StatefulWidget { method createState (line 15) | _NewTripBudgetViewState createState() class _NewTripBudgetViewState (line 18) | class _NewTripBudgetViewState extends State { method initState (line 30) | void initState() method setBudgetFields (line 58) | List setBudgetFields(_budgetController) method build (line 122) | Widget build(BuildContext context) FILE: lib/views/new_trips/date_view.dart class NewTripDateView (line 9) | class NewTripDateView extends StatefulWidget { method createState (line 15) | _NewTripDateViewState createState() class _NewTripDateViewState (line 18) | class _NewTripDateViewState extends State { method displayDateRangePicker (line 22) | Future displayDateRangePicker(BuildContext context) method build (line 38) | Widget build(BuildContext context) method buildButtons (line 64) | Widget buildButtons() method buildingSelectedDates (line 102) | Widget buildingSelectedDates() method buildSelectedDetails (line 157) | Widget buildSelectedDetails(BuildContext context, Trip trip) FILE: lib/views/new_trips/location_view.dart class NewTripLocationView (line 13) | class NewTripLocationView extends StatefulWidget { method createState (line 19) | _NewTripLocationViewState createState() class _NewTripLocationViewState (line 22) | class _NewTripLocationViewState extends State { method initState (line 39) | void initState() method dispose (line 47) | void dispose() method getLocationResults (line 62) | void getLocationResults(String input) method getLocationPhotoRef (line 94) | Future getLocationPhotoRef(placeId) method build (line 101) | Widget build(BuildContext context) method buildPlaceCard (line 137) | Widget buildPlaceCard(BuildContext context, int index) FILE: lib/views/new_trips/summary_view.dart class NewTripSummaryView (line 10) | class NewTripSummaryView extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) FILE: lib/views/past_trips_view.dart class PastTripsView (line 8) | class PastTripsView extends StatefulWidget { method createState (line 10) | _PastTripsViewState createState() class _PastTripsViewState (line 13) | class _PastTripsViewState extends State { method initState (line 21) | void initState() method dispose (line 27) | void dispose() method didChangeDependencies (line 34) | void didChangeDependencies() method build (line 80) | Widget build(BuildContext context) FILE: lib/views/profile_view.dart class ProfileView (line 6) | class ProfileView extends StatefulWidget { method createState (line 8) | _ProfileViewState createState() class _ProfileViewState (line 11) | class _ProfileViewState extends State { method build (line 17) | Widget build(BuildContext context) method displayUserInformation (line 39) | Widget displayUserInformation(context, snapshot) method showSignOut (line 115) | Widget showSignOut(context, bool isAnonymous) method adminFeature (line 137) | Widget adminFeature() method _userEditBottomSheet (line 145) | void _userEditBottomSheet(BuildContext context) FILE: lib/views/sign_up_view.dart type AuthFormType (line 13) | enum AuthFormType { signIn, signUp, reset, anonymous, convert, phone } class SignUpView (line 15) | class SignUpView extends StatefulWidget { method createState (line 21) | _SignUpViewState createState() class _SignUpViewState (line 25) | class _SignUpViewState extends State { method initState (line 30) | void initState() method switchFormState (line 48) | void switchFormState(String state) method validate (line 63) | bool validate() method submit (line 77) | void submit() method build (line 123) | Widget build(BuildContext context) method showAlert (line 178) | Widget showAlert() method buildHeaderText (line 216) | AutoSizeText buildHeaderText() method onPhoneNumberChange (line 238) | void onPhoneNumberChange( method buildInputs (line 245) | List buildInputs() method buildSignUpInputDecoration (line 308) | InputDecoration buildSignUpInputDecoration(String hint) method buildButtons (line 321) | List buildButtons() method showForgotPassword (line 383) | Widget showForgotPassword(bool visible) method buildSocialIcons (line 400) | Widget buildSocialIcons(bool visible) method buildAppleSignIn (line 455) | Widget buildAppleSignIn(_auth) FILE: lib/widgets/calculator_widget.dart class CalculatorWidget (line 7) | class CalculatorWidget extends StatefulWidget { method createState (line 15) | _CalculatorWidgetState createState() class _CalculatorWidgetState (line 18) | class _CalculatorWidgetState extends State { method initState (line 24) | void initState() method build (line 31) | Widget build(BuildContext context) method generateAddMoneyBtn (line 135) | RaisedButton generateAddMoneyBtn(int amount) FILE: lib/widgets/custom_dialog.dart class CustomDialog (line 4) | class CustomDialog extends StatelessWidget { method build (line 26) | Widget build(BuildContext context) FILE: lib/widgets/divider_with_text_widget.dart class DividerWithText (line 3) | class DividerWithText extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) FILE: lib/widgets/money_text_field.dart class MoneyTextField (line 4) | class MoneyTextField extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: lib/widgets/provider_widget.dart class Provider (line 4) | class Provider extends InheritedWidget { method updateShouldNotify (line 12) | bool updateShouldNotify(InheritedWidget oldWidget) method of (line 16) | Provider of(BuildContext context) FILE: lib/widgets/rounded_button.dart class RoundedButton (line 3) | class RoundedButton extends RaisedButton { method build (line 11) | Widget build(BuildContext context) FILE: lib/widgets/trip_card.dart function buildTripCard (line 9) | Widget buildTripCard(BuildContext context, DocumentSnapshot document, [b... FILE: test/widget_test.dart function main (line 13) | void main()