Skip to content

Commit

Permalink
Release flutter_custom_tabs_android v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Dec 25, 2023
1 parent 30d6f89 commit a9f2288
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
15 changes: 12 additions & 3 deletions flutter_custom_tabs_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
## 2.0.0-beta.2

- Supports launching a URL in an external browser ([#157](https://github.com/droibit/flutter_custom_tabs/pull/157)).
- Adopts the [Pigeon](https://pub.dev/packages/pigeon) code generation tool.
- Moves `CustomTabsOptions` from `flutter_custom_tabs_platform_interface` package ([#151](https://github.com/droibit/flutter_custom_tabs/pull/151)).
- Updates CustomTabsLauncher to [v2.0.0-rc01](https://github.com/droibit/CustomTabsLauncher/releases/tag/2.0.0-rc01)([#160](https://github.com/droibit/flutter_custom_tabs/pull/160)).
- Adds unit tests for android platform ([#162](https://github.com/droibit/flutter_custom_tabs/pull/162)).


## 2.0.0-beta.1

- Add support for prioritizing the default browser over Chrome on Android([#145](https://github.com/droibit/flutter_custom_tabs/pull/145)).
- Update CustomTabsLauncher to [v2.0.0-beta03](https://github.com/droibit/CustomTabsLauncher/releases/tag/2.0.0-beta03)([#145](https://github.com/droibit/flutter_custom_tabs/pull/145)).
- Adds support for prioritizing the default browser over Chrome on Android([#145](https://github.com/droibit/flutter_custom_tabs/pull/145)).
- Updates CustomTabsLauncher to [v2.0.0-beta03](https://github.com/droibit/CustomTabsLauncher/releases/tag/2.0.0-beta03)([#145](https://github.com/droibit/flutter_custom_tabs/pull/145)).
- Suppress deprecated warnings in android implementation([#146](https://github.com/droibit/flutter_custom_tabs/pull/146)).

## 2.0.0-beta+1

- Update `CustomTabsLauncher` to v2.0.0-beta02 to resolve version conflict of `androidx.browser`([#136](https://github.com/droibit/flutter_custom_tabs/issues/136)).
- Updates `CustomTabsLauncher` to v2.0.0-beta02 to resolve version conflict of `androidx.browser`([#136](https://github.com/droibit/flutter_custom_tabs/issues/136)).

## 2.0.0-beta

Expand Down
6 changes: 2 additions & 4 deletions flutter_custom_tabs_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: flutter_custom_tabs_android
description: Android platform implementation of flutter_custom_tabs.
version: 2.0.0-beta.1
version: 2.0.0-beta.2
repository: https://github.com/droibit/flutter_custom_tabs/tree/flutter_custom_tabs_2.0/flutter_custom_tabs_android
publish_to: 'none'

environment:
sdk: '>=2.17.0 <4.0.0'
Expand All @@ -20,8 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
flutter_custom_tabs_platform_interface: ^2.0.0-beta.2
meta: ^1.9.1

dev_dependencies:
Expand Down

0 comments on commit a9f2288

Please sign in to comment.