Flutter_Eyepetizer
Flutter_Eyepetizer copied to clipboard
Flutter + 组件化实现的一款精美的仿开眼视频(Eyepetizer )跨平台App,适合入门,快速掌握Dart语言以及上手flutter开发(提供Kotlin、React Native、小程序版本 😁 ),希望和大家共同成长,喜欢的话,欢迎start或fork!
构建失败
The plugins `flutter_splash_screen, flutter_webview_plugin, fluttertoast, screen` use a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if these plugins support...
ios可以 安卓一直网络请求不通
tabview和pageView之间的滑动冲突咋办
[ +2 ms] FAILURE: Build failed with an exception. [ ] * What went wrong: [ ] Execution failed for task ':speech_plugin:compileDebugJavaWithJavac'. [ ] > java.time.DateTimeException: Invalid value for MonthOfYear...
支持null safety 移除不支持flutter 3.0的过期插件,并更新到最新版本 测试了各个页面,基本没问题
Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.13.1 to 0.13.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
源码地址:[flutter_manager](https://github.com/GodJiong/flutter_manager) 此库的最大优势在于: 1. 使用成本低。由于是命令行工具,项目增删依赖库或更新库版本号时只需执行一次`manager mvm`即可 2. 改造成本低。原组件化方案几乎不用动,只需在`mvm`配置文件夹里配置项目结构及依赖即可,工具会自动识别并管理 3. 使用者不需要到子module手动增删依赖库或更新版本号,只需在统一的配置文件`mvm`内修改即可,工具会自动定位并在正确的module下更新。尤其是切换git和path依赖方式时,省去了重复繁琐的寻找过程 4. 各个module对三方库的依赖是相互独立的,因此统一的底层module是非必须的,真正做到`组件化` 5. 配置文件`version.yaml`对依赖库版本号的管理是整个项目共享的,即各子module使用统一版本的三方库,避免了版本冲突 可以运行`example`样例体验,有任何疑问可通过`issue`提出,pub地址:[flutter_manager 1.0.2](https://pub.dev/packages/flutter_manager)