Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emrd/flutter-android-dynamic-name-with-firebase-remote-config
https://github.com/emrd/flutter-android-dynamic-name-with-firebase-remote-config
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/flutter-android-dynamic-name-with-firebase-remote-config
- Owner: EmrD
- Created: 2024-10-31T17:26:06.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-10-31T17:30:22.000Z (17 days ago)
- Last Synced: 2024-10-31T18:27:55.290Z (17 days ago)
- Language: Dart
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Dynamic App Icon
A Flutter project that uses ```android_dynamic_icon``` to create a dynamic app icon and display name.
## Getting Started
A few resources to get you started if this is your first Flutter project:
- [Android Dynamic Icon Package](https://github.com/yatharth25/android_dynamic_icon/tree/main)
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)## Installation
- Clone this repository
- Add your Firebase config to ```.env``` in the root of the repository
- Check the ```AndroidManifest.xml``` file to add the correct files with correct names.
- Change the example icons to your icons in ```android/app/src/main/res/drawable/*```
- Run ```flutter pub get``` to install the packages
- Run ```flutter run``` to start the application.