Miguel Beltran
5331384143
Enable Material 3 in `simplistic_calculator` ( #1966 )
2 years ago
Miguel Beltran
93db48966c
Explicit import for Platform and kIsWeb ( #1898 )
...
Following the ideas in flutter/website#7798 I have changed the imports
needed for Platform and kIsWeb to be explicitly named.
## Pre-launch Checklist
- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2 years ago
Brett Morgan
36e7a6ab04
Update for Flutter 3.10 beta ( #1746 )
...
## 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 updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
---------
Co-authored-by: David Iglesias <ditman@gmail.com>
Co-authored-by: Mark Thompson <2554588+MarkTechson@users.noreply.github.com>
Co-authored-by: John Ryan <ryjohn@google.com>
2 years ago
Brett Morgan
0d9b5c25a5
Update `simplistic_calculator` ( #1417 )
...
* Update `simplsitic_calculator`
* Drop `DEVELOPMENT_TEAM`
2 years ago
Brett Morgan
58bc5d7a58
Deps update, utilize `super.key` ( #1265 )
...
* Deps update, utilize `super.key`
* `flutter format`
3 years ago
Brett Morgan
ccd68f34e2
Beta ( #1234 )
3 years ago
Miguel Beltran
07e99272f3
Add Min window size ( #1048 )
3 years ago
Brett Morgan
3cfdc5927e
`simplistic_calculator`: Breaking apart into a bunch of steps ( #1033 )
3 years ago
Brett Morgan
67a6d1a068
Refactoring `simplistic_calculator` ( #1032 )
...
Seperate configuraiton data from display.
Also, it now uses constructor tearoffs.
3 years ago
Brett Morgan
4366e1015a
Simplistic Calculator ( #1030 )
...
* Simplistic Calculator, initial commit
* Add Linux runner
* Add macOS runner, update `main.dart` for iOS
* Add a test
3 years ago