Skip to content

Commit

Permalink
Release flutter_custom_tabs_android v2.2.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Jul 28, 2024
1 parent b36e2b2 commit 4ff7102
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions flutter_custom_tabs_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.2.0-dev.2

- Adds new launchers for other Android plugins' Android implementations([#205](https://github.com/droibit/flutter_custom_tabs/pull/205)).
- Introduces `PartialCustomTabsLauncher`.
- Introduces `ExternalBrowserLauncher`.
- Refactors `IntentFactory` to `CustomTabsIntentFactory`.
- Updates `PartialCustomTabsConfiguration` to allow nullable `activityHeightResizeBehavior`([#206](https://github.com/droibit/flutter_custom_tabs/pull/206), [#205](https://github.com/droibit/flutter_custom_tabs/pull/205)).

## 2.2.0-dev.1

- Enhances the plugin reusability and reduce pigeon dependency([#198](https://github.com/droibit/flutter_custom_tabs/pull/198)).
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_custom_tabs_android
description: Android platform implementation of flutter_custom_tabs.
version: 2.2.0-dev.1
version: 2.2.0-dev.2
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_android

environment:
Expand Down

0 comments on commit 4ff7102

Please sign in to comment.