3.13.0
- Updates the minimum Dart SDK version to 3.13.
- Adds the following lints:
- Removes the deprecated
avoid_private_typedef_functionslint. - Replaces analyzer options with lints:
strict-castswithno_dynamic_casts.strict-raw-typeswithno_raw_types.