1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Brett Morgan
74d7916e7a Revert "Bump subosito/flutter-action from 2.19.0 to 2.20.0" again (#2655)
Reverts flutter/samples#2642
2025-06-19 11:29:48 +10:00
Matan Lurey
285fb52f80 Do not update patch versions for dependabot/github-actions. (#2591)
Towards #158350.
2025-02-25 09:46:57 -05:00
Parker Lougheed
3c90705715 Retire linting_tool desktop sample (#2472)
Adds a README as a breadcrumb with the history of the sample as well as links to some relevant resources.

Part of https://github.com/dart-lang/sdk/issues/56835
Contributes to https://github.com/flutter/samples/issues/2409
2024-10-12 00:32:26 +00:00
dependabot[bot]
c58e7ff84b Bump flutter_lints from 2.0.3 to 3.0.0 in /analysis_defaults (#2046) 2023-10-21 12:10:19 +10:00
godofredoc
4c8bf2daa5 Enable autosubmit for samples repo. (#2010) 2023-09-06 08:57:13 +10:00
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
2023-06-25 10:44:16 +10:00
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
2023-05-13 09:52:02 +10:00
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
2023-05-12 06:42:25 +10:00
John Ryan
91d32d0bbe Update dependabot.yaml for web_embedding sample (#1774)
Follow up to https://github.com/flutter/samples/pull/1773
2023-05-05 09:06:23 +10:00
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
2023-02-28 10:16:45 +10:00
Brett Morgan
d986c7733b Update project directories for dependabot (#1674) 2023-02-27 11:09:46 +10:00
Brett Morgan
8cfc85c9e6 Update dependabot.yaml (#1562) 2023-01-13 13:49:58 +10:00
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>
2022-05-06 08:29:31 -07:00
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>
2022-05-06 08:26:07 -07:00
Brett Morgan
75d74d50a7 Bump GitHub Actions versions (#1115) 2022-04-21 13:39:34 +10:00
Brett Morgan
dd7e8d5a17 Spread out PR reviews (#1106) 2022-04-20 07:30:31 +10:00
Brett Morgan
b897d74282 Dependabot version updates (#1063) 2022-04-07 06:35:49 +10:00