Skip to content

Commit 1e08e02

Browse files
committed
Breaking change, fix flutter/flutter#56181
1 parent ec8710a commit 1e08e02

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See the README files of the individual subprojects:
66

77
### Breaking changes
88

9-
2.1.x is compatible with Flutter 2.5 (stable) and later. If you're not yet ready to upgrade from a previous version of Flutter, stay with the latest 2.0.x version of `flutter_dropzone`.
9+
3.0.x is compatible with Flutter 2.5 (stable) and later. If you're not yet ready to upgrade from a previous version of Flutter, stay with the latest 2.0.x version of `flutter_dropzone`.
1010
See the [README of the web implementation][3] for details.
1111

1212
[1]: flutter_dropzone/README.md

flutter_dropzone/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [2.1.0] - 2021-09-13
3+
## [3.0.0] - 2021-09-14
44

55
* Breaking change: Fix (https://github.com/flutter/flutter/issues/56181). This version is compatible with Flutter 2.5 (stable) and later.
66

flutter_dropzone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Android and iOS, without the usual `dart:html` errors (this is what federated pl
6666

6767
### Breaking changes
6868

69-
2.1.0 had to be a breaking change because a bug I reported earlier was fixed in Flutter 2.5 stable: https://github.com/flutter/flutter/issues/56181
69+
3.0.0 had to be a breaking change because a bug I reported earlier was fixed in Flutter 2.5 stable: https://github.com/flutter/flutter/issues/56181
7070

7171
Previously, as a workaround, the plugin had its own modified version of `HtmlElementView` but with the fix, it's no longer necessary. However, leaving it out would break
7272
the functioning of the plugin for people how haven't yet moved on to 2.5. You have to stay with the latest 2.0.x version of `flutter_dropzone` if you're not yet ready to upgrade

flutter_dropzone/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dev_dependencies:
1414
flutter_test:
1515
sdk: flutter
1616

17-
flutter_dropzone: ^2.1.0
17+
flutter_dropzone: ^3.0.0
1818
pedantic: ^1.11.0
1919

2020
dev_dependency_overrides:

flutter_dropzone/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313

1414
flutter_dropzone_platform_interface: ^2.0.0
15-
flutter_dropzone_web: ^2.1.0
15+
flutter_dropzone_web: ^3.0.0
1616

1717
dev_dependencies:
1818
flutter_test:

flutter_dropzone_web/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [2.1.0] - 2021-09-13
3+
## [3.0.0] - 2021-09-14
44

55
* Breaking change: Fix (https://github.com/flutter/flutter/issues/56181). This version is compatible with Flutter 2.5 (stable) and later.
66

flutter_dropzone_web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Once you have `flutter_dropzone` in `pubspec.yaml` you should be able to use `pa
2222

2323
### Breaking changes
2424

25-
2.1.0 had to be a breaking change because a bug I reported earlier was fixed in Flutter 2.5 stable: https://github.com/flutter/flutter/issues/56181
25+
3.0.0 had to be a breaking change because a bug I reported earlier was fixed in Flutter 2.5 stable: https://github.com/flutter/flutter/issues/56181
2626

2727
Previously, as a workaround, the plugin had its own modified version of `HtmlElementView` but with the fix, it's no longer necessary. However, leaving it out would break
2828
the functioning of the plugin for people how haven't yet moved on to 2.5. You have to stay with the latest 2.0.x version of `flutter_dropzone` if you're not yet ready to upgrade

flutter_dropzone_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_dropzone_web
22
description: A drag-and-drop Flutter plugin (Web only).
3-
version: 2.1.1
3+
version: 3.0.0
44
homepage: https://github.com/deakjahn/flutter_dropzone
55

66
environment:

0 commit comments

Comments
 (0)