Skip to content

Commit

Permalink
Reverted XML dependency to be compatible with stable Flutter branch. C…
Browse files Browse the repository at this point in the history
…loses #206.
  • Loading branch information
jonbhanson committed Sep 8, 2021
1 parent 9c404dd commit b744eb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## [1.2.3] - (2021-Sep-08)
* Reverted XML dependency to be compatible with stable Flutter branch. Closes [#206](https://github.com/jonbhanson/flutter_native_splash/issues/206).

## [1.2.2] - (2021-Sep-06)

* Added a FAQ to address the deprecation of `SplashScreenDrawable`. Closes [#199](https://github.com/jonbhanson/flutter_native_splash/issues/199).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ First, add `flutter_native_splash` as a dev dependency in your pubspec.yaml file

```yaml
dev_dependencies:
flutter_native_splash: ^1.2.2
flutter_native_splash: ^1.2.3
```

Don't forget to `flutter pub get`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -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.2.2
version: 1.2.3
homepage: https://github.com/jonbhanson/flutter_native_splash

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
image: ^3.0.2
meta: ^1.3.0
path: ^1.8.0
xml: ^5.2.0
xml: ^5.1.2
yaml: ^3.1.0
universal_io: ^2.0.4

Expand Down

0 comments on commit b744eb7

Please sign in to comment.