Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release flutter_custom_tabs_platform_interface v2.0.0 #177

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions flutter_custom_tabs_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0

- No changes except for version bump.

## 2.0.0-beta.2

- Adds `PlatformOptions` as a base option for platform packages ([#150](https://github.com/droibit/flutter_custom_tabs/pull/150)).
Expand Down
4 changes: 2 additions & 2 deletions flutter_custom_tabs_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_custom_tabs_platform_interface
description: A common platform interface for the flutter_custom_tabs plugin.
version: 2.0.0-beta.2
repository: https://github.com/droibit/flutter_custom_tabs/tree/flutter_custom_tabs_2.0/flutter_custom_tabs_platform_interface
version: 2.0.0
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_platform_interface

environment:
sdk: ">=2.17.0 <4.0.0"
Expand Down
Loading