diff --git a/.gitignore b/.gitignore index 7b048d8..484424f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,46 @@ -# Miscellaneous +# Some common .gitignore configurations that GitHub will never use # +# from https://gist.github.com/octocat/9257657 # +# Compiled source # +################### +*.com *.class +*.dll +*.exe +*.o +*.so + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### *.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Miscellaneous *.pyc *.swp -.DS_Store .atom/ .buildlog/ .history diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 5261a1a..6906d3a 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -213,7 +213,7 @@ }, "onboardingNotifAutostartSetting": "Open Settings", "onboardingFinish": "Alhamdulillah. All set", - "onboardingFinishDesc": "Welcome abroad. Do explore other features and tweak other settings as well.", + "onboardingFinishDesc": "Welcome aboard. Do explore other features and tweak other settings as well.", "onboardingDone": "Done", "onboardingNext": "Next", "zoneUpdatedToast": "Location updated", diff --git a/lib/views/ZoneChooser.dart b/lib/views/ZoneChooser.dart index c07293f..c4de319 100644 --- a/lib/views/ZoneChooser.dart +++ b/lib/views/ZoneChooser.dart @@ -27,7 +27,8 @@ class LocationChooser { static void onNewLocationSaved(BuildContext context) { GetStorage().write( kShouldUpdateNotif, true); //if zone changes, update the notification - //this setState will be called when user select a new location, this will update the Text short code + //this setState will be called when user select a new location, this will + //update the Text short code ScaffoldMessenger.of(context).showSnackBar( SnackBar( behavior: SnackBarBehavior.floating,