- Improve and clean up
MetaType resolution
- Safely retrieve constructor from the controller
- Add (hidden)
--generate-only flag to dev command
- Support for
workspaces in pubspec.yaml
- Add
--profile flag to dev (runner) command
- Upgrade dependencies
- Fix breaking changes
- Create new class for
Types on method parameters
- Add property
hasFromJsonConstructor
- Clean up import path retrieval
- Add abbreviation for dart define (
-D) to match dart's CLI for build and dev commands
- Safely close the server when
CTRL+C is pressed
- Watch
components directory within the lib directory for changes to reload the server
- Lower min bound for Dart SDK to
3.4.0
- Improve error handling and logs for server startup
- Upgrade dependencies
- Clean up lint warnings