Skip to content

Commit

Permalink
Fix parseColor test. Thanks mihiro for PR #393. Fix branding image so…
Browse files Browse the repository at this point in the history
…urce link broken and optimized code with optional chaining operator. Thanks OutdatedGuy for[PR #394 and PR #395.
  • Loading branch information
jonbhanson committed Jul 24, 2022
1 parent a4f90d6 commit f4f99cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## [2.2.6] - (2022-July-24)

- Fix parseColor test. Thanks [mihiro](https://github.com/mihiron) for [PR #393](https://github.com/jonbhanson/flutter_native_splash/pull/393).
- Fix branding image source link broken and optimized code with optional chaining operator. Thanks [OutdatedGuy](https://github.com/OutdatedGuy) for [PR #394](https://github.com/jonbhanson/flutter_native_splash/pull/394) and [PR #395](https://github.com/jonbhanson/flutter_native_splash/pull/395).

## [2.2.5] - (2022-July-17)

- Added Branding Image support for the web platform. Thanks [OutdatedGuy](https://github.com/OutdatedGuy) for [PR #386](https://github.com/jonbhanson/flutter_native_splash/pull/386).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ First, add `flutter_native_splash` as a dependency in your pubspec.yaml file.

```yaml
dependencies:
flutter_native_splash: ^2.2.5
flutter_native_splash: ^2.2.6
```

Don't forget to `flutter pub get`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,7 +1,7 @@
name: flutter_native_splash
description: Customize Flutter's default white native splash screen with
background color and splash image. Supports dark mode, full screen, and more.
version: 2.2.5
version: 2.2.6
homepage: https://github.com/jonbhanson/flutter_native_splash

environment:
Expand Down

0 comments on commit f4f99cc

Please sign in to comment.