File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.5.0
2+
3+ - Updates minimum supported SDK version to Flutter 3.27.0/Dart 3.6.
4+ - Handles iOS 26 deprecations for SFSafariViewController tint colors and dismiss button style.
5+ - Updates minimum required ` flutter_custom_tabs_platform_interface ` version to 2.4.0.
6+ - Updates minimum required ` flutter_lints ` version to 5.0.0.
7+ - Updates minimum required ` pigeon ` version to 26.0.0.
8+
19## 2.4.1
210
311- Fix SFSafariViewController launch failure under UIScene lifecycle.
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'flutter_custom_tabs_ios'
7- s . version = '2.4.1 '
7+ s . version = '2.5.0 '
88 s . summary = 'iOS platform implementation of flutter_custom_tabs.'
99 s . description = <<-DESC
1010iOS platform implementation of flutter_custom_tabs.
Original file line number Diff line number Diff line change 11name : flutter_custom_tabs_ios
22description : iOS platform implementation of flutter_custom_tabs.
3- version : 2.4.1
3+ version : 2.5.0
44homepage : https://github.com/droibit/flutter_custom_tabs
55repository : https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_ios
66issue_tracker : https://github.com/droibit/flutter_custom_tabs/issues
7- publish_to : ' none'
87
98environment :
109 sdk : ^3.6.0
@@ -13,9 +12,7 @@ environment:
1312dependencies :
1413 flutter :
1514 sdk : flutter
16- # flutter_custom_tabs_platform_interface: ^2.3.0
17- flutter_custom_tabs_platform_interface :
18- path : ../flutter_custom_tabs_platform_interface
15+ flutter_custom_tabs_platform_interface : ^2.4.0
1916 meta : ^1.10.0
2017
2118dev_dependencies :
You can’t perform that action at this time.
0 commit comments