All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- Fix outdated project template.
- Fix inconsistent extra lines when error occurs.
- Back to null safety.
- Remove
build
and serve
command. Very hard to maintain & build a global package
that uses null-safety itself but contains some unsound-null-safety code.
- Fix missing
.gitignore
file (isn't generated when creating).
- Run
pub get
after creating a new project.
- Remove unnecessary models, though this doesn't affect the program at all
- Duplicate usage message on
UsageException
.
- Symbols in debug logs can't show on some devices due to the use of illegal characters.