Releases: callius/target-dart
Releases · callius/target-dart
0.4.1
Fix:
- Pass
BuilderOptions
to PartBuilder
.
0.4.0
Feature:
- Upgrade
analyzer
dependency to ^6.2.0
.
0.3.0
Feature:
- Add arrow-kt nullable dsl in the form of
nullable()
and nullableAsync()
.
0.2.2
Maintenance:
- Downgrade
collection
dependency for flutter_test
compatibility.
0.2.1
Maintenance
- Add refs to git dependencies.
0.2.0
Feature:
- Add arrow-kt raise dsl in the form of
either()
and eitherAsync()
.
Maintenance:
- Upgrade to Dart 3.
- Add
final
and interface
class modifiers.
- Remove explicit
freezed
dependency from target_annotation_processor
.