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>
1 week ago
Jonathan Resnick
8b20b55e5a
Fix compass_app build issues ( #2729 ) ( #2731 )
...
Fix build issues that prevent compass_app from building and running out
of the box.
* add compass_app folders to list of workspaces in root pubspec
* align dependency versions to resolve conflicts
## Pre-launch Checklist
- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ x] I signed the [CLA].
- [ x] I read the [Contributors Guide].
- [ ] I have added sample code updates to the [changelog].
- [ ] 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
10 months ago
Eric Windmill
2999d738b8
Dart 3.9 / Flutter 3.35 [first LLM release] ( #2714 )
...
I got carried away with Gemini and basically rewrote CI and the release
process for the new LLM reality. This work was largely completed by
Gemini.
- Bump all SDK versions to the current beta (3.9.0-0)
- Run `flutter channel beta`
- Wrote `ci_script.dart` to replace the bash scripts
- Converted repository to pub workspace #2499
- Added llm.md and release.md
- Added redirect for deprecated Samples Index
## 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 `///`).
1 year ago
Kevin Moore
9fef1332f3
Clean up dependencies across packages ( #2585 )
...
Drop dep on pkg:collection, use new bits in Dart 3.0
Fixed very old dep in navigation_and_routing – bug was fixed long ago
2 years ago
Eric Windmill
719fd72c38
Flutter 3.29 beta ( #2571 )
2 years ago
Parker Lougheed
90cd385ef4
[compass_app] Mark classes used for namespacing as `abstract final` ( #2540 )
...
As they are just used for namespacing static properties, these classes
shouldn't be extended, implemented, or instantiated.
2 years ago
Parker Lougheed
754ddf0375
[compass_app/server] Misc consistency improvements ( #2539 )
2 years ago
Parker Lougheed
90f0584108
Clean up SDK constraints and lints ( #2471 )
2 years ago
Eric Windmill
46b5a26b26
Compass app ( #2446 )
2 years ago