* code-sharing boilerplate
* initial commit of code-sharing logic
* documentation improvements
* added code-sharing to samples.yaml
* Updated counter UI to visually indicate communication with the server
* added code_sharing to CI
* CI changes to code_sharing
* fixed test with DI
* formatting
* added shared module to CI
* adds forgotten CI change
* Added components
* Added test
* Added README
* Run flutter format
* Added all the updated components and tests
* Added README file
* Update README.md
* Add textfields to M3 demo app
* move textfield to exprerimental/
* Update component_screen_test.dart
* Fixed comment: changed sdk version
* Changed all double quotes to single
* Added trailing comma, changed all private fields to public except private state classes
* Added enum for screen selection
* Removed comment for material_3_demo
* Added experimental m3 demo app to master CI pipeline
* fixed failing tests
* Modified the analysis_options.yaml
* Fixed warning
* Ran flutter format command
Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: hangyu <108393416+hangyujin@users.noreply.github.com>
Adds a template / sample for games built in Flutter, with all the bells and whistles, like ads, in-app purchases, audio, main menu, settings, and so on.
Co-authored-by: Parker Lougheed
Co-authored-by: Shams Zakhour
* Added M3 demo app
* Changed to use the centralized lint configuration.
* Moved the app at the root level
* Added to CI
* Added app to beta CI and commented app on stable CI file
* Update README.md
* Addressed comments
* fixed comments
* Reverted app name in CI files.
* Added project to the Pub Dependabot config
* Linting pass for current beta channel standards
Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
* Add simplistic editor to samples
* Toggle styles fix
* update name
* Add to CI and dependabot
* update minimum dart sdk
* fix pubspec
* update README
* Update README
* Add shift + arrow key selection and copy/paste keyboard actions
* Update README.md
* copy edits to readme
includes a sentence in each layer description whose accuracy I still need to verify
* update pubspec
* update pubspec.lock
* Fix bug with disabling expansion of replacement when cursor is at edge of replacement
Co-authored-by: Renzo Olivares <roliv@google.com>
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
Adds a Flutter app designed for devices running at least Android 12 that exemplifies how to implement an animated splash screen with the SplashScreen API.
* Unbreaking dev and beta CI
* Newline all the things.
* Unhooking desktop_photo_search from beta and dev CI
* Unhooking web_dashboard and veggieseasons as well