flutter_custom_tabs 1.2.1 copy "flutter_custom_tabs: ^1.2.1" to clipboard
flutter_custom_tabs: ^1.2.1 copied to clipboard

Flutter plugin for seamlessly displaying web content using Chrome Custom Tabs.

1.2.1 #

  • Fix the build error when depending on v1.2.0 plugin in some iOS projects(#101).

1.2.0 #

  • Supports presentation style customization for SFSafariViewController(#85).
  • Make closeAllIfPossible work on Android 6.0 and above(#86).
  • Update dependency CustomTabLauncher to v1.7.1(#82).
  • Depends on CocoaPods v1.12.1.
  • Corrects the URLs in the README.

1.1.1 #

  • Fixed a bug that handled results multiple times when opening a URL on Android.

1.1.0 #

  • Added a manual close feature for SFSafariViewController on iOS(#67).
  • Update dependency CustomTabLauncher to v1.7.0(#74).
  • Update Android Gradle Plugin to v7.4.0(#75).
  • Update the minimum supported OS to iOS11(#75).

1.0.4 #

  • Update to Android CustomTabsLauncher 1.0.6(#62).

1.0.3, #

  • Migrate from deprecated gradle getGenerateBuildConfig to buildFeatures(#49).
  • Avoiding app crashes caused by URLs containing whitespaces(#50, #52).

1.0.2 #

  • Fix NullPointerException when calling launch without setting the value of enableUrlBarHiding(#47).

1.0.1 #

  • Fix links in the document on pub.dev.

1.0.0 #

NOTE:
The first major release include some breaking changes, see the migration guide for details.

  • Migrate to federated plugins(#41).
  • Web support(#42).
  • Improved customization on iOS(#39, #43).

0.7.0 #

  • Migrated to Null Safety(#36).
  • Bug Fix : shows black screen while launching in release mode(#37).
  • Support Android11.
  • Update the dependent url_launcher to v6.0.3.

0.6.0 #

  • Added HTTP headers option(#13)

0.5.0 #

NOTE:
This package only support CustomTabs for androidx from v0.5.0.
If you migrate existing project to androidx see the official docs.

  • AndroidX support(#11)

0.4.0 #

  • Fix: Only works with Chrome(#2).

0.3.0 #

  • Migrate to dart 2.0 release(#1).

0.2.0 #

  • Support custom transition.
  • Support enabling of Instant apps.

0.1.0 #

Initial release of plugin supports following customization options:

  • Custom tab toolbar color.
  • Hides the toolbar when the user scrolls down the page.
  • Adds default sharing menu.
  • Show web page title in tool bar.

ref. CustomTabsIntent.Builder

218
likes
100
pub points
98%
popularity

Publisher

unverified uploader

Flutter plugin for seamlessly displaying web content using Chrome Custom Tabs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_custom_tabs_platform_interface, flutter_custom_tabs_web, meta

More

Packages that depend on flutter_custom_tabs