flutter开发之常用配置(持续更新中。。。)

dependencies:
  flutter:
    sdk: flutter



  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^0.1.3
  dio: ^2.0.7	//网络请求
  flutter_swiper: ^1.1.4	//轮播
  flutter_screenutil: ^0.5.1
  url_launcher: ^5.0.1
  flutter_easyrefresh: ^1.2.7	//刷新
  provide: ^1.0.2	//状态管理
  fluttertoast: ^3.0.1	//提示
  fluro: ^1.4.0	//路由
  flutter_html: ^0.9.6
  sqflite: ^1.1.0
  shared_preferences: ^0.5.1

猜你喜欢

转载自blog.csdn.net/qq_42944436/article/details/107394186