You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -206,6 +211,10 @@ This Flutter project is a chat application inspired by WhatsApp. The app feature
206
211
-`flutter_speed_dial`: Plugin to implement a beautiful and dynamic Material Design Speed Dial with labels.
207
212
-`flutter_svg`: An SVG rendering and widget library.
208
213
-`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.
209
218
-`google_sign_in`: Facilitates Google Sign-In authentication.
210
219
-`googleapis_auth`: Obtain Access credentials for Google services using OAuth 2.0.
211
220
-`image_picker`: Plugin for selecting images from the image library, and taking new pictures with the camera.
@@ -246,56 +255,18 @@ flutter pub get
246
255
5. Set up Firebase for your project by following the [Using Firebase CLI](https://firebase.google.com/docs/flutter/setup).
247
256
---
248
257
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:
0 commit comments