Skip to content

Commit 42fef8b

Browse files
authored
Update README.md
1 parent 6391c3d commit 42fef8b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ flutter pub get
213213
- Enable the required Firebase services for your app, including Firestore, Authentication, and Cloud Messaging.
214214

215215
5. Set up Firebase for your project by following the [Using Firebase CLI](https://firebase.google.com/docs/flutter/setup).
216+
---
216217

217218
6. ### Customized `chat_bubbles` Package
218219

@@ -238,8 +239,13 @@ removeable/bubble_special_three.dart
238239
```
239240
- Delete the existing `bubble_special_three.dart` file and replace it with the downloaded file from my repository.
240241
242+
---
241243
242-
7. Run the app:
244+
7. Update app's launcher icon:
245+
```bash
246+
dart run flutter_launcher_icons
247+
```
248+
8. Run the app:
243249

244250
```bash
245251
flutter run

0 commit comments

Comments
 (0)