-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade the dependencies version to support Flutter 3.22.0 (#16)
Co-authored-by: Hob Nguyen <[email protected]>
- Loading branch information
1 parent
fb404f2
commit 8824232
Showing
6 changed files
with
380 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"flutterSdkVersion": "3.10.0", | ||
"flutterSdkVersion": "3.22.0", | ||
"flavors": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,69 @@ | ||
## 0.2.0 | ||
## [0.3.0] | ||
|
||
- support Flutter 3.22.0 | ||
- chore: bump dependencies | ||
- http: ^1.2.0 | ||
- csv: ^6.0.0 | ||
- intl: ^0.19.0 | ||
- analyzer: ^6.2.0 | ||
- analyzer: ^7.0.0 | ||
|
||
## [0.2.0] | ||
|
||
- chore: bump dependencies | ||
- flutter_sdk: 3.10.0 | ||
- intl: ^0.18.0 | ||
- analyzer: ^5.12.0 | ||
- build: ^2.4.0 | ||
## 0.1.3 | ||
|
||
## [0.1.3] | ||
|
||
- Update minor library dependencies version. | ||
## 0.1.2 | ||
|
||
## [0.1.2] | ||
|
||
- Update library dependencies version. | ||
## 0.1.1 | ||
|
||
## [0.1.1] | ||
|
||
- Customize exception and parsing empty column. | ||
## 0.1.0 | ||
|
||
## [0.1.0] | ||
|
||
- Upgrade to Flutter 3, using lastest dependencies. | ||
## 0.0.9 | ||
|
||
## [0.0.9] | ||
|
||
- Update dependencies library version | ||
## 0.0.8 | ||
|
||
## [0.0.8] | ||
|
||
- Update analyze version to 3.4.1 to fix issue from build_runner | ||
## 0.0.7 | ||
|
||
## [0.0.7] | ||
|
||
- Change build runner example pubspec to older version due to issue from build_runner 2.1.7 and 2.1.8 | ||
## 0.0.6 | ||
- Update version analyze | ||
## 0.0.5 | ||
- Update version library, Using Flutter 2.10.0 | ||
## 0.0.4 | ||
- Update version library, update error console log when parse error sheet column data | ||
## 0.0.3 | ||
- Update readme | ||
## 0.0.2 | ||
|
||
## [0.0.6] | ||
|
||
- Update version analyze | ||
|
||
## [0.0.5] | ||
|
||
- Update version library, Using Flutter 2.10.0 | ||
|
||
## [0.0.4] | ||
|
||
- Update version library, update error console log when parse error sheet column data | ||
|
||
## [0.0.3] | ||
|
||
- Update readme | ||
|
||
## [0.0.2] | ||
|
||
- Update readme and upgrade pub version | ||
## 0.0.1 | ||
- initial release | ||
|
||
## [0.0.1] | ||
|
||
- initial release |
Oops, something went wrong.