Skip to content

Flutter location-based reminder app having Firebase Realtime Database, integrated Google Maps API, Search bar, User Authentication, and cloud functionality to access from different devices.

deliciafernandes/Checklst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checklst : Reminder App 📌

Table of Contents

  1. Project Details
  2. File Structure
  3. Once cloned, follow
  4. How to Contribute

Cross Platform Location Based Reminder App with Cloud Functionality.

To test the app yourself:

  1. Download the latest Checklst.apk release in your mobile device.
  2. Install the app.
  3. Ready to use! 😊

Show me the result, I'm too lazy to test: Checkout this video!

(1) Native Android Code
(2) Native iOS Code
(3) Assets folder
(4) Packages file, pubspec.yaml
(5) Flutter Code in Library Folder

Android:

  1. This is a no brainer, "android/app/google-services.json"

  2. Make sure app has a local.properties file in the Project -> Android folder, if not:

    • Go to your Project -> Android

    • Create a file local.properties file

    • Open the file and Paste your Android SDK path depending on the operating system: a. Windows sdk.dir = C:/Users/USERNAME/AppData/Local/Android/sdk

      b. Linux or MacOS sdk.dir = /home/USERNAME/Android/sdk

      Replace USERNAME with your user name

  3. Next, in local.properties add Google Maps API Key!

  4. If you don't have Google Maps Setup, follow Adding Google Maps API key to Android App precisely!

After setup, Run:

  • flutter clean
  • flutter doctor
  • flutter pub get
  • flutter run

iOS Specific, cd ios

  • pod repo update
  • pod update
  • sudo gem install cocoapods
  • pod setup
  • flutter run

  1. Clone repo and create a new branch: $ https://github.com/deliciafernandes/Checklst -b name_for_new_branch.
  2. Make changes and test.
  3. Submit Pull Request with comprehensive description of changes.

Keep fluttering!