Skip to content

Commit

Permalink
Move flutter_native_splash to dependencies from dev_dependencies sinc…
Browse files Browse the repository at this point in the history
…e it is used in main() to manage splash screen visibility.
  • Loading branch information
esDotDev committed Oct 19, 2023
1 parent 48e9b5f commit 5b37a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Expand Up @@ -204,7 +204,7 @@ packages:
source: sdk
version: "0.0.0"
flutter_native_splash:
dependency: "direct dev"
dependency: "direct main"
description:
name: flutter_native_splash
sha256: "91004565166dbbc7a85e7e99b84124a287839830ca957cfe45004793fe6fe69f"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -23,6 +23,7 @@ dependencies:
flutter_animate: ^1.0.0
flutter_circular_text: ^0.3.1
flutter_displaymode: ^0.6.0
flutter_native_splash: ^2.3.3
flutter_staggered_grid_view: ^0.7.0
flutter_svg: ^2.0.1
gap: ^3.0.1
Expand Down Expand Up @@ -54,7 +55,6 @@ dependencies:
dev_dependencies:
icons_launcher: ^2.1.3
flutter_lints: ^2.0.2
flutter_native_splash: ^2.3.3
dependency_validator: ^3.2.2

icons_launcher:
Expand Down

0 comments on commit 5b37a65

Please sign in to comment.