dependabot[bot]
486796add1
Bump http from 0.13.6 to 1.0.0 in /experimental/linting_tool ( #1879 )
1 year ago
dependabot[bot]
1dd911e45c
Bump google_fonts from 4.0.5 to 5.0.0 in /experimental/varfont_shader_puzzle ( #1865 )
1 year ago
Biso
51223a0efa
Add null safety check before displaying SnackBar ( #1866 )
1 year ago
Hossein Yousefi
aff3b0979e
Update pedometer to jni and jnigen:0.5.0 ( #1863 )
...
Updates the pedometer sample to the latest version of jni and jnigen.
1 year ago
Kevin Moore
4f01fbb9c1
Material 3 demo: add tooltips to expanded color picker widgets ( #1848 )
2 years ago
Qun Cheng
13cf346c1f
Update time picker to use 24-hour format ( #1821 )
2 years ago
Qun Cheng
1d6e5a0ece
Use SliverList and cache content height ( #1802 )
2 years ago
Brett Morgan
82e38e5b79
Update samples for Dart 3.0.0 ( #1803 )
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
b703f1f3f9
Fixup `experimental/federated_plugin` ( #1776 )
...
Replaces https://github.com/flutter/samples/pull/1749
FYI @negotoyolo
## 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 `///`).
- [x] 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
dependabot[bot]
363909914e
Bump jnigen from 0.3.0 to 0.4.0 in /experimental/pedometer ( #1771 )
...
Bumps [jnigen](https://github.com/dart-lang/jnigen ) from 0.3.0 to 0.4.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/dart-lang/jnigen/commits ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jnigen&package-manager=pub&previous-version=0.3.0&new-version=0.4.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Rydmike
faade5f486
FIX: https://github.com/flutter/samples/issues/1752 and https://githu … ( #1753 )
...
…b.com/flutter/samples/issues/1751
Fixes for:
The screen that shows Material elevation and row that says "Surface Tint
Color Only" has shadow and shown elevation dp is wrong.
FIX: https://github.com/flutter/samples/issues/1751
FIX: https://github.com/flutter/samples/issues/1752
## 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 `///`).
- [x] 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
Qun Cheng
a0386f36ef
Set `showDragHandle` to true for `BottomSheet` ( #1741 )
...
One line change to show the drag handle on the `ModalBottomSheetRoute`.
<img width="611" alt="Screenshot 2023-04-18 at 4 56 49 PM"
src="https://user-images.githubusercontent.com/36861262/232929589-492434b9-7c87-43a0-8378-45ee3ca53782.png ">
## 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].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.
Co-authored-by: Qun Cheng <quncheng@google.com>
2 years ago
dependabot[bot]
79ba199ce2
Bump fl_chart from 0.61.0 to 0.62.0 in /experimental/pedometer/example ( #1739 )
...
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart ) from 0.61.0 to
0.62.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/imaNNeo/fl_chart/releases ">fl_chart's
releases</a>.</em></p>
<blockquote>
<h2>0.62.0</h2>
<ul>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/JoshMart "><code>@JoshMart</code></a>) Fix
extra lines not painting when at chart min or max, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1255 ">#1255</a>.</li>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/imaNNeo "><code>@imaNNeo</code></a>) Check if
mounted before calling setState in _handleBuiltInTouch methods in bar,
line and scatter charts, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1101 ">#1101</a></li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/MagdyYacoub1 "><code>@MagdyYacoub1</code></a>):
Added gradient color to <a
href="https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#rangeannotations ">RangeAnnotations</a>
by adding gradient attribute to <a
href="https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#horizontalrangeannotation ">horizontalRangeAnnotations</a>
and <a
href="https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#verticalrangeannotation ">VerticalRangeAnnotation</a>,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1195 ">#1195</a>.</li>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/Motionz-Von "><code>@Motionz-Von</code></a>)Fix
windows build for example app</li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/Motionz-Von "><code>@Motionz-Von</code></a>)BarChart
groupSpace also takes effect when alignment is BarChartAlignment.end or
BarChartAlignment.start.</li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/Motionz-Von "><code>@Motionz-Von</code></a>)
supports setting line StrokeCap on HorizontalLine/VerticalLine</li>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/nav-28 "><code>@nav-28</code></a>) Fix radar
chart tick and graph point not matching <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1078 ">#1078</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/imaNNeo "><code>@imaNNeo</code></a>) Update
LineChartSample5 to demonstrate click to toggle show/hide tooltip, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/118 ">#118</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/imaNNeo/fl_chart/blob/master/CHANGELOG.md ">fl_chart's
changelog</a>.</em></p>
<blockquote>
<h2>0.62.0</h2>
<ul>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/JoshMart "><code>@JoshMart</code></a>) Fix
extra lines not painting when at chart min or max, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1255 ">#1255</a>.</li>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/imaNNeo "><code>@imaNNeo</code></a>) Check if
mounted before calling setState in _handleBuiltInTouch methods in bar,
line and scatter charts, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1101 ">#1101</a></li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/MagdyYacoub1 "><code>@MagdyYacoub1</code></a>):
Added gradient color to <a
href="https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#rangeannotations ">RangeAnnotations</a>
by adding gradient attribute to <a
href="https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#horizontalrangeannotation ">horizontalRangeAnnotations</a>
and <a
href="https://github.com/imaNNeo/fl_chart/blob/master/repo_files/documentations/base_chart.md#verticalrangeannotation ">VerticalRangeAnnotation</a>,
<a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1195 ">#1195</a>.</li>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/Motionz-Von "><code>@Motionz-Von</code></a>)Fix
windows build for example app</li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/Motionz-Von "><code>@Motionz-Von</code></a>)BarChart
groupSpace also takes effect when alignment is BarChartAlignment.end or
BarChartAlignment.start.</li>
<li><strong>FEATURE</strong> (by <a
href="https://github.com/Motionz-Von "><code>@Motionz-Von</code></a>)
supports setting line StrokeCap on HorizontalLine/VerticalLine</li>
<li><strong>BUGFIX</strong> (by <a
href="https://github.com/nav-28 "><code>@nav-28</code></a>) Fix radar
chart tick and graph point not matching <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/1078 ">#1078</a></li>
<li><strong>IMPROVEMENT</strong> (by <a
href="https://github.com/imaNNeo "><code>@imaNNeo</code></a>) Update
LineChartSample5 to demonstrate click to toggle show/hide tooltip, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/118 ">#118</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e55632ffdd
"><code>e55632f</code></a>
Bump version to 0.62.0</li>
<li><a
href="1e763ba9ef
"><code>1e763ba</code></a>
Set path strategy as a default strategy in web</li>
<li><a
href="04a9a0588f
"><code>04a9a05</code></a>
Remove temp Iran banner and message</li>
<li><a
href="278d4c854b
"><code>278d4c8</code></a>
Update LineChartSample5 to demonstrate click to toggle show/hide
tooltip, <a
href="https://redirect.github.com/imaNNeo/fl_chart/issues/118 ">#118</a></li>
<li><a
href="30f3b17dac
"><code>30f3b17</code></a>
change dividing by zero condition</li>
<li><a
href="b898bd43d6
"><code>b898bd4</code></a>
update changelog</li>
<li><a
href="c35539284f
"><code>c355392</code></a>
fix radar chart tick point not scaling</li>
<li><a
href="e99695494d
"><code>e996954</code></a>
doc: update Change log and doc-ing strokeCap for
VerticalLine/HorizontalLine</li>
<li><a
href="2457e70641
"><code>2457e70</code></a>
refactor: fix tests</li>
<li><a
href="66eaeea81f
"><code>66eaeea</code></a>
refactor: supports setting line StrokeCap on
HorizontalLine/VerticalLine</li>
<li>Additional commits viewable in <a
href="https://github.com/imaNNeo/fl_chart/compare/0.61.0...0.62.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fl_chart&package-manager=pub&previous-version=0.61.0&new-version=0.62.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Brett Morgan
31a3d14618
Rebuild runners ( #1725 )
2 years ago
Qun Cheng
1c127bc2c9
Add a SearchAnchor example to experimental demo ( #1722 )
2 years ago
BullsEye
604c82cd7c
Fix spelling and Casing of word ( #1697 )
...
* Fix spelling and cases
Fixes:
- Jave to Java on Line 6
- CmakeFile.txt to CMakeFile.txt on Line 41 and 50
* Correct the facts of file CMakeLists.txt
2 years ago
Brett Morgan
3bafa557f7
Update `sdk` constraint range and update runners ( #1706 )
2 years ago
Eilidh Southren
abf8298657
Add image-based color selection to M3 demo ( #1703 )
...
* Add ColorScheme.fromImageProvider selection method
* method cleanup
* cleanup
* Move changes to experimental/
* Move changes from stable branch
* update image descriptions
* update image selection border
* add mac network permissions
* comment responses
2 years ago
Kevin Moore
d430081b71
material_3_demo: update web scaffold to latest ( #1700 )
2 years ago
Qun Cheng
1b195e5dcc
Update experimental M3 demo ( #1692 )
2 years ago
Justin McCandless
7874e554b6
Enable the context menu examples on web ( #1687 )
2 years ago
dependabot[bot]
d900c9cd3f
Bump fl_chart from 0.55.2 to 0.61.0 in /experimental/pedometer/example ( #1678 )
2 years ago
dependabot[bot]
89b655d7f3
Bump google_sign_in from 5.4.4 to 6.0.0 in /experimental/web_dashboard ( #1665 )
2 years ago
Brett Morgan
0a862ea4c1
Update runners ( #1658 )
...
* Update runners
* Elide `experimental/pedometer` from CI
* Mark `primary` scroll view
* Re-enable "experimental/pedometer"
2 years ago
Hossein Yousefi
dd3a024aa8
[experimental/pedometer] Use `jnigen` and `jni` version from pub instead of git url. ( #1655 )
2 years 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>
2 years ago
Pierre-Louis
79bd62952d
Improvements to M3 demo app ( #1647 )
...
* improvements
* fix focus
* add comment
* add comment
* copy changes to root material_3_demo
* fix large breakpoint
* fix large breakpoint
* Create integration_test.dart
* refactor main.dart into home.dart and constants.dart
* add integration_test to pubspec
* copy to root material_3_demo
* remove removal of constraints
* address feedback
2 years ago
Brett Morgan
e1f3fb020e
Revert "Improvements to M3 demo app ( #1630 )" ( #1643 )
...
This reverts commit 6207e34192
.
2 years ago
Pierre-Louis
6207e34192
Improvements to M3 demo app ( #1630 )
2 years ago
Miguel Beltran
cbadb3a2e5
enable Material 3 on linting_tool ( #1634 )
2 years ago
Brett Morgan
54950c4284
Tidyup `varfont_shader_puzzle` ( #1629 )
...
* Tidyup `varfont_shader_puzzle`
* Add a rebuild script and a test
* Simplify fragment shaders
* Drop web
* Enable `beta` CI
* make it `beta` inclusive
* Pull out the program loading code
2 years ago
Miguel Beltran
44f2356073
Enable Material 3 on `federated_plugin` ( #1635 )
...
* Enable Material 3 on federated_plugin
* update tests
2 years ago
gaaclarke
787bf09fe3
Add `background_isolate_channels` to CI ( #1448 )
...
* Added sample code for using plugins and channels from background isolates.
* goderbauer feedback 1
* goderbauer feedback2
* goderbauer feedback 3
* Add `background_isolate_channels` to CI
* Comment in `background_isolate_channels`
* Fixup
* Elide `experimental/material_3_demo` from `master`
* Elide `material_3_demo` from `master` CI
* Elide `place_tracker` on `master` CI
---------
Co-authored-by: Brett Morgan <brettmorgan@google.com>
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
2 years ago
Pierre-Louis
2e3dfb0e8d
Update M3 app ( #1606 )
2 years ago
dependabot[bot]
cb8aa1f725
Bump google_fonts from 3.0.1 to 4.0.0 in /experimental/linting_tool ( #1599 )
2 years ago
dependabot[bot]
7166e8acd6
Bump google_fonts in /experimental/varfont_shader_puzzle ( #1600 )
...
Bumps [google_fonts](https://github.com/material-foundation/google-fonts-flutter ) from 3.0.1 to 4.0.0.
- [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/compare/v3.0.1...v4.0.0 )
---
updated-dependencies:
- dependency-name: google_fonts
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
David Iglesias
8f1b3c3f9b
Adds "Element Embedding" demo package. ( #1596 )
2 years ago
Brett Morgan
5401bb88b4
Flutter 3.7.0 ( #1556 )
...
* Update `simplistic_editor` for Flutter 3.4 beta
* Re-enable beta and master CI
* Disable on master
* Added sample code for using plugins and channels from background isolates.
* goderbauer feedback 1
* goderbauer feedback2
* goderbauer feedback 3
* Add `background_isolate_channels` to CI
* Enable beta CI
* Enable all `stable` CI projects
* `dart fix --apply`
* `print` -> `denugPrint`
* Make deps min version not pinned
* Drop `_isDebug`
* Remove unused import
* `dart format`
* Fixup `linting_tool`
* Fixup `form_app`
* Enable all `master` CI
* Basic fixes
* Patch `simplistic_editor`
* Fix nl at eol
* Comment out `simplistic_editor`
* Incorporating @bleroux's latest changes
* Clean up CI scripts
* Copy `experimental/material_3_demo` to top level
* Update `game_template`
* Update `animations`
* Update `desktop_photo_search`
* Update `flutter_maps_firestore`
* Update `form_app`
* Update `infinite_list`
* Update `isolate_example`
* Update `jsonexample`
* Update `navigation_and_routing`
* Update `place_tracker`
* Update `platform_channels`
* Update `platform_design`
* Update `provider_shopper`
* Fixup `context_menus`
* `dart format`
* Update the main `material_3_demo`
* Make `tool/flutter_ci_script_stable.sh` executable again
Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
Co-authored-by: Aaron Clarke <aaclarke@google.com>
2 years ago
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