Brett Morgan
eac6afac14
`desktop_photo_search`: `getSavePath` is deprecated ( #1910 )
...
This PR fixes a [CI
breakage](https://github.com/flutter/samples/actions/runs/5362518576/jobs/9729453534 ):
```console
Analyzing fluent_ui...
info - lib/src/widgets/unsplash_search_content.dart:51:38 - 'getSavePath' is deprecated and shouldn't be used. Use getSaveLocation instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
1 issue found.
Error: Process completed with exit code 1.
```
## 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
1 year ago
dependabot[bot]
3f0f01305c
Bump google_fonts from 4.0.5 to 5.0.0 in /experimental/linting_tool ( #1887 )
...
Bumps
[google_fonts](https://github.com/material-foundation/flutter-packages/tree/main/packages )
from 4.0.5 to 5.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/material-foundation/flutter-packages/commits/google_fonts-v5.0.0/packages ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google_fonts&package-manager=pub&previous-version=4.0.5&new-version=5.0.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>
1 year ago
dependabot[bot]
486796add1
Bump http from 0.13.6 to 1.0.0 in /experimental/linting_tool ( #1879 )
1 year 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
3bafa557f7
Update `sdk` constraint range and update runners ( #1706 )
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
Miguel Beltran
cbadb3a2e5
enable Material 3 on linting_tool ( #1634 )
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
dependabot[bot]
cb8aa1f725
Bump google_fonts from 3.0.1 to 4.0.0 in /experimental/linting_tool ( #1599 )
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
dependabot[bot]
62d5d8d095
Bump hive_generator from 1.1.3 to 2.0.0 in /experimental/linting_tool ( #1477 )
2 years ago
Brett Morgan
9d8aa333ee
Update for Material changes & run rebuild scripts ( #1412 )
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
dependabot[bot]
d439751599
Bump file_selector_linux in /experimental/linting_tool ( #1382 )
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
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
ccd68f34e2
Beta ( #1234 )
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
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]
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
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
a5203b071c
`linting_tool`: Fix warnings and update dependencies ( #981 )
3 years ago
Brett Morgan
26d88f1799
Update `pubspec.yaml` files ( #971 )
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
e2b77a4bf1
flutter pub upgrade ( #931 )
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