Skip to content
Open
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ build/
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

# Packages should not have a lock file
pubspec.lock
48 changes: 27 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,49 @@
## [0.0.1] - 11-04-2020
## [0.5.2] - 15-01-2026

* Initial release
* Update build dependency
* Improved CHANGELOG.md sorting, now the latest version is at the top
* Removed pubspec.lock and added to .gitignore

## [0.1.0] - 12-04-2020
## [0.5.1] - 23-07-2025

* First minor release
* Update build dependency for compatibility with Freezed

## [0.2.0] - 25-07-2020
## [0.5.0] - 22-07-2025

* Update directory of config file
* Update Flutter dependencies

## [0.2.1] - 18-10-2021
## [0.4.0] - 01-06-2023

* Update dependencies
* Add null safety support

## [0.2.2] - 21-12-2021
## [0.3.2] - 14-02-2022

* Only build for config.json
* Use spaces instead of tabs to fix dart formatter issues

## [0.3.1] - 14-02-2022

* Append a newline character at the end of the file

## [0.3.0] - 25-12-2021

* Avoid capitalizing constant names

## [0.3.1] - 14-02-2022
## [0.2.2] - 21-12-2021

* Append a newline character at the end of the file
* Only build for config.json

## [0.3.2] - 14-02-2022
## [0.2.1] - 18-10-2021

* Use spaces instead of tabs to fix dart formatter issues
* Update dependencies

## [0.4.0] - 01-06-2023
## [0.2.0] - 25-07-2020

* Add null safety support
* Update directory of config file

## [0.5.0] - 22-07-2025
## [0.1.0] - 12-04-2020

* Update Flutter dependencies
*
## [0.5.1] - 23-07-2025
* First minor release

* Update build dependency for compatibility with Freezed
## [0.0.1] - 11-04-2020

* Initial release
Loading