Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 578 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 578 Bytes

Changelog

3.1.0

  • Update very_good_analysis to ^6.0.0

3.0.0

  • Migrate to dart_code_linter

2.2.0

  • Allow id variable name

2.1.0

  • Add avoid_implementing_value_types
  • Add unreachable_from_main
  • Add unsafe_html
  • Add type_literal_in_constant_pattern
  • Add unnecessary_null_aware_operator_on_extension_on_nullable
  • Add deprecated_member_use_from_same_package

2.0.0

  • Add support for Dart 3
  • Disallow global Riverpod providers

1.1.0

  • Allow global private variables
  • Allow global Riverpod providers

1.0.0

Initial version