{"id":25308949,"url":"https://github.com/HiCodex/flutter_chat_app","last_synced_at":"2025-10-28T14:30:17.640Z","repository":{"id":166676960,"uuid":"592005985","full_name":"erabosscode/flutter_chat_app","owner":"erabosscode","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-10T10:43:58.000Z","size":273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T02:22:54.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/erabosscode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-22T16:33:01.000Z","updated_at":"2023-02-10T10:44:03.000Z","dependencies_parsed_at":"2023-06-01T15:15:39.030Z","dependency_job_id":null,"html_url":"https://github.com/erabosscode/flutter_chat_app","commit_stats":null,"previous_names":["tradecoder/flutter_chat_app","logixmaster/flutter_chat_app","mydigita/flutter_chat_app","erabossid/flutter_chat_app","erabosstt/flutter_chat_app","erabosscode/flutter_chat_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erabosscode%2Fflutter_chat_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erabosscode%2Fflutter_chat_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erabosscode%2Fflutter_chat_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erabosscode%2Fflutter_chat_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erabosscode","download_url":"https://codeload.github.com/erabosscode/flutter_chat_app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238658775,"owners_count":19509124,"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":[],"created_at":"2025-02-13T12:44:04.125Z","updated_at":"2025-10-28T14:30:17.035Z","avatar_url":"https://github.com/erabosscode.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_chat_app\n\n\n## Android setup\n\n* Set up firestore configuration from firestore documentation, follow all the steps accordingly\n\n* Download from firestore and put/ replace the file `google-services.json` in your `android/app/` folder\n\n* Add this line (or as provided by firestore) to `android/build.gradle`\n  `classpath 'com.google.gms:google-services:4.3.15'`\n\n* Add dependencies as shown in the firestore settings to your\n`android/app/build.gradle` file\n\n```dart\ndependencies {\n      implementation platform('com.google.firebase:firebase-bom:31.2.0')\n    implementation \"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version\"\n    implementation 'com.google.firebase:firebase-analytics-ktx'\n    implementation 'com.android.support:multidex:2.0.1'\n    // if the last line (multidex) not found in the firestor setting copy from here \n    // and add as shown. It's important.\n}\n\n```\n\n* Set up permission in `android/app/src/AndroidManifest.xml`\n```xml\n    \u003cuses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" /\u003e\n```\n* If there's an error `failed to connect...` turn off and on device wifi \n* If that also does not work, change your Android Emulator version\n\n* Along with other settings, make sure to add and import `firebase_core` and call `WidgetsFlutterBinding.ensureInitialized();` and `await Firebase.initializeApp();` on the `main.dart`\n\n```dart\nimport 'package:firebase_core/firebase_core.dart';\n\nvoid main() async {\n  WidgetsFlutterBinding.ensureInitialized();\n  await Firebase.initializeApp();\n  runApp(const MyApp());\n}\n\n```\n\n* If you face any minimum sdkVersion and target sdkVersion issue, follow as mentioned there.\n\n* No settings required for `image_picker` for latest android\n* For android push notification add this code to `android/app/src/main/AndroidManifest.xml` inside `\u003cactivity\u003e...\u003c/activity\u003e`\n```xml\n         \u003cintent-filter\u003e\n              \u003caction android:name=\"android.intent.action.MAIN\"/\u003e\n              \u003ccategory android:name=\"android.intent.category.LAUNCHER\"/\u003e\n          \u003c/intent-filter\u003e\n          \u003cintent-filter\u003e\n              \u003caction android:name=\"FLUTTER_NOTIFICATION_CLICK\"/\u003e\n              \u003ccategory android:name=\"android.intent.category.DEFAULT\"/\u003e\n          \u003c/intent-filter\u003e\n```\n\n## iOS set up\nFind the official document and do your own","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHiCodex%2Fflutter_chat_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHiCodex%2Fflutter_chat_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHiCodex%2Fflutter_chat_app/lists"}