5 flutter_html: 3.0.0-beta.2 path_provider: ^2.0.15 flutter_svg: ^2.0.7 auto_size_text: ^3.0.0 intl: ^0.19.0 url_launcher: ^6.1.12 shared_preferences: ^2.2.0 rename_app: ^1.3.1 file_picker: ^8.0.3 just_audio: ^0.9.15 google_mobile_ads: ^5.1.0 dev_dependencies: flutter_...
Expand Down Expand Up @@ -76,4 +76,4 @@ flutter: assets: - icon/test.png # PUBSPEC CHECKSUM: a19f # PUBSPEC CHECKSUM: 72c9 8 changes: 4 additions & 4 deletions 8 dev/benchmarks/complex_layout/pubspec.yaml Show comments View file Edit file Delete file This file contains bidirec...
icon_forest A collection of 160k+ icons from 230+ icon libraries. It makes icons from all pub.dev packages searchable in one place. You can search, select and apply the icons to your Flutter projects. It has two components: a free app that searches icons (IconForestapp) ...
你的错误很明显:上面说flutter_launcher_name不支持null-safety。检查一下你的插件版本,它是3年前写的...
在我更新了flutter之后,我得到了这个问题,我尝试了所有的方法,但都没有对我起作用 ...
我认为从Flutter >= 3.10(自己做一些研究来确定),flutter_localizations需要intl >= 0.18.0。所以...
我认为从Flutter >= 3.10(自己做一些研究来确定),flutter_localizations需要intl >= 0.18.0。所以...
解决上述问题的方法之一是,不需要在任何软件包旁边指定版本代码,只需做下面的事情
path: 1.9.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" @@ -76,4 +76,4 @@ flutter: assets: - icon/test.png # PUBSPEC CHECKSUM: e197 # PUBSPEC CHECKSUM: 2798 4 changes: 2 additions & 2 deletions 4 dev/benchmarks/complex_layout/pubspec....
I've updated a Flutter package that I've developed long time ago, and made it Dart 2 compatible. I'm trying to publish it buy using this command flutter packages pub publish I've done the OAuth2 authentication on browser as the command o...