⏰
flutter settings_ui 1.0.1 が not available なんで対処する
Posted on 2021/12/13: This problem may be resolved in the near future.
タイトルの通り、pub.dev 経由で settings_ui v1.0.1
が落とせないので settings_ui v1.0.1
を今すぐ使いたい人のための記事です。
[English Following]
As the title suggests, this article is for those who want to usesettings_ui v1.0.1
right now because they cannot dropsettings_ui v1.0.1
via pub.dev.
github には以下のように settings_ui v1.0.1
を pubspec.yaml に追加してインストールしろ的な暗示がありますが罠ですw
[English Following]
There is a suggestion on github to addsettings_ui v1.0.1
to pubspec.yaml and install it as follows, but it is a trap.
ってことで settings_ui v1.0.1
を今すぐに使いたい場合は以下の様にしてください。
[English Following]
So, if you want to usesettings_ui v1.0.1
right now, please do the following.
dependencies:
flutter:
sdk: flutter
settings_ui:
git:
url: https://github.com/yako-dev/flutter-settings-ui.git
ref: master
gitから直接落としちゃうことで使える様になります。
Discussion