Skip to content

Commit

Permalink
Update README.md (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
M123-dev authored Jan 8, 2021
1 parent e3148e9 commit bd3beb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First, add `flutter_native_splash` as a [dev dependency in your pubspec.yaml fil

```yaml
dev_dependencies:
flutter_native_splash: ^0.1.9
flutter_native_splash: ^0.2.0
```
Don't forget to `flutter pub get`.
Expand Down Expand Up @@ -103,4 +103,4 @@ When the package finishes running your splash screen is ready.
* Your splash image will be resized to `@3x` and `@2x` images.
* Color and image properties will be inserted in `LaunchScreen.storyboard`.
* The background color is implemented by using a single pixel png file and stretching it to fit the screen.
* Code for hidden status bar toggle will be added in `Info.plist` and `AppDelegate`.
* Code for hidden status bar toggle will be added in `Info.plist` and `AppDelegate`.

0 comments on commit bd3beb6

Please sign in to comment.