dependabot[bot]
c58e7ff84b
Bump flutter_lints from 2.0.3 to 3.0.0 in /analysis_defaults ( #2046 )
1 year ago
godofredoc
4c8bf2daa5
Enable autosubmit for samples repo. ( #2010 )
1 year ago
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
David Iglesias
3d783afe8f
[ci] Reduce npm update noise. ( #1817 )
...
Take only security and major version updates for the `ng-flutter`
sample.
(Similar to what's done
[here](https://github.com/flutter/packages/blob/main/.github/dependabot.yml#L33-L35 ))
## Issues
* Fixes https://github.com/flutter/samples/issues/1809
_See [docs about the `update-types` dependabot
setting](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#specifying-dependencies-and-versions-to-ignore )._
## 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
John Ryan
86640b617f
Reduce dependabot pull requests for web_embedding ( #1810 )
...
This configures dependabot to check for out-of-date NPM packages weekly
instead of daily, and limits it to direct dependencies. There could be
more we could do if we dig through the [Configuration options for the
dependabot.yml
file](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file )
documentation.
cc: @ditman
fixes #1809
2 years ago
John Ryan
91d32d0bbe
Update dependabot.yaml for web_embedding sample ( #1774 )
...
Follow up to https://github.com/flutter/samples/pull/1773
2 years ago
Anthony Sansone
64d10ca175
Added Google Maps sample code ( #1671 )
...
* Added Google Maps sample code
* Updated per @domesticmouse review
* Updated dependabot and pubspec for Dart 2.19
2 years ago
Brett Morgan
d986c7733b
Update project directories for `dependabot` ( #1674 )
2 years ago
Brett Morgan
8cfc85c9e6
Update dependabot.yaml ( #1562 )
2 years ago
Qun Cheng
6694b00dae
Added M3 demo app ( #1189 )
...
* Added M3 demo app
* Changed to use the centralized lint configuration.
* Moved the app at the root level
* Added to CI
* Added app to beta CI and commented app on stable CI file
* Update README.md
* Addressed comments
* fixed comments
* Reverted app name in CI files.
* Added project to the Pub Dependabot config
* Linting pass for current beta channel standards
Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
3 years ago
Renzo Olivares
9fd13b507c
Add simplistic editor to samples to showcase TextEditingDeltas ( #1217 )
...
* Add simplistic editor to samples
* Toggle styles fix
* update name
* Add to CI and dependabot
* update minimum dart sdk
* fix pubspec
* update README
* Update README
* Add shift + arrow key selection and copy/paste keyboard actions
* Update README.md
* copy edits to readme
includes a sentence in each layer description whose accuracy I still need to verify
* update pubspec
* update pubspec.lock
* Fix bug with disabling expansion of replacement when cursor is at edge of replacement
Co-authored-by: Renzo Olivares <roliv@google.com>
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
3 years ago
Brett Morgan
75d74d50a7
Bump GitHub Actions versions ( #1115 )
3 years ago
Brett Morgan
dd7e8d5a17
Spread out PR reviews ( #1106 )
3 years ago
Brett Morgan
b897d74282
Dependabot version updates ( #1063 )
3 years ago