Skip to content

Commit

Permalink
Github does not support webm, so changed video to MP4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbhanson committed Mar 29, 2021
1 parent d1ae06c commit 0fd272f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1.6] - (2021-Mar-29)
## [1.1.6+1] - (2021-Mar-29)

* Corrected Android scaling. Thanks [@chris-efission](https://github.com/chris-efission).
* Updated readme image.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
When your app is opened, there is a brief time while the native app loads Flutter. By default, during this time the native app displays a white splash screen. This package automatically generates iOS, Android, and Web native code for customizing this native splash screen background color and splash image. Supports dark mode, full screen, and platform-specific options.

<p align='center'>
<video autoplay muted="true">
<source src="https://raw.githubusercontent.com/jonbhanson/flutter_native_splash/master/ios.webm" type="video/webm">
<video autoplay muted="true" loop="true">
<source src="https://raw.githubusercontent.com/jonbhanson/flutter_native_splash/master/ios.mp4" type="video/webm">
<img src="https://raw.githubusercontent.com/jonbhanson/flutter_native_splash/master/splash_demo.gif" width="250" height="443" />
</video>
</p>

Expand All @@ -18,7 +19,7 @@ First, add `flutter_native_splash` as a dev dependency in your pubspec.yaml file

```yaml
dev_dependencies:
flutter_native_splash: ^1.1.6
flutter_native_splash: ^1.1.6+1
```
Don't forget to `flutter pub get`.
Expand Down
Binary file added ios.mp4
Binary file not shown.
Binary file removed ios.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_native_splash
description: Generates native code to customize Flutter's default white native splash screen with background color and splash image. Supports dark mode, full screen, and more.
version: 1.1.6
version: 1.1.6+1
homepage: https://github.com/jonbhanson/flutter_native_splash

environment:
Expand Down

0 comments on commit 0fd272f

Please sign in to comment.