dartfix 0.1.8 dartfix: ^0.1.8 copied to clipboard
A tool for migrating Dart source to newer versions of the Dart SDK and fixing common issues.
0.1.8 #
- The dartfix package has been deprecated. The functionality has been moved to
the new
dart fix
command that's included in the SDK.
0.1.7 #
- Improve experimental non-nullable migration support.
- Extract some nnbd migration implementation components from the dartfix package.
0.1.6 #
- Improve experimental non-nullable migration support.
0.1.5 #
- Add command line options for selecting/excluding fixes to apply (
--fix
,--excludeFix
, and--required
). Call with--help
for more details. - Add a
--color
option for printing messages with ANSI colors. This defaults to true if the terminal supports ANSI colors. - Add a
--pedantic
option for specifying fixes relating to the pedantic lints. - Add experimental non-nullable migration support.
0.1.4 #
- update protocol version constraints
0.1.3 #
- update SDK constraints
0.1.2 #
- update SDK constraints
- add example.dart showing what can be "fixed"
0.1.1 #
- Remove reading dartfix version from pubspec
0.1.0 #
- Initial version