Skip to content

Commit cf2c7c0

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.0...v2.0.0) (2023-06-12) ### Features * update to sdk version 3 ([#7](#7)) ([b62ff8c](b62ff8c)) ### BREAKING CHANGES * This removes Flutter 2.x support. Users of the package need to update to Flutter 3.x SDK versions to further use the package.
1 parent b62ff8c commit cf2c7c0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v1.1.0...v2.0.0) (2023-06-12)
2+
3+
4+
### Features
5+
6+
* update to sdk version 3 ([#7](https://github.com/smartive/flutter-generic-dropdown-widget/issues/7)) ([b62ff8c](https://github.com/smartive/flutter-generic-dropdown-widget/commit/b62ff8cedc3659380d7b630462a254cd95a49227))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This removes Flutter 2.x
12+
support. Users of the package need to update to
13+
Flutter 3.x SDK versions to further use the package.
14+
115
# [1.1.0](https://github.com/smartive/flutter-generic-dropdown-widget/compare/v1.0.1...v1.1.0) (2023-05-11)
216

317

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: generic_dropdown_widget
22
description: A generic dropdown for flutter. Enables displaying arbitrary
33
content with an arbitrary toggle anywhere in the app.
4-
version: 1.1.0
4+
version: 2.0.0
55
homepage: https://smartive.github.io/flutter-generic-dropdown-widget/
66
issue_tracker: https://github.com/smartive/flutter-generic-dropdown-widget/issues
77
repository: https://github.com/smartive/flutter-generic-dropdown-widget.git

0 commit comments

Comments
 (0)