Flutter commonly used third-party frameworks

cupertino_icons: ^0.1.2 
flutter_localizations: 
  sdk: flutter 
# routing 
#fluro: ^1.5.1 
fluro: 
  git: 
    url: https://github.com/lukepighetti/fluro 
    ref: null-safety 
# simple data storage 
shared_preferences: ^0.5 .3+8 
# Dependency injection 
get_it: ^3.0.1 
# Toast 
fluttertoast: ^3.1.3 
# Obtain mobile phone permissions 
provide: ^1.0.2 
# Size adaptation 
flutter_screenutil: ^0.6.0 
#Flutter——scan barcode and two Dimensional code 
scan: ^0.0.6 
# Permission application 
permission_handler: ^3.2.0 
# Network request 
dio: ^3.0.9 
#Detect network connection connectivity library 
connectivity: ^0.4.3+7 
 
​​#https://www.cnblogs.com /upwgh/p/13159064.html
​​event_bus: ^1.1.0 
# toast 
oktoast: ^2.2.0 
# refresh load 
pull_to_refresh: ^1.5.4 
# RxFlutter state management 
rxdart: ^0.21.0 
# carousel image 
flutter_swiper: ^1.1.6 
# webview 
webview_flutter: ^0.3. 10+4 
# badges 
badges: ^1.2.0 

# fijkplayer: ^0.8.8 
# build_runner: ^1.0.0 
# json_serializable: ^2.0.0 

file_picker: 2.1.0 
#Camera photo, single image selection 
image_picker: ^0.6.3 +1 #camera photo, single image selection 
#video playback 
video_player: ^0.6.4 


#sqflite plug-in 
sqflite: ^1.1.0 
image_gallery_saver: ^1.5.0 #picture saved to local 
# Aurora Push AppKey d5f3f0b0206953ab34762c84 #Master Secret d5f3f0b0206953ab347 62c84
 
j push_flutter: ^0.1.0 #https:// www.jianshu.com/p/c58e1f923d32
#flutter_rtmp: ^0.1.6 #https://github.com/JangoCity/flutter_rtmp
#rtmp://49.232.138.193:1935/live/100
#flutter_rtmp_publisher : ^0.0.1  # https://github.com/ponnamkarthik/FlutterRtmpPlublisher

# 地理定位
amap_location: ^0.2.0 #https://blog.csdn.net/weixin_40629244/article/details/112453350
#高德地图
amap_flutter_map: ^1.0.0

mryt_share_plugin:
  path: G:\ren_work\flutter\flutter_rong\plug\umeng\FlutterUmengSharePlugin

flutter_rtmp_publisher: # https://github.com/ponnamkarthik/FlutterRtmpPlublisher
  path: G:\ren_work\flutter\flutter_rong\plug\rtmp\FlutterRtmpPlublisher-master

html_editor:
  path: G:\ren_work\flutter\flutter_rong\plug\rich\flutter-html-editor-master
#进度条
flutter_seekbar:
  git: https://github.com/LiuC520/flutter_seekbar.git 

#geolocation https://www.jianshu.com/p/98735e932ebe 
web_socket_channel: ^1.1.0 
#MD5 encryption 
crypto: ^2.0.6 
#html into string 
html: ^0.13.3-dev 

#Get file path 
path_provider: 1.6.0 
#flutter select select date year-month 
flutter_cupertino_date_picker_fork: ^1.0.1 
#Get video cover 
video_thumbnail: ^0.0.3 

# Optimize Flutter image loading 
cached_network_image: ^ 2.0.0-rc

Guess you like

Origin blog.csdn.net/ren1027538427/article/details/122772334