From 74abab504920ecb0e55aae38e42299ccc2f9d86a Mon Sep 17 00:00:00 2001 From: jakeBrightHR Date: Mon, 5 Feb 2024 11:34:07 +0000 Subject: [PATCH 1/2] fix: Fix build issues --- modal_bottom_sheet/CHANGELOG.md | 6 +++ .../example/android/app/build.gradle | 4 +- .../example/android/build.gradle | 4 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- modal_bottom_sheet/example/pubspec.lock | 36 ++++++++-------- .../src/bottom_sheets/bar_bottom_sheet.dart | 3 +- .../bottom_sheets/material_bottom_sheet.dart | 2 +- .../src/material_with_modal_page_route.dart | 6 +-- modal_bottom_sheet/pubspec.lock | 34 +++++++-------- .../examples/sheet/complex_snap_sheet.dart | 2 +- sheet/example/pubspec.lock | 36 ++++++++-------- sheet/pubspec.lock | 42 +++++++++---------- 12 files changed, 92 insertions(+), 85 deletions(-) diff --git a/modal_bottom_sheet/CHANGELOG.md b/modal_bottom_sheet/CHANGELOG.md index 36f9bc01..5ea8f3b7 100644 --- a/modal_bottom_sheet/CHANGELOG.md +++ b/modal_bottom_sheet/CHANGELOG.md @@ -1,3 +1,9 @@ +## Fork +This is a fork of this repo: https://github.com/vespr-wallet/modal_bottom_sheet, which in itself is a fork of: https://github.com/jamesblasco/modal_bottom_sheet. + +The original repo has seemingly been abandoned. The reason for using this fork are: +- Fixing issues with Flutter 3.7+ +- Fixing animation/accessibility issue on Android devices ## 3.0.0-pre - Flutter 3.7 diff --git a/modal_bottom_sheet/example/android/app/build.gradle b/modal_bottom_sheet/example/android/app/build.gradle index 86d5ab45..56a9026c 100644 --- a/modal_bottom_sheet/example/android/app/build.gradle +++ b/modal_bottom_sheet/example/android/app/build.gradle @@ -8,7 +8,7 @@ if (localPropertiesFile.exists()) { def flutterRoot = localProperties.getProperty('flutter.sdk') if (flutterRoot == null) { - throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") + throw GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") } def flutterVersionCode = localProperties.getProperty('flutter.versionCode') @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 31 + compileSdkVersion 33 sourceSets { main.java.srcDirs += 'src/main/kotlin' diff --git a/modal_bottom_sheet/example/android/build.gradle b/modal_bottom_sheet/example/android/build.gradle index 714549c2..90dce397 100644 --- a/modal_bottom_sheet/example/android/build.gradle +++ b/modal_bottom_sheet/example/android/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' + classpath 'com.android.tools.build:gradle:7.1.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } @@ -26,6 +26,6 @@ subprojects { project.evaluationDependsOn(':app') } -task clean(type: Delete) { +tasks.register("clean", Delete) { delete rootProject.buildDir } diff --git a/modal_bottom_sheet/example/android/gradle/wrapper/gradle-wrapper.properties b/modal_bottom_sheet/example/android/gradle/wrapper/gradle-wrapper.properties index bc6a58af..562c5e44 100644 --- a/modal_bottom_sheet/example/android/gradle/wrapper/gradle-wrapper.properties +++ b/modal_bottom_sheet/example/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip diff --git a/modal_bottom_sheet/example/pubspec.lock b/modal_bottom_sheet/example/pubspec.lock index 0c9d4ef9..bcdab79b 100644 --- a/modal_bottom_sheet/example/pubspec.lock +++ b/modal_bottom_sheet/example/pubspec.lock @@ -5,10 +5,10 @@ packages: dependency: transitive description: name: async - sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 + sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" url: "https://pub.dev" source: hosted - version: "2.10.0" + version: "2.11.0" boolean_selector: dependency: transitive description: @@ -21,10 +21,10 @@ packages: dependency: transitive description: name: characters - sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c + sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.3.0" clock: dependency: transitive description: @@ -37,10 +37,10 @@ packages: dependency: transitive description: name: collection - sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 + sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.17.1" cupertino_icons: dependency: "direct main" description: @@ -76,18 +76,18 @@ packages: dependency: transitive description: name: js - sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" + sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3 url: "https://pub.dev" source: hosted - version: "0.6.5" + version: "0.6.7" matcher: dependency: transitive description: name: matcher - sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" + sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb" url: "https://pub.dev" source: hosted - version: "0.12.13" + version: "0.12.15" material_color_utilities: dependency: transitive description: @@ -100,25 +100,25 @@ packages: dependency: transitive description: name: meta - sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" + sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3" url: "https://pub.dev" source: hosted - version: "1.8.0" + version: "1.9.1" modal_bottom_sheet: dependency: "direct main" description: path: ".." relative: true source: path - version: "2.1.2" + version: "3.0.0-pre" path: dependency: transitive description: name: path - sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b + sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" url: "https://pub.dev" source: hosted - version: "1.8.2" + version: "1.8.3" plugin_platform_interface: dependency: transitive description: @@ -176,10 +176,10 @@ packages: dependency: transitive description: name: test_api - sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 + sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb url: "https://pub.dev" source: hosted - version: "0.4.16" + version: "0.5.1" url_launcher: dependency: "direct main" description: @@ -253,5 +253,5 @@ packages: source: hosted version: "2.1.4" sdks: - dart: ">=2.18.0 <4.0.0" + dart: ">=3.0.0-0 <4.0.0" flutter: ">=3.7.0" diff --git a/modal_bottom_sheet/lib/src/bottom_sheets/bar_bottom_sheet.dart b/modal_bottom_sheet/lib/src/bottom_sheets/bar_bottom_sheet.dart index c866a951..a858695c 100644 --- a/modal_bottom_sheet/lib/src/bottom_sheets/bar_bottom_sheet.dart +++ b/modal_bottom_sheet/lib/src/bottom_sheets/bar_bottom_sheet.dart @@ -2,6 +2,7 @@ import 'dart:async'; import 'package:flutter/material.dart' hide ModalBottomSheetRoute; import 'package:flutter/services.dart'; +import 'package:modal_bottom_sheet/src/bottom_sheet_route.dart'; const Radius kDefaultBarTopRadius = Radius.circular(15); @@ -96,7 +97,7 @@ Future showBarModalBottomSheet({ assert(debugCheckHasMediaQuery(context)); assert(debugCheckHasMaterialLocalizations(context)); final result = await Navigator.of(context, rootNavigator: useRootNavigator) - .push(ModalBottomSheetRoute( + .push(ModalSheetRoute( builder: builder, bounce: bounce, closeProgressThreshold: closeProgressThreshold, diff --git a/modal_bottom_sheet/lib/src/bottom_sheets/material_bottom_sheet.dart b/modal_bottom_sheet/lib/src/bottom_sheets/material_bottom_sheet.dart index f1b9ae65..ba681efd 100644 --- a/modal_bottom_sheet/lib/src/bottom_sheets/material_bottom_sheet.dart +++ b/modal_bottom_sheet/lib/src/bottom_sheets/material_bottom_sheet.dart @@ -26,7 +26,7 @@ Future showMaterialModalBottomSheet({ assert(debugCheckHasMediaQuery(context)); assert(debugCheckHasMaterialLocalizations(context)); final result = await Navigator.of(context, rootNavigator: useRootNavigator) - .push(ModalBottomSheetRoute( + .push(ModalSheetRoute( builder: builder, closeProgressThreshold: closeProgressThreshold, containerBuilder: _materialContainerBuilder( diff --git a/modal_bottom_sheet/lib/src/material_with_modal_page_route.dart b/modal_bottom_sheet/lib/src/material_with_modal_page_route.dart index 76d997be..f5e1506b 100644 --- a/modal_bottom_sheet/lib/src/material_with_modal_page_route.dart +++ b/modal_bottom_sheet/lib/src/material_with_modal_page_route.dart @@ -20,7 +20,7 @@ class MaterialWithModalsPageRoute extends MaterialPageRoute { builder: builder, maintainState: maintainState); - ModalBottomSheetRoute? _nextModalRoute; + ModalSheetRoute? _nextModalRoute; @override bool canTransitionTo(TransitionRoute nextRoute) { @@ -29,12 +29,12 @@ class MaterialWithModalsPageRoute extends MaterialPageRoute { (nextRoute is CupertinoPageRoute && !nextRoute.fullscreenDialog) || (nextRoute is MaterialWithModalsPageRoute && !nextRoute.fullscreenDialog) || - (nextRoute is ModalBottomSheetRoute); + (nextRoute is ModalSheetRoute); } @override void didChangeNext(Route? nextRoute) { - if (nextRoute is ModalBottomSheetRoute) { + if (nextRoute is ModalSheetRoute) { _nextModalRoute = nextRoute; } diff --git a/modal_bottom_sheet/pubspec.lock b/modal_bottom_sheet/pubspec.lock index bda99394..97c2a60a 100644 --- a/modal_bottom_sheet/pubspec.lock +++ b/modal_bottom_sheet/pubspec.lock @@ -5,10 +5,10 @@ packages: dependency: transitive description: name: async - sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 + sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" url: "https://pub.dev" source: hosted - version: "2.10.0" + version: "2.11.0" boolean_selector: dependency: transitive description: @@ -21,10 +21,10 @@ packages: dependency: transitive description: name: characters - sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c + sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.3.0" clock: dependency: transitive description: @@ -37,10 +37,10 @@ packages: dependency: transitive description: name: collection - sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 + sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.17.1" fake_async: dependency: transitive description: @@ -63,10 +63,10 @@ packages: dependency: transitive description: name: js - sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" + sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3 url: "https://pub.dev" source: hosted - version: "0.6.5" + version: "0.6.7" lints: dependency: "direct dev" description: @@ -79,10 +79,10 @@ packages: dependency: transitive description: name: matcher - sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" + sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb" url: "https://pub.dev" source: hosted - version: "0.12.13" + version: "0.12.15" material_color_utilities: dependency: transitive description: @@ -95,18 +95,18 @@ packages: dependency: transitive description: name: meta - sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" + sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3" url: "https://pub.dev" source: hosted - version: "1.8.0" + version: "1.9.1" path: dependency: transitive description: name: path - sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b + sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" url: "https://pub.dev" source: hosted - version: "1.8.2" + version: "1.8.3" sky_engine: dependency: transitive description: flutter @@ -156,10 +156,10 @@ packages: dependency: transitive description: name: test_api - sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 + sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb url: "https://pub.dev" source: hosted - version: "0.4.16" + version: "0.5.1" vector_math: dependency: transitive description: @@ -169,5 +169,5 @@ packages: source: hosted version: "2.1.4" sdks: - dart: ">=2.18.0 <4.0.0" + dart: ">=3.0.0-0 <4.0.0" flutter: ">=3.7.0" diff --git a/sheet/example/lib/examples/sheet/complex_snap_sheet.dart b/sheet/example/lib/examples/sheet/complex_snap_sheet.dart index 64bee2cf..fa7095fe 100644 --- a/sheet/example/lib/examples/sheet/complex_snap_sheet.dart +++ b/sheet/example/lib/examples/sheet/complex_snap_sheet.dart @@ -70,7 +70,7 @@ class _AdvancedSnapSheetPageState extends State } } -class MapAppBar extends StatefulWidget with PreferredSizeWidget { +class MapAppBar extends StatefulWidget implements PreferredSizeWidget { const MapAppBar({Key? key, required this.controller}) : super(key: key); final SheetController controller; @override diff --git a/sheet/example/pubspec.lock b/sheet/example/pubspec.lock index 78f8931f..20f3aaf4 100644 --- a/sheet/example/pubspec.lock +++ b/sheet/example/pubspec.lock @@ -5,10 +5,10 @@ packages: dependency: transitive description: name: async - sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 + sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" url: "https://pub.dev" source: hosted - version: "2.10.0" + version: "2.11.0" boolean_selector: dependency: transitive description: @@ -21,10 +21,10 @@ packages: dependency: transitive description: name: characters - sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c + sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.3.0" clock: dependency: transitive description: @@ -37,10 +37,10 @@ packages: dependency: transitive description: name: collection - sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 + sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.17.1" cupertino_icons: dependency: "direct main" description: @@ -92,10 +92,10 @@ packages: dependency: transitive description: name: js - sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" + sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3 url: "https://pub.dev" source: hosted - version: "0.6.5" + version: "0.6.7" logging: dependency: transitive description: @@ -108,10 +108,10 @@ packages: dependency: transitive description: name: matcher - sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" + sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb" url: "https://pub.dev" source: hosted - version: "0.12.13" + version: "0.12.15" material_color_utilities: dependency: transitive description: @@ -124,10 +124,10 @@ packages: dependency: transitive description: name: meta - sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" + sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3" url: "https://pub.dev" source: hosted - version: "1.8.0" + version: "1.9.1" nested: dependency: transitive description: @@ -140,10 +140,10 @@ packages: dependency: transitive description: name: path - sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b + sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" url: "https://pub.dev" source: hosted - version: "1.8.2" + version: "1.8.3" provider: dependency: "direct main" description: @@ -158,7 +158,7 @@ packages: path: ".." relative: true source: path - version: "0.0.4+1" + version: "1.0.0-pre" sky_engine: dependency: transitive description: flutter @@ -208,10 +208,10 @@ packages: dependency: transitive description: name: test_api - sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 + sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb url: "https://pub.dev" source: hosted - version: "0.4.16" + version: "0.5.1" vector_math: dependency: transitive description: @@ -221,5 +221,5 @@ packages: source: hosted version: "2.1.4" sdks: - dart: ">=2.18.0 <4.0.0" + dart: ">=3.0.0-0 <4.0.0" flutter: ">=3.7.0" diff --git a/sheet/pubspec.lock b/sheet/pubspec.lock index fd6e1e48..a6d6f193 100644 --- a/sheet/pubspec.lock +++ b/sheet/pubspec.lock @@ -29,10 +29,10 @@ packages: dependency: transitive description: name: async - sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 + sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" url: "https://pub.dev" source: hosted - version: "2.10.0" + version: "2.11.0" boolean_selector: dependency: transitive description: @@ -45,10 +45,10 @@ packages: dependency: transitive description: name: characters - sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c + sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.3.0" clock: dependency: transitive description: @@ -61,10 +61,10 @@ packages: dependency: transitive description: name: collection - sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 + sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.17.1" convert: dependency: transitive description: @@ -159,10 +159,10 @@ packages: dependency: transitive description: name: js - sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" + sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3 url: "https://pub.dev" source: hosted - version: "0.6.5" + version: "0.6.7" lints: dependency: "direct dev" description: @@ -183,10 +183,10 @@ packages: dependency: transitive description: name: matcher - sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" + sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb" url: "https://pub.dev" source: hosted - version: "0.12.13" + version: "0.12.15" material_color_utilities: dependency: transitive description: @@ -199,10 +199,10 @@ packages: dependency: transitive description: name: meta - sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" + sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3" url: "https://pub.dev" source: hosted - version: "1.8.0" + version: "1.9.1" mime: dependency: transitive description: @@ -239,10 +239,10 @@ packages: dependency: transitive description: name: path - sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b + sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" url: "https://pub.dev" source: hosted - version: "1.8.2" + version: "1.8.3" pool: dependency: transitive description: @@ -356,26 +356,26 @@ packages: dependency: transitive description: name: test - sha256: a5fcd2d25eeadbb6589e80198a47d6a464ba3e2049da473943b8af9797900c2d + sha256: "3dac9aecf2c3991d09b9cdde4f98ded7b30804a88a0d7e4e7e1678e78d6b97f4" url: "https://pub.dev" source: hosted - version: "1.22.0" + version: "1.24.1" test_api: dependency: transitive description: name: test_api - sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 + sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb url: "https://pub.dev" source: hosted - version: "0.4.16" + version: "0.5.1" test_core: dependency: transitive description: name: test_core - sha256: "0ef9755ec6d746951ba0aabe62f874b707690b5ede0fecc818b138fcc9b14888" + sha256: "5138dbffb77b2289ecb12b81c11ba46036590b72a64a7a90d6ffb880f1a29e93" url: "https://pub.dev" source: hosted - version: "0.4.20" + version: "0.5.1" typed_data: dependency: transitive description: @@ -433,5 +433,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=2.18.0 <4.0.0" + dart: ">=3.0.0-0 <4.0.0" flutter: ">=3.7.0" From 4fe8691dfbdf0c990f9868138253c4d685970a8a Mon Sep 17 00:00:00 2001 From: jakeBrightHR Date: Mon, 5 Feb 2024 11:37:54 +0000 Subject: [PATCH 2/2] chore: bump version --- modal_bottom_sheet/CHANGELOG.md | 2 +- modal_bottom_sheet/example/pubspec.lock | 2 +- modal_bottom_sheet/pubspec.yaml | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/modal_bottom_sheet/CHANGELOG.md b/modal_bottom_sheet/CHANGELOG.md index 5ea8f3b7..29fd50c0 100644 --- a/modal_bottom_sheet/CHANGELOG.md +++ b/modal_bottom_sheet/CHANGELOG.md @@ -1,4 +1,4 @@ -## Fork +## 3.0.1 Fork This is a fork of this repo: https://github.com/vespr-wallet/modal_bottom_sheet, which in itself is a fork of: https://github.com/jamesblasco/modal_bottom_sheet. The original repo has seemingly been abandoned. The reason for using this fork are: diff --git a/modal_bottom_sheet/example/pubspec.lock b/modal_bottom_sheet/example/pubspec.lock index bcdab79b..c01b49cf 100644 --- a/modal_bottom_sheet/example/pubspec.lock +++ b/modal_bottom_sheet/example/pubspec.lock @@ -110,7 +110,7 @@ packages: path: ".." relative: true source: path - version: "3.0.0-pre" + version: "3.0.1" path: dependency: transitive description: diff --git a/modal_bottom_sheet/pubspec.yaml b/modal_bottom_sheet/pubspec.yaml index 57228c71..04831950 100644 --- a/modal_bottom_sheet/pubspec.yaml +++ b/modal_bottom_sheet/pubspec.yaml @@ -1,10 +1,11 @@ name: modal_bottom_sheet -description: 'Create awesome and powerful modal bottom sheets. Material, Cupertino iOS 13 or create your own style' -version: 3.0.0-pre -homepage: 'https://github.com/jamesblasco/modal_bottom_sheet' +description: "Create awesome and powerful modal bottom sheets. Material, Cupertino iOS 13 or create your own style" +version: 3.0.1 +homepage: https://www.brighthr.com +publish_to: https://onepub.dev/api/xpupsdavuh/ environment: - sdk: ">=2.17.0 <3.0.0" + sdk: ">=2.17.0 <4.0.0" flutter: ">=3.7.0" dependencies: