Skip to content

Commit b3f81e8

Browse files
authored
Update README.md
1 parent 5ffde7f commit b3f81e8

File tree

1 file changed

+13
-42
lines changed

1 file changed

+13
-42
lines changed

README.md

Lines changed: 13 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ This Flutter project is a chat application inspired by WhatsApp. The app feature
9292
<img src="https://github.com/MoazSayed7/Flutter-Chat-App-Firebase-Authentication-Messaging-WhatsApp-Like/assets/75115429/0903c423-ae48-4e4f-b824-35e66b95859a" alt="drawing" style="width:250px;"/>
9393
<img src="https://github.com/MoazSayed7/Flutter-Chat-App-Firebase-Authentication-Messaging-WhatsApp-Like/assets/75115429/961764ab-aa39-4358-9c49-46642c61a25b" alt="drawing" style="width:250px;"/>
9494
<img src="https://github.com/MoazSayed7/Flutter-Chat-App-Firebase-Authentication-Messaging-WhatsApp-Like/assets/75115429/5c4007b0-e594-468c-94e8-2fb7d46aacb4" alt="drawing" style="width:250px;"/>
95+
<br/>
96+
<br/>
97+
<br/>
98+
<img src="https://github.com/user-attachments/assets/7f9ddae1-be41-4bcb-ac6a-c911de9606b4" alt="drawing" style="width:250px;"/>
9599
</body>
96100
</HTML>
97101

@@ -105,7 +109,8 @@ This Flutter project is a chat application inspired by WhatsApp. The app feature
105109
<br/>
106110
<br/>
107111
<br/>
108-
<img src="https://github.com/MoazSayed7/Flutter-Chat-App-Firebase-Authentication-Messaging-WhatsApp-Like/assets/75115429/5d4b01b8-8aeb-43ab-935c-0fd57077eb80" alt="drawing" style="width:250px;"/>
112+
<img src="https://github.com/user-attachments/assets/d1c66959-dff9-4e2d-8d97-02a624ebc0b0" alt="drawing" style="width:250px;"/>
113+
<img src="https://github.com/user-attachments/assets/5eb836bf-d392-4157-8d71-7b4caf2667c7" alt="drawing" style="width:250px;"/>
109114
<img src="https://github.com/MoazSayed7/Flutter-Chat-App-Firebase-Authentication-Messaging-WhatsApp-Like/assets/75115429/c5917daa-66dc-4ccf-9d04-67384061609d" alt="drawing" style="width:250px;"/>
110115
</body>
111116
</HTML>
@@ -206,6 +211,10 @@ This Flutter project is a chat application inspired by WhatsApp. The app feature
206211
- `flutter_speed_dial`: Plugin to implement a beautiful and dynamic Material Design Speed Dial with labels.
207212
- `flutter_svg`: An SVG rendering and widget library.
208213
- `gap`: Simplifies spacing management in layouts.
214+
- `flutter_link_previewer`: Customizable link and URL preview extracted from the provided text with the ability to render from the cache.
215+
- `gallery_saver`: Saves images and videos from network or temporary file to external storage. Both images and videos will be visible in Android Gallery and iOS Photos.
216+
- `restart_app`: A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.
217+
- `path_provider`: Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
209218
- `google_sign_in`: Facilitates Google Sign-In authentication.
210219
- `googleapis_auth`: Obtain Access credentials for Google services using OAuth 2.0.
211220
- `image_picker`: Plugin for selecting images from the image library, and taking new pictures with the camera.
@@ -246,56 +255,18 @@ flutter pub get
246255
5. Set up Firebase for your project by following the [Using Firebase CLI](https://firebase.google.com/docs/flutter/setup).
247256
---
248257

249-
6. ### Customized `chat_bubbles` Package
250-
251-
I have made custom modifications to the `chat_bubbles` package
252-
253-
#### Implementation Details
254-
255-
I have already uploaded the edited files to my project. You can find it in the following path:
256-
257-
```
258-
removeable/bubble_normal_image.dart
259-
removeable/bubble_special_three.dart
260-
removeable/date_chip.dart
261-
removeable/message_bar.dart
262-
```
263-
264-
#### How to Apply Changes
265-
266-
1. Download the edited files.
267-
268-
2. Replace the existing files in your Flutter project with the downloaded files.
269-
270-
- For `bubble_special_three.dart` and `bubble_normal_image.dart`, navigate to:
271-
```
272-
%LocalAppData%\Pub\Cache\hosted\pub.dev\chat_bubbles-1.5.0\lib\bubbles\
273-
```
274-
275-
- For `date_chip.dart`, navigate to:
276-
```
277-
%LocalAppData%\Pub\Cache\hosted\pub.dev\chat_bubbles-1.5.0\lib\date_chips\
278-
```
279-
280-
- For `message_bar.dart`, navigate to:
281-
```
282-
%LocalAppData%\Pub\Cache\hosted\pub.dev\chat_bubbles-1.5.0\lib\message_bars\
283-
```
284-
285-
---
286-
287-
7. Update the app's launcher icon:
258+
6. Update the app's launcher icon:
288259

289260
```bash
290261
dart run flutter_launcher_icons
291262
```
292-
8. Update the app's splash screen:
263+
7. Update the app's splash screen:
293264

294265
```bash
295266
dart run flutter_native_splash:create --path=flutter_native_splash.yaml
296267
```
297268

298-
9. Run the app:
269+
8. Run the app:
299270

300271
```bash
301272
flutter run

0 commit comments

Comments
 (0)