From 461a5884a6c6847a73f23a2dc880a03e9c5ab6b0 Mon Sep 17 00:00:00 2001 From: Jon Hanson Date: Mon, 2 Oct 2023 14:43:49 -0400 Subject: [PATCH] Updated dependencies. --- CHANGELOG.md | 2 ++ README.md | 8 +++++++- example/pubspec.lock | 48 +++++++++++++++++++++++++------------------ example/pubspec.yaml | 4 ++-- lib/cli_commands.dart | 9 ++++---- pubspec.yaml | 6 +++--- 6 files changed, 46 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd84d5..a602268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [2.3.3] - (2023-Oct-02) +- Updated dependencies. ## [2.3.2] - (2023-Aug-13) - Update the example. - Update the `environment` value in the `pubspec.yaml`. diff --git a/README.md b/README.md index add712d..c3277c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# **Need a great Flutter developer? [I'm available](https://www.linkedin.com/in/hansonjon/)!** + 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.

@@ -19,7 +21,7 @@ First, add `flutter_native_splash` as a dependency in your pubspec.yaml file. ```yaml dependencies: - flutter_native_splash: ^2.3.2 + flutter_native_splash: ^2.3.3 ``` Don't forget to `flutter pub get`. @@ -37,6 +39,10 @@ flutter_native_splash: # To restore Flutter's default white splash screen, run the following command in the terminal: # dart run flutter_native_splash:remove + # IMPORTANT NOTE: These parameter do not affect the configuration of Android 12 and later, which + # handle splash screens differently that prior versions of Android. Android 12 and later must be + # configured specifically in the android_12 section below. + # color or background_image is the only required parameter. Use color to set the background # of your splash screen to a solid color. Use background_image to set the background of your # splash screen to a png image. This is useful for gradients. The image will be stretch to the diff --git a/example/pubspec.lock b/example/pubspec.lock index 81b040f..0623ad7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -5,10 +5,10 @@ packages: dependency: transitive description: name: archive - sha256: "0c8368c9b3f0abbc193b9d6133649a614204b528982bebc7026372d61677ce3a" + sha256: "06a96f1249f38a00435b3b0c9a3246d934d7dbc8183fc7c9e56989860edb99d4" url: "https://pub.dev" source: hosted - version: "3.3.7" + version: "3.4.4" args: dependency: transitive description: @@ -53,10 +53,10 @@ packages: dependency: transitive description: name: collection - sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c" + sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687 url: "https://pub.dev" source: hosted - version: "1.17.1" + version: "1.17.2" convert: dependency: transitive description: @@ -85,10 +85,10 @@ packages: dependency: "direct main" description: name: cupertino_icons - sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be + sha256: d57953e10f9f8327ce64a508a355f0b1ec902193f66288e8cb5070e7c47eeb2d url: "https://pub.dev" source: hosted - version: "1.0.5" + version: "1.0.6" fake_async: dependency: transitive description: @@ -106,17 +106,17 @@ packages: dependency: "direct dev" description: name: flutter_lints - sha256: "2118df84ef0c3ca93f96123a616ae8540879991b8b57af2f81b76a7ada49b2a4" + sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04 url: "https://pub.dev" source: hosted - version: "2.0.2" + version: "2.0.3" flutter_native_splash: dependency: "direct main" description: path: ".." relative: true source: path - version: "2.3.2" + version: "2.3.3" flutter_test: dependency: "direct dev" description: flutter @@ -139,10 +139,10 @@ packages: dependency: transitive description: name: image - sha256: a72242c9a0ffb65d03de1b7113bc4e189686fc07c7147b8b41811d0dd0e0d9bf + sha256: "028f61960d56f26414eb616b48b04eb37d700cbe477b7fb09bf1d7ce57fd9271" url: "https://pub.dev" source: hosted - version: "4.0.17" + version: "4.1.3" js: dependency: transitive description: @@ -163,18 +163,18 @@ packages: dependency: transitive description: name: matcher - sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb" + sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e" url: "https://pub.dev" source: hosted - version: "0.12.15" + version: "0.12.16" material_color_utilities: dependency: transitive description: name: material_color_utilities - sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 + sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41" url: "https://pub.dev" source: hosted - version: "0.2.0" + version: "0.5.0" meta: dependency: transitive description: @@ -216,10 +216,10 @@ packages: dependency: transitive description: name: source_span - sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 + sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" url: "https://pub.dev" source: hosted - version: "1.9.1" + version: "1.10.0" stack_trace: dependency: transitive description: @@ -256,10 +256,10 @@ packages: dependency: transitive description: name: test_api - sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb + sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8" url: "https://pub.dev" source: hosted - version: "0.5.1" + version: "0.6.0" typed_data: dependency: transitive description: @@ -284,6 +284,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.4" + web: + dependency: transitive + description: + name: web + sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10 + url: "https://pub.dev" + source: hosted + version: "0.1.4-beta" xml: dependency: transitive description: @@ -301,5 +309,5 @@ packages: source: hosted version: "3.1.2" sdks: - dart: ">=3.0.5 <4.0.0" + dart: ">=3.1.0-185.0.dev <4.0.0" flutter: ">=2.5.0" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 39d16c3..a85e20c 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -34,7 +34,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.5 + cupertino_icons: ^1.0.6 flutter_native_splash: path: .. @@ -47,7 +47,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^2.0.2 + flutter_lints: ^2.0.3 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/lib/cli_commands.dart b/lib/cli_commands.dart index bc88182..74aec2b 100644 --- a/lib/cli_commands.dart +++ b/lib/cli_commands.dart @@ -228,12 +228,11 @@ Like the package? Please give it a 👍 here: https://pub.dev/packages/flutter_n const String whatsNew = ''' ╔════════════════════════════════════════════════════════════════════════════╗ -║ WHAT IS NEW: ║ +║ NEED A GREAT FLUTTER DEVELOPER? ║ ╠════════════════════════════════════════════════════════════════════════════╣ -║ You can now keep the splash screen up while your app initializes! ║ -║ No need for a secondary splash screen anymore. Just use the remove() ║ -║ method to remove the splash screen after your initialization is complete. ║ -║ Check the docs for more info. ║ +║ ║ +║ I am available! Find me at https://www.linkedin.com/in/hansonjon/ ║ +║ ║ ╚════════════════════════════════════════════════════════════════════════════╝ '''; print(whatsNew + greet); diff --git a/pubspec.yaml b/pubspec.yaml index 81a7b59..8acf161 100644 --- a/pubspec.yaml +++ b/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.3.2 +version: 2.3.3 repository: https://github.com/jonbhanson/flutter_native_splash issue_tracker: https://github.com/jonbhanson/flutter_native_splash/issues @@ -17,7 +17,7 @@ dependencies: sdk: flutter js: ^0.6.7 html: ^0.15.4 - image: ^4.0.17 + image: ^4.1.3 meta: ^1.9.1 path: ^1.8.3 universal_io: ^2.2.2 @@ -27,7 +27,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^2.0.2 + flutter_lints: ^2.0.3 screenshots: - description: 'Examples of the splash screen on iOS.'