{"id":15008618,"url":"https://github.com/deliciafernandes/checklst","last_synced_at":"2025-04-09T16:07:33.223Z","repository":{"id":56056120,"uuid":"310428336","full_name":"deliciafernandes/Checklst","owner":"deliciafernandes","description":"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.","archived":false,"fork":false,"pushed_at":"2020-12-12T09:44:44.000Z","size":58326,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T16:07:22.704Z","etag":null,"topics":["app","appdev","appdeveloper","appdevelopment","dart","dart-lang","dartlang","firebase","flutter","flutter-app","flutter-apps","flutter-demo","flutter-examples","flutter-material","flutter-ui","flutter-widget","reminder","reminder-app","reminder-application","reminders"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deliciafernandes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-05T22:06:24.000Z","updated_at":"2025-01-19T06:25:17.000Z","dependencies_parsed_at":"2022-08-15T12:20:29.753Z","dependency_job_id":null,"html_url":"https://github.com/deliciafernandes/Checklst","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliciafernandes%2FChecklst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliciafernandes%2FChecklst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliciafernandes%2FChecklst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliciafernandes%2FChecklst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deliciafernandes","download_url":"https://codeload.github.com/deliciafernandes/Checklst/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065287,"owners_count":21041871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","appdev","appdeveloper","appdevelopment","dart","dart-lang","dartlang","firebase","flutter","flutter-app","flutter-apps","flutter-demo","flutter-examples","flutter-material","flutter-ui","flutter-widget","reminder","reminder-app","reminder-application","reminders"],"created_at":"2024-09-24T19:19:42.200Z","updated_at":"2025-04-09T16:07:33.195Z","avatar_url":"https://github.com/deliciafernandes.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Checklst : Reminder App :pushpin:\n\n### Table of Contents\n1. \u003ca href=\"#Details\"\u003eProject Details\u003c/a\u003e\n2. \u003ca href=\"#FS\"\u003eFile Structure\u003c/a\u003e\n3. \u003ca href=\"#Clone\"\u003eOnce cloned, follow\u003c/a\u003e\n4. \u003ca href=\"#Contribute\"\u003eHow to Contribute\u003c/a\u003e\n\n---\n\n### \u003ca name=\"Details\"\u003e1. Project Details\u003c/a\u003e\nCross Platform Location Based Reminder App with Cloud Functionality.\n\n**To test the app yourself:**\n1. Download the latest [Checklst.apk](https://github.com/deliciafernandes/Checklst/releases/tag/v2.0.0) release in your mobile device.\n2. Install the app.\n3. Ready to use! 😊\n\n**Show me the result, I'm too lazy to test:** [Checkout this video!](https://github.com/deliciafernandes/Checklst/blob/main/Checklst.mov)\n\n### \u003ca name=\"FS\"\u003e2. File Structure\u003c/a\u003e\n(1) [Native Android Code](https://github.com/deliciafernandes/Checklst/tree/main/android)\n\u003cbr\u003e(2) [Native iOS Code](https://github.com/deliciafernandes/Checklst/tree/main/ios)\n\u003cbr\u003e(3) [Assets folder](https://github.com/deliciafernandes/Checklst/tree/main/assets)\n\u003cbr\u003e(4) [Packages file, pubspec.yaml](https://github.com/deliciafernandes/Checklst/blob/main/pubspec.yaml \"pubspec.yaml\")\n\u003cbr\u003e(5) [Flutter Code in Library Folder](https://github.com/deliciafernandes/Checklst/tree/main/lib)\n\n### \u003ca name=\"Clone\"\u003e3. Once cloned, follow:\u003c/a\u003e\n\n**Android:**\n1. This is a no brainer, \"android/app/google-services.json\"\n2. Make sure app has a local.properties file in the `Project -\u003e Android` folder, if not:\n\t* Go to your  `Project -\u003e Android`\n\t* Create a file  `local.properties` file\n\t* Open the file and Paste your Android SDK path depending on the operating system:\n\t\ta. Windows\n\t\t\t`sdk.dir = C:/Users/USERNAME/AppData/Local/Android/sdk`\n\t\t\n\t\tb. Linux or MacOS\n\t\t\t`sdk.dir = /home/USERNAME/Android/sdk`\n\n\t\tReplace  `USERNAME`  with your user name\n\n3. Next, in `local.properties` add Google Maps API Key!\n4. If you don't have Google Maps Setup,  follow [Adding Google Maps API key to Android App precisely!](https://developers.google.com/maps/documentation/android-sdk/get-api-key)\n\n**After setup, Run:**\n- flutter clean\n- flutter doctor\n- flutter pub get\n- flutter run\n\n**iOS Specific, `cd ios`**\n- pod repo update\n- pod update\n- sudo gem install cocoapods\n- pod setup\n- flutter run\n\n---\n### \u003ca name=\"Contribute\"\u003e**4. How to Contribute:**\u003c/a\u003e\n\n1. Clone repo and create a new branch: `$ https://github.com/deliciafernandes/Checklst -b name_for_new_branch`.\n2. Make changes and test.\n3. Submit Pull Request with comprehensive description of changes.\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003e\u003ca href=\"https://github.com/deliciafernandes/\"\u003eKeep fluttering!\u003c/a\u003e\u003c/b\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliciafernandes%2Fchecklst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeliciafernandes%2Fchecklst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliciafernandes%2Fchecklst/lists"}