diff --git a/README.md b/README.md index 3248a10..764ed01 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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`. \ No newline at end of file +* Code for hidden status bar toggle will be added in `Info.plist` and `AppDelegate`.