Justin McCandless
4ee2002665
Use `pumpAndSettle` after `dragUntilVisible` to avoid flakes in context_menu tests ( #1588 )
2 years ago
Brett Morgan
1a383e9361
`experimental/pedometer`: fixup linter warning ( #1589 )
2 years ago
Brett Morgan
70f3daa9f7
Add `experimental/pedometer` ( #1587 )
...
* Add `experimental/pedometer`
* Fixup for linter warnings
* Update CI config
2 years ago
Qun Cheng
3bc6ad8110
Add a menu example to show menu system ( #1578 )
2 years ago
Parker Lougheed
4ab7f6c36b
Fix and reenable context_menus email button test ( #1585 )
2 years ago
Brett Morgan
be309ecc07
Update CI project list ( #1583 )
2 years ago
Justin McCandless
6bd2d930bb
Another context menus example: custom menu ( #1577 )
2 years ago
Brett Morgan
c46d418532
`experimental/context_menus`: Update `analysis_options.yaml` ( #1579 )
2 years ago
Brett Morgan
e2a6ac66d3
`experimental/web_dashboard` fix for deprecated annotations ( #1581 )
2 years ago
Pierre-Louis
af1b13501c
Symposium of small improvements to m3 app ( #1573 )
...
* small improvements
* x
* fixed tests
* add issue links to TODOs
* address feedback
2 years ago
Brett Morgan
2c7ffd4617
Fixup `varfont_shader_puzzle`, attempt #2 ( #1563 )
2 years ago
Brian James
057728c5d2
added Type Jam puzzle app for review ( #1554 )
...
* added Type Jam puzzle app for review
* pr round 2 prep
* updated ci scripts for varfont_shader_puzzle
* resolved unused and minor variable naming issues
* rotator tiles row and col are final vars now
* removed unused import and print from production
* made constructors const where needed
* pages_flow export refactored to directly come from that file
* removed old api commented out section from FragmentShaded
* updated pubspec yaml to correct project name
* dart min version updated; removed unnecessary commented out dependencies from pubspec.yaml
* updated pubspec.yaml min flutter version to ensure FragmentShader support
* added/edited comments for explanation, esp on var fonts; removed obsolete comments
* trailing newline added to pubspec.yaml eof
2 years ago
Qun Cheng
bea2ef6c66
Update M3 demo app layout on small screen ( #1558 )
2 years ago
Mouad Debbar
4f059e686e
Avoid allocation of large canvases on the web ( #1557 )
2 years ago
Justin McCandless
6fbc6fef7a
Fill out the README, and add screenshots ( #1555 )
2 years ago
Qun Cheng
405ebafe04
Update Material 3 Demo App ( #1530 )
2 years ago
Justin McCandless
e93776ae04
Cascading context menu ( #1501 )
2 years ago
Justin McCandless
41571eae07
Custom context menu example ( #1463 )
...
* flutter create
* Copied in from 'contextual-menu-examples' repo
* Works again with the latest updates to the branch
* Clean up anywhere example
* Clean up other examples
* Add to CI
* Updated with release version of context menus, and added platform switcher
* Generated files
* Home icon on your original platform
* Remove web_dashboard from ci, not sure why that change was there...
* Add context_menu to beta channel, but commented out, for the future
* +x permissions on the master script, which I may have accidentally changed before?
* Actual bash comment
* dart format
* Natural default platform'
* A working test, for the email page
* Import order fix
* Test some pages
* More tests
* dart format
2 years ago
dependabot[bot]
c21fcd6573
Bump firebase_core, cloud_firestore and firebase_auth ( #1485 )
...
Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core ), [cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore ) and [firebase_auth](https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth ). These dependencies needed to be updated together.
Updates `firebase_core` from 1.24.0 to 2.0.0
- [Release notes](https://github.com/firebase/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core_web-v2.0.0/packages/firebase_core )
Updates `cloud_firestore` from 3.5.1 to 4.0.1
- [Release notes](https://github.com/firebase/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/firebase/flutterfire/commits/cloud_firestore-v4.0.1/packages/cloud_firestore )
Updates `firebase_auth` from 3.11.2 to 4.0.1
- [Release notes](https://github.com/firebase/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_auth-v4.0.1/packages/firebase_auth )
---
updated-dependencies:
- dependency-name: firebase_core
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: cloud_firestore
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: firebase_auth
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
62d5d8d095
Bump hive_generator from 1.1.3 to 2.0.0 in /experimental/linting_tool ( #1477 )
2 years ago
Qun Cheng
0e46ac55a6
Add Radios, CircularProgressIndicator and LinearProgressIndicator to the demo app ( #1442 )
...
* Added Radios, CircularProgressIndicator and LinearProgressIndicator
* Modified README
* Fixed readme comment
* Changed layout of indicators
* Ran Flutter format command
* Put two indicators to one row
* Fixed comment
* Ran flutter format
Co-authored-by: Qun Cheng <quncheng@google.com>
2 years ago
Qun Cheng
d5d811d21a
Update experimental demo app ( #1427 )
2 years ago
Brett Morgan
9d8aa333ee
Update for Material changes & run rebuild scripts ( #1412 )
2 years ago
Brett Morgan
83f7059d83
Consolidated Flutter 3.3 update ( #1401 )
2 years ago
Qun Cheng
c523d05b7e
Update filled button and filled tonal button ( #1390 )
...
* Update FilledButton and FilledTonalButton
* Ran flutter format
Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
2 years ago
stuartmorgan
6dfc29e090
Remove `file_selector_*` from pubspecs. ( #1397 )
...
As of 0.9.1, all of the 1P implementations of `file_selector` are
endorsed, so there's no need to directly include the sub-packages.
2 years ago
xster
ce35e45702
add thumbnails to the books example to make memory leaks easier to test ( #1353 )
...
* add thumbnails to the books example to make memory leaks easier to test
* also add profile build
* migrate material 3 demo code to avoid warning
* Revert "migrate material 3 demo code to avoid warning"
This reverts commit 7df37d9f65
.
* fix lints in various packages
* DoNothingAndStopPropagationIntent const conflicts between stable and beta, add lint ignore for now
2 years ago
dependabot[bot]
d439751599
Bump file_selector_linux in /experimental/linting_tool ( #1382 )
2 years ago
Qun Cheng
bd00db0ecc
New M3 Demo App for Master Channel ( #1378 )
...
* 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>
2 years ago
dependabot[bot]
556ffe3dc4
Bump file_selector and file_selector_web in /experimental/linting_tool ( #1346 )
...
Bumps [file_selector](https://github.com/flutter/plugins/tree/main/packages/file_selector ) and [file_selector_web](https://github.com/flutter/plugins/tree/main/packages/file_selector ). These dependencies needed to be updated together.
Updates `file_selector` from 0.8.2+1 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/commits/file_selector-v0.9.0/packages/file_selector )
Updates `file_selector_web` from 0.8.1+5 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/commits/file_selector_web-v0.9.0/packages/file_selector )
---
updated-dependencies:
- dependency-name: file_selector
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: file_selector_web
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
7123e712fc
Bump file_selector_windows in /experimental/linting_tool ( #1331 )
...
Bumps [file_selector_windows](https://github.com/flutter/plugins/tree/main/packages/file_selector ) from 0.8.2+2 to 0.9.0.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/commits/file_selector_windows-v0.9.0/packages/file_selector )
---
updated-dependencies:
- dependency-name: file_selector_windows
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
6b5b9ccc8a
Bump file_selector_macos in /experimental/linting_tool ( #1333 )
...
Bumps [file_selector_macos](https://github.com/flutter/plugins/tree/main/packages/file_selector ) from 0.8.2+2 to 0.9.0.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/commits/file_selector_macos-v0.9.0/packages/file_selector )
---
updated-dependencies:
- dependency-name: file_selector_macos
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Parker Lougheed
3c608d0882
Update more links and mentions to the main branch ( #1294 )
3 years ago
Brett Morgan
4af443d33f
Drop lock files from repo ( #1282 )
3 years ago
Parker Lougheed
d6296157f4
Some linting_tool updates and cleanup ( #1279 )
3 years ago
Brett Morgan
3a0a652984
Add `use_super_parameters` lint ( #1269 )
3 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
dependabot[bot]
f2d399f750
Bump google_sign_in from 5.3.0 to 5.3.1 in /experimental/web_dashboard ( #1244 )
...
Bumps [google_sign_in](https://github.com/flutter/plugins ) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/compare/google_sign_in-v5.3.0...google_sign_in-v5.3.1 )
---
updated-dependencies:
- dependency-name: google_sign_in
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Craig Labenz
e8b2bec22a
Add Material You and Rich Text Editor samples ( #1223 )
...
* Added Material You and Rich Text Editor samples
* updated images to have Material 3
* updated packages info
3 years ago
dependabot[bot]
cd70e8508a
Bump cloud_firestore in /experimental/web_dashboard ( #1212 )
...
Bumps [cloud_firestore](https://github.com/FirebaseExtended/flutterfire ) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/cloud_firestore-v3.1.13...cloud_firestore_v3.1.14 )
---
updated-dependencies:
- dependency-name: cloud_firestore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
6dda0043d3
Bump firebase_core from 1.15.0 to 1.16.0 in /experimental/web_dashboard ( #1214 )
...
Bumps [firebase_core](https://github.com/FirebaseExtended/flutterfire ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_core-v1.15.0...firebase_core_v1.16.0 )
---
updated-dependencies:
- dependency-name: firebase_core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
c07018b167
Bump firebase_auth from 3.3.16 to 3.3.17 in /experimental/web_dashboard ( #1216 )
...
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire ) from 3.3.16 to 3.3.17.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.16...firebase_auth_v3.3.17 )
---
updated-dependencies:
- dependency-name: firebase_auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
88b524ecbc
Bump json_annotation from 4.4.0 to 4.5.0 in /experimental/web_dashboard ( #1176 )
...
Bumps [json_annotation](https://github.com/google/json_serializable.dart ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases )
- [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-v4.4.0...json_annotation-v4.5.0 )
---
updated-dependencies:
- dependency-name: json_annotation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
bb8a84d549
Bump json_serializable in /experimental/web_dashboard ( #1177 )
...
Bumps [json_serializable](https://github.com/google/json_serializable.dart ) from 6.1.6 to 6.2.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases )
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.6...json_serializable-v6.2.0 )
---
updated-dependencies:
- dependency-name: json_serializable
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
6a0944b76e
Bump json_serializable from 6.1.6 to 6.2.0 in /experimental/linting_tool ( #1174 )
...
Bumps [json_serializable](https://github.com/google/json_serializable.dart ) from 6.1.6 to 6.2.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases )
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.6...json_serializable-v6.2.0 )
---
updated-dependencies:
- dependency-name: json_serializable
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
cad1fccb79
Bump firebase_auth from 3.3.15 to 3.3.16 in /experimental/web_dashboard ( #1172 )
...
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire ) from 3.3.15 to 3.3.16.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.15...firebase_auth-v3.3.16 )
---
updated-dependencies:
- dependency-name: firebase_auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Brett Morgan
f998c9577e
Add `unawaited_futures` ( #1148 )
3 years ago
dependabot[bot]
b7fb986173
Bump google_fonts from 2.3.1 to 2.3.2 in /experimental/linting_tool ( #1146 )
...
Bumps [google_fonts](https://github.com/material-foundation/google-fonts-flutter ) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/material-foundation/google-fonts-flutter/releases )
- [Changelog](https://github.com/material-foundation/google-fonts-flutter/blob/main/CHANGELOG.md )
- [Commits](https://github.com/material-foundation/google-fonts-flutter/commits/v2.3.2 )
---
updated-dependencies:
- dependency-name: google_fonts
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
e37d8a8a96
Bump firebase_core from 1.14.1 to 1.15.0 in /experimental/web_dashboard ( #1124 )
3 years ago
dependabot[bot]
bf07b5b13a
Bump cloud_firestore in /experimental/web_dashboard ( #1126 )
3 years ago
dependabot[bot]
71d9fa73e7
Bump firebase_auth from 3.3.14 to 3.3.15 in /experimental/web_dashboard ( #1128 )
3 years ago
dependabot[bot]
c6412d896d
Bump firebase_core from 1.14.0 to 1.14.1 in /experimental/web_dashboard ( #1108 )
...
Bumps [firebase_core](https://github.com/FirebaseExtended/flutterfire ) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_core-v1.14.0...firebase_core-v1.14.1 )
---
updated-dependencies:
- dependency-name: firebase_core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
3b5469b794
Bump build_runner from 2.1.8 to 2.1.10 in /experimental/linting_tool ( #1087 )
...
Bumps [build_runner](https://github.com/dart-lang/build ) from 2.1.8 to 2.1.10.
- [Release notes](https://github.com/dart-lang/build/releases )
- [Commits](https://github.com/dart-lang/build/compare/build_daemon-v2.1.8...build_runner-v2.1.10 )
---
updated-dependencies:
- dependency-name: build_runner
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
41d87f8f6e
Bump json_serializable from 6.1.5 to 6.1.6 in /experimental/linting_tool ( #1094 )
...
Bumps [json_serializable](https://github.com/google/json_serializable.dart ) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/google/json_serializable.dart/releases )
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.5...json_serializable-v6.1.6 )
---
updated-dependencies:
- dependency-name: json_serializable
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
3dcca8d652
Bump flutter_markdown in /experimental/linting_tool ( #1099 )
...
Bumps [flutter_markdown](https://github.com/flutter/packages ) from 0.6.9+1 to 0.6.10.
- [Release notes](https://github.com/flutter/packages/releases )
- [Commits](https://github.com/flutter/packages/compare/flutter_markdown-v0.6.9...flutter_markdown-v0.6.10 )
---
updated-dependencies:
- dependency-name: flutter_markdown
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
a2fdbe503c
Bump build_runner from 2.1.8 to 2.1.10 in /experimental/web_dashboard ( #1098 )
...
Bumps [build_runner](https://github.com/dart-lang/build ) from 2.1.8 to 2.1.10.
- [Release notes](https://github.com/dart-lang/build/releases )
- [Commits](https://github.com/dart-lang/build/compare/build_daemon-v2.1.8...build_runner-v2.1.10 )
---
updated-dependencies:
- dependency-name: build_runner
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
89f514612e
Bump cloud_firestore in /experimental/web_dashboard ( #1102 )
...
Bumps [cloud_firestore](https://github.com/FirebaseExtended/flutterfire ) from 3.1.11 to 3.1.12.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/cloud_firestore-v3.1.11...cloud_firestore-v3.1.12 )
---
updated-dependencies:
- dependency-name: cloud_firestore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
71da337dcf
Bump firebase_auth from 3.3.13 to 3.3.14 in /experimental/web_dashboard ( #1103 )
...
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire ) from 3.3.13 to 3.3.14.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.13...firebase_auth-v3.3.14 )
---
updated-dependencies:
- dependency-name: firebase_auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
8463ec21fa
Bump google_sign_in from 5.2.4 to 5.3.0 in /experimental/web_dashboard ( #1104 )
...
Bumps [google_sign_in](https://github.com/flutter/plugins ) from 5.2.4 to 5.3.0.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/compare/google_sign_in-v5.2.4...google_sign_in-v5.3.0 )
---
updated-dependencies:
- dependency-name: google_sign_in
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
24a026527c
Bump json_serializable in /experimental/web_dashboard ( #1105 )
...
Bumps [json_serializable](https://github.com/google/json_serializable.dart ) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/google/json_serializable.dart/releases )
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.5...json_serializable-v6.1.6 )
---
updated-dependencies:
- dependency-name: json_serializable
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
7dcd0f21ee
Bump firebase_auth from 3.3.12 to 3.3.13 in /experimental/web_dashboard ( #1069 )
...
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire ) from 3.3.12 to 3.3.13.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases )
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.12...firebase_auth-v3.3.13 )
---
updated-dependencies:
- dependency-name: firebase_auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
f5c01afcdc
Bump grinder from 0.9.0 to 0.9.1 in /experimental/web_dashboard ( #1064 )
...
Bumps [grinder](https://github.com/google/grinder.dart ) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/google/grinder.dart/releases )
- [Changelog](https://github.com/google/grinder.dart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/grinder.dart/commits/0.9.1 )
---
updated-dependencies:
- dependency-name: grinder
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Brett Morgan
3b46646306
`flutter pub upgrade --major-versions` ( #1061 )
3 years ago
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix `destop_photo_search` ( #1052 )
3 years ago
Brett Morgan
9c02a0fa09
Migrate `desktop_photo_search` to top level ( #1002 )
3 years ago
Chris Bracken
0687245ebf
Photo search: Wrap tree node in Semantics widget ( #988 )
...
The results tree view nodes are each a Row widget containing an
IconButton (which in this case is blank) and an InkWell. In order to
expose this as a tappable widget in screen readers, we wrap the tree
nodes in a Semantics widget that performs the same function as the
InkWell would when tapped.
3 years ago
Chris Bracken
de9afb40e0
Photo search: update Linux window title ( #991 )
3 years ago
Chris Bracken
6f78a89a61
Photo search: Add image, download button semantics ( #989 )
...
Adds the Unsplash photo description, if available, as the image
semantics label in the photo detail view.
Adds a 'download' tooltip to the download IconButton, which also sets
the semantics label for screen readers.
3 years ago
Chris Bracken
8da15e2059
Photo search: Set window title on Windows ( #987 )
...
Updates the window title to "Desktop Photo Search" in the Windows
build of desktop_photo_search.
3 years ago
Brett Morgan
a5203b071c
`linting_tool`: Fix warnings and update dependencies ( #981 )
3 years ago
Brett Morgan
affbe89cee
`experimental/web_dashboard`: Drop Android and iOS runners ( #978 )
3 years ago
Brett Morgan
9102cb4653
Update `federated_plugin` runners ( #972 )
3 years ago
Brett Morgan
26d88f1799
Update `pubspec.yaml` files ( #971 )
3 years ago
Brett Morgan
5b0a6be873
Drop DEVELOPMENT_TEAM ( #975 )
3 years ago
Andrew Brogdon
664b63c03c
Updates for 2.8! ( #961 )
3 years ago
Brett Morgan
be34b0bf43
Centralize analysis options ( #957 )
3 years ago
Brett Morgan
bdf7ad36da
[CI]: `dart analyze --fatal-infos` ( #954 )
3 years ago
Brett Morgan
84e7057abe
Update `pubspec.yaml` files ( #958 )
3 years ago
Brett Morgan
ddd618f92e
Update charts_flutter to 0.12.0 ( #951 )
3 years ago
Ahmed Ashour
29339b8334
Remove unneeded types ( #949 )
3 years ago
Brett Morgan
eb74d3f380
Desktop Runner refresh ( #936 )
3 years ago
Brett Morgan
e2b77a4bf1
flutter pub upgrade ( #931 )
3 years ago
John Ryan
4893a24625
Migrate web dashboard to null safety ( #928 )
...
* update dependencies
* Update to cloud_firestore 2.x.x
* run dart migrate
* Fix analyzer warnings from null safety migration
* Fix errors resulting from null safety migration
* Fix info level warnings
* run flutter format
* fix tests
* remove unused import, format
3 years ago
Brett Morgan
994cdb4afa
flutter pub upgrade ( #926 )
...
* flutter pub upgrade
* `desktop_photo_search`: Remove unneeded `unawaited`
Co-authored-by: John Ryan <ryjohn@google.com>
3 years ago
Brett Morgan
e2e2713986
Enforce `use_key_in_widget_constructors` and `file_names` lints ( #913 )
...
* Start enforcing use_key_in_widget_constructors and file_names lints
* dart format
* analysis fixes
* analysis fixes, pt2
* analysis fixes, part 3
* Revert platform_design (test failure)
* More reverts
* Notate why we aren't enforcing a lint
3 years ago
Brett Morgan
e160f5261c
`experimental/linting_tool`: dart fix ( #915 )
3 years ago
Michael Thomsen
3de664f9e7
Link to dart.dev docs for lints ( #901 )
3 years ago
Brett Morgan
297f6b0b96
Upgrade deps, format, fix web/filipino_cuisine ( #898 )
...
fixes: https://github.com/flutter/samples/issues/897
3 years ago
Andrew Brogdon
4cac0e6661
Lands beta branch into master for 2.5 ( #895 )
3 years ago
Abdullah Deshmukh
410e43fbc1
[linting_tool] Prepare for release ( #880 )
3 years ago
Abdullah Deshmukh
0aad30fc5b
Add new DefaultRulesPage ( #875 )
3 years ago
Abdullah Deshmukh
1e00fd0bde
[linting_tool] Implement editing profile ( #874 )
3 years ago
Abdullah Deshmukh
bd4fa28584
Implements default lints page ( #871 )
3 years ago
Abdullah Deshmukh
a68f3f57d6
[linting_tool] Stop duplication of rules in the same profile ( #870 )
3 years ago
Abdullah Deshmukh
9986fe2f2c
[linting_tool] Implement exporting profiles ( #869 )
3 years ago
Abdullah Deshmukh
bbb8e342f1
[linting_tool] Implement saving rules to DB ( #860 )
3 years ago
Abdullah Deshmukh
6bac1b9694
[linting_tool] Add lint rules list ( #856 )
3 years ago
Abdullah Deshmukh
8e73c73f4b
[linting_tool] Add Adaptive Layout with Theming ( #852 )
3 years ago
Abdullah Deshmukh
8573269c03
Add Linting tool starter project ( #840 )
3 years ago
Brett Morgan
6acb879dfa
Add flutter_lints to experimental/federated_plugin/federated_plugin_macos ( #818 )
3 years ago
Brett Morgan
82c0e717ab
Update experimental/federated_plugin/federated_plugin_* ( #819 )
3 years ago
Brett Morgan
a405fc4a9d
Update the dependencies ( #815 )
3 years ago
Brett Morgan
40abd00a45
Adjust lint rules for experimental/web_dashboard ( #820 )
3 years ago
Brett Morgan
9ad1fae51c
Adjust desktop_photo_search's lint rules ( #816 )
3 years ago
Brett Morgan
4069bfbe9e
Adjust experimental/federated_plugin/federated_plugin lint rules ( #817 )
3 years ago
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
4 years ago
Andrew Brogdon
2809a7c89c
Sorting imports in federated_plugin and others ( #801 )
4 years ago
Andrew Brogdon
376c666f0a
Merge beta into master ( #799 )
4 years ago
Ayush Bherwani
beface247a
[federated_plugin] mirgrate to sound null safety ( #781 )
4 years ago
Brett Morgan
5cb6c39bd7
Update desktop_photo_search to use url_launcher's Link ( #780 )
4 years ago
Brett Morgan
873ff4306b
Update Flutter's desktop support ( #768 )
4 years ago
pcamp
751b340d68
Typo fix in README.md ( #774 )
4 years ago
Tushar Ojha
99c18b18d7
Moved veggieseasons out of experimental ( #752 )
4 years ago
Michael Thomsen
b0e8686fe9
Upgrade null safety example ( #748 )
4 years ago
Andrew Brogdon
8c1cd0b049
Landing beta changes in master for the new stable release ( #747 )
4 years ago
Ayush Bherwani
6c81510d6e
migrate e2e test to integration test ( #744 )
4 years ago
Michael Thomsen
a8a4128ff9
Adjust pubspecs ( #713 )
4 years ago
John Ryan
241e2c1b26
Fix cookbook scraper bugs and re-run ( #697 )
...
* fix path separator bug in cookbook scraper
* update lockfiles
* add category to image name to avoid conflicts
e.g.
testing/integration/introduction
testing/widget/introduction
* fix form_app symlink
* remove webimages directory
* remove vision_challenge
vision_challenge doesn't build on the dev channel
* update pubspec.yaml in _tool and form_app
4 years ago
Adarsh kumar singh
d4f4065a6e
Updated deprecated widgets with new one ( #689 )
4 years ago
Tushar Ojha
1fae13ef3a
[VeggieSeasons] added restore defaults feature ( #639 )
4 years ago
Adarsh kumar singh
d16d35e0ac
Updated Veggieseasons to use CupertinoSearchTextField ( #630 )
4 years ago
Tushar Ojha
2f6767f95e
[samples_index] updated source code url for form_app ( #688 )
4 years ago
Satyam Goyal
192dc62b93
[ Fixed Issue #667 ] Add Google and Unsplash terms links to experimental/desktop_photo_search ( #678 )
4 years ago
Brett Morgan
9b631a2184
Split CI testing based on flutter channels ( #651 )
4 years ago
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
4 years ago
Sashika Nawarathne
4ae90f3aa9
Fix minor warnings ( #673 )
4 years ago
Michael Goderbauer
a29af85657
Enable State Restoration for iOS ( #647 )
4 years ago
John Ryan
177efa2443
Fix web_dashboard analysis warnings on beta channel ( #663 )
...
fixes #660
4 years ago
Michael Goderbauer
f96272db20
Fix restoration of search details page ( #648 )
4 years ago
Brett Morgan
4d5b3a863e
Migrate to file_selector ( #645 )
4 years ago
Brett Morgan
39e435960c
typo fix ( #642 )
4 years ago
Brett Morgan
6e9824dc12
flutter pub update & various fixes ( #627 )
4 years ago
John Ryan
4a30a67a63
move experimental/form_app to root of project ( #623 )
...
This allows us to reference this sample from other places.
See https://github.com/flutter/flutter/pull/70321 for more context.
4 years ago
Brett Morgan
6b561158b1
Update macOS desktop sample ( #609 )
4 years ago
Alex Vavvas
7c5fecbceb
Styling revamp using CupertinoThemeData and CupertinoTextThemeData ( #593 )
4 years ago
Brett Morgan
1edac4ca35
Update MSIX config and documentation ( #602 )
4 years ago
Michael Thomsen
1091fb1f33
Update to Dart 2.12 ( #591 )
4 years ago
Ayush Bherwani
493b5cec2d
adds macOS implementation for battery plugin ( #589 )
4 years ago
Brett Morgan
689d7f2c8e
UTF-8 fix ( #590 )
4 years ago
Brett Morgan
dcbbc31119
Re-generate Linux, macOS and Windows runners ( #588 )
...
* Re-generate Linux, macOS and Windows runners
* Update MSIX
4 years ago
Brett Morgan
25bfc7846d
Re-generate built_value classes ( #587 )
4 years ago
Brett Morgan
98574d1844
MSIX Configuration ( #584 )
4 years ago
Brett Morgan
3e7ab36a94
Fixing desktop_photo_search ( #583 )
4 years ago
Ayush Bherwani
0c011574d0
add iOS implementation for battery plugin ( #579 )
4 years ago
Michael Goderbauer
ed1503143e
State Restoration support for Veggie Seasons app ( #433 )
4 years ago
Michael Thomsen
2165099fc9
Update null safety sample with new dev channel build ( #574 )
4 years ago
Michael Thomsen
91da9c072f
Add a new null safety example ( #562 )
4 years ago
Brett Morgan
a41cbf948b
Add windows support to desktop photo search. ( #548 )
4 years ago
Ayush Bherwani
358485d7fa
[federated_plugin] adds support for Windows ( #533 )
4 years ago