Skip to content

Commit 2f8ae51

Browse files
authored
Merge pull request #26 from nubank/allow-dart-3
allow-dart-3
2 parents 36385f4 + f69204a commit 2f8ae51

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.1
2+
* Allow Dart 3
3+
14
## 1.4.0
25
* Updated to use null safety
36

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 1.4.0
44
homepage: https://github.com/amplitude/Amplitude-Flutter
55

66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
8-
flutter: ">=1.10.0 <2.0.0"
7+
sdk: '>=2.12.0 <4.0.0'
8+
99
dependencies:
1010
crypto: ^3.0.1
1111
device_info: ^2.0.1

0 commit comments

Comments
 (0)