11name : chatwoot
2- description : " Cross-Platform app for chatwoot."
3- publish_to : " none" # Remove this line if you wish to publish to pub.dev
2+ description : ' Cross-Platform app for chatwoot.'
3+ publish_to : ' none' # Remove this line if you wish to publish to pub.dev
44version : 4.0.0+1
55
66environment :
@@ -15,48 +15,52 @@ dependencies:
1515 intl : any # Provides internationalization and localization facilities
1616 flutter_localizations :
1717 sdk : flutter
18- path_provider : any
19- universal_io : any
18+ path_provider : any # finding commonly used locations on the filesystem
19+ universal_io : any # A cross-platform dart:io that works on all platforms, including browsers.
20+ video_player : any # A Flutter plugin for iOS, Android and Web for playing back video on a Widget surface.
2021
21- shared_preferences : ^2.3.5
22- dio : ^5.7.0 # A powerful HTTP networking package for Dart/Flutter
23- dio_http2_adapter : ^2.5.3
22+ shared_preferences : ^2.5.1
23+ dio : ^5.8.0+1 # A powerful HTTP networking package for Dart/Flutter
24+ dio_http2_adapter : ^2.6.0
2425 logger : ^2.5.0
2526 refreshed : ^2.10.4 # This is a refreshed version of GetX
2627 events_emitter : ^0.6.0
2728 url_launcher : ^6.3.1 # Launching a URL
2829 google_fonts : ^6.2.1
29- file_picker : ^8.1.7
30- extended_image : ^9.1.0
31- flutter_inappwebview : ^6.1.5
30+ file_picker : ^8.3.1 # native file explorer to pick single or multiple files
31+ extended_image : ^9.1.0 # A powerful official extension library of images
32+ flutter_inappwebview : ^6.1.5 # inline webview, to use an headless webview, and to open an in-app browser window
3233 sqflite : ^2.4.1 # Flutter plugin for SQLite
3334 flutter_dotenv : # Easily configure any flutter application with global variables using a `.env` file.
3435 git :
3536 url : https://github.com/trongtindev/flutter_dotenv.git
3637 result_dart : ^2.0.0 # Overruns are common in design, and modern architectures always designate a place to handle failures.
37- package_info_plus : ^8.1.2
38- device_info_plus : ^11.2.1 # Get current device information
39- timeago : ^3.7.0 # Converts a date into a humanized text
38+ package_info_plus : ^8.1.4 # querying information about an application package
39+ device_info_plus : ^11.2.2 # Get current device information
4040 flutter_native_splash : ^2.4.4 # Customize Flutter's default white native splash screen
41- flutter_markdown : ^0.7.5 # A markdown renderer for Flutter.
41+ flutter_markdown : ^0.7.6 # A markdown renderer for Flutter.
4242 action_cable : ^1.3.0 # ActionCable is the default realtime websocket framework and protocol in Rails.
4343 flutter_local_notifications : ^18.0.1 # A cross platform plugin for displaying local notifications.
4444 permission_handler : ^11.3.1 # Request permissions and check their status
4545 app_settings : ^5.1.1 # for opening iOS and Android phone settings from an app.
4646 chewie : ^1.9.2 # video player for Flutter with a heart of gold.
47- just_audio : ^0.9.43 # feature-rich audio player
47+ just_audio : ^0.9.44 # feature-rich audio player
4848 record : ^5.2.0 # Audio recorder from microphone to a given file path or stream.
49- mime : ^2.0.0 # MIME type definitions and for processing streams of MIME multipart media types.
49+ flutter_colorpicker : ^1.1.0
5050
5151 # desktop
5252 window_manager : ^0.4.3 # This plugin allows Flutter desktop apps to resizing and repositioning the window.
5353 sqflite_common_ffi : ^2.3.4+4 # Linux/Windows/DartVM support
5454
5555 # tracking
5656 sentry_flutter : ^8.12.0 # Sentry SDK for Flutter.
57- firebase_core : ^3.10.0
58- firebase_messaging : ^15.2.0
59- firebase_analytics : ^11.4.0
57+ firebase_core : ^3.10.1
58+ firebase_messaging : ^15.2.1
59+ firebase_analytics : ^11.4.1
60+
61+ # maybe rewrite
62+ mime : ^2.0.0 # MIME type definitions and for processing streams of MIME multipart media types.
63+ timeago : ^3.7.0 # Converts a date into a humanized text
6064
6165dev_dependencies :
6266 flutter_test :
@@ -76,8 +80,8 @@ flutter:
7680 - assets/images/empty/
7781
7882flutter_native_splash :
79- color : " #F8F9FF"
80- color_dark : " #111418"
83+ color : ' #F8F9FF'
84+ color_dark : ' #111418'
8185 image : assets/images/splash.png
8286 android_12 :
8387 image : assets/images/adaptive-icon.png
0 commit comments