Eric Windmill
|
0c5ca75d29
|
Release 3.47 (#2879)
Minor updates for release 3.47
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
[changelog]: ../CHANGELOG.md
---------
Co-authored-by: Parker Lougheed <parlough@gmail.com>
|
5 days ago |
Brett Morgan
|
3e9bb78aec
|
Create `analysis_defaults` package (#1654)
* Create `analysis_defaults` package
* Update analysis_defaults/pubspec.yaml
Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
---------
Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
|
4 years ago |
Parker Lougheed
|
7e11b89445
|
Move to using analyzer strict modes instead of deprecated strong mode (#1531)
The strong mode options were already deprecated and are being removed in Dart 3.
|
4 years ago |
Brett Morgan
|
3a0a652984
|
Add `use_super_parameters` lint (#1269)
|
4 years ago |
Brett Morgan
|
f998c9577e
|
Add `unawaited_futures` (#1148)
|
4 years ago |
Brett Morgan
|
be34b0bf43
|
Centralize analysis options (#957)
|
5 years ago |