Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.