こんにちは、株式会社Pentagon代表の山本です。
当社では「アプリを駆使した事業を立ち上げたい」方のために、アプリの設計・デザイン・開発までまるっとサポートしています。
Flutterでのアプリ開発時に、スプラッシュ画面を設定する方法を解説します。
目次
flutter_native_splashを利用する
dev_dependencies:
flutter_native_splash: ^1.1.8+4
flutter_native_splash:
image: "assets/images/icon.png"
color: "F8F9F0"
fill: false
android: false
これをpubspec.ymlに記述して、
flutter pub run flutter_native_splash:create
でスプラッシュ画面の設定が完了します。
Clipyに入れておくと便利です🙋♂️