Skip to content

Commit

Permalink
Added support for bottom padding of branding image. Thanks Mudassir. C…
Browse files Browse the repository at this point in the history
…loses #694. Updated dependencies. Corrected comment in template.  Closes #705.
  • Loading branch information
jonbhanson committed Jul 7, 2024
1 parent e12dfde commit da0e745
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 27 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## [2.4.1] - (2024-Jun-07)

- Added support for bottom padding of branding image. Thanks [Mudassir](https:/Lzyct) for [PR #709](https:/jonbhanson/flutter_native_splash/pull/709). Closes [#694](https:/jonbhanson/flutter_native_splash/issues/694).
- Updated dependencies.
- Corrected comment in template. Closes [#705](https:/jonbhanson/flutter_native_splash/issues/705).

## [2.4.0] - (2024-Mar-17)

- Migrate from [js](https://pub.dev/packages/js) to [js_interop](https://dart.dev/interop/js-interop). Closes [#676](https:/jonbhanson/flutter_native_splash/issues/676). Closes [#671](https:/jonbhanson/flutter_native_splash/issues/671).
- Migrate from [js](https://pub.dev/packages/js) to [js_interop](https://dart.dev/interop/js-interop). Closes [#676](https:/jonbhanson/flutter_native_splash/issues/676). Closes [#671](https:/jonbhanson/flutter_native_splash/issues/671).

## [2.3.13] - (2024-Feb-18)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.4.0
flutter_native_splash: ^2.4.1
```
Don't forget to `flutter pub get`.
Expand Down
38 changes: 19 additions & 19 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ packages:
dependency: transitive
description:
name: args
sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596
sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.5.0"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -124,7 +124,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.4.0"
version: "2.4.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -147,10 +147,10 @@ packages:
dependency: transitive
description:
name: image
sha256: "4c68bfd5ae83e700b5204c1e74451e7bf3cf750e6843c6e158289cf56bda018e"
sha256: "2237616a36c0d69aef7549ab439b833fb7f9fb9fc861af2cc9ac3eedddd69ca8"
url: "https://pub.dev"
source: hosted
version: "4.1.7"
version: "4.2.0"
js:
dependency: transitive
description:
Expand All @@ -163,26 +163,26 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
url: "https://pub.dev"
source: hosted
version: "10.0.0"
version: "10.0.4"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.3"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -211,10 +211,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.12.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -288,10 +288,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
url: "https://pub.dev"
source: hosted
version: "0.6.1"
version: "0.7.0"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -320,10 +320,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
url: "https://pub.dev"
source: hosted
version: "13.0.0"
version: "14.2.1"
xml:
dependency: transitive
description:
Expand All @@ -341,5 +341,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.0 <4.0.0"
flutter: ">=2.5.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
2 changes: 1 addition & 1 deletion lib/templates.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const String _androidV31StylesXml = '''
const String _androidV31StylesNightXml = '''
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowSplashScreenBackground">@drawable/launch_background</item>
</style>
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.4.0
version: 2.4.1
repository: https:/jonbhanson/flutter_native_splash
issue_tracker: https:/jonbhanson/flutter_native_splash/issues

Expand All @@ -10,14 +10,14 @@ environment:
flutter: ">=2.5.0"

dependencies:
args: ^2.4.2
args: ^2.5.0
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
html: ^0.15.4
image: ^4.1.7
meta: ^1.11.0
image: ^4.2.0
meta: ^1.12.0
path: ^1.9.0
universal_io: ^2.2.2
xml: ^6.5.0
Expand All @@ -27,7 +27,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_lints: ^4.0.0

screenshots:
- description: 'Examples of the splash screen on iOS.'
Expand Down

0 comments on commit da0e745

Please sign in to comment.