Skip to content

Commit

Permalink
Update rest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Mar 3, 2024
1 parent 8d42559 commit fd589be
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion flutter_custom_tabs/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1

flutter:
uses-material-design: true
8 changes: 4 additions & 4 deletions flutter_custom_tabs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ dependencies:
# flutter_custom_tabs_web: ^2.0.0
flutter_custom_tabs_web:
path: ../flutter_custom_tabs_web
meta: ^1.9.1
meta: ^1.10.0

dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.2
flutter_lints: ^2.0.1
plugin_platform_interface: ^2.1.5
mockito: ^5.4.4
flutter_lints: ^3.0.1
plugin_platform_interface: ^2.1.7

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {

dependencies {
implementation 'androidx.browser:browser:1.5.0'
implementation 'com.github.droibit:customtabslauncher:2.0.0-rc01'
implementation 'com.github.droibit:customtabslauncher:2.0.0'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.10.3'
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs_android/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
4 changes: 2 additions & 2 deletions flutter_custom_tabs_android/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ dependencies:
sdk: flutter
flutter_custom_tabs_android:
path: ../
dynamic_color: ^1.6.7
dynamic_color: ^1.7.0

dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1

flutter:
uses-material-design: true
Expand Down
4 changes: 2 additions & 2 deletions flutter_custom_tabs_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dependencies:
# flutter_custom_tabs_platform_interface: ^2.0.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
meta: ^1.9.1
meta: ^1.10.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1
pigeon: ^17.0.0
2 changes: 1 addition & 1 deletion flutter_custom_tabs_ios/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev_dependencies:
sdk: flutter
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1

flutter:
uses-material-design: true
7 changes: 3 additions & 4 deletions flutter_custom_tabs_ios/ios/Classes/Laucher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ open class Launcher {
dismissStack.append { [weak viewControllerToPresent] in
viewControllerToPresent?.dismiss(animated: true)
}
topViewController
.present(viewControllerToPresent, animated: true) {
completion?(true)
}
topViewController.present(viewControllerToPresent, animated: true) {
completion?(true)
}
} else {
completion?(false)
}
Expand Down
4 changes: 2 additions & 2 deletions flutter_custom_tabs_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ dependencies:
# flutter_custom_tabs_platform_interface: ^2.0.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
meta: ^1.9.1
meta: ^1.10.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1
pigeon: ^17.0.0

flutter:
Expand Down
6 changes: 3 additions & 3 deletions flutter_custom_tabs_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ environment:
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.5
meta: ^1.9.1
meta: ^1.10.0
plugin_platform_interface: ^2.1.7

dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.2
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1
6 changes: 3 additions & 3 deletions flutter_custom_tabs_web/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dev_dependencies:
sdk: flutter
integration_test:
sdk: flutter
mockito: ^5.4.2
plugin_platform_interface: ^2.1.5
flutter_lints: ^2.0.1
mockito: ^5.4.4
plugin_platform_interface: ^2.1.7
flutter_lints: ^3.0.1
8 changes: 4 additions & 4 deletions flutter_custom_tabs_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ dependencies:
# flutter_custom_tabs_platform_interface: ^2.0.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
meta: ^1.9.1
url_launcher_web: ^2.0.16
url_launcher_platform_interface: ^2.1.2
meta: ^1.10.0
url_launcher_web: ^2.0.19
url_launcher_platform_interface: ^2.2.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1

0 comments on commit fd589be

Please sign in to comment.