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

136 Commits

Author SHA1 Message Date
Brett Morgan
a481c264cd Remove git:// url, update deps, fix destop_photo_search (#1052) 2022-03-19 08:37:04 +10:00
Brett Morgan
9c02a0fa09 Migrate desktop_photo_search to top level (#1002) 2022-02-04 08:33:53 +10:00
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.
2022-01-14 18:32:14 -08:00
Chris Bracken
de9afb40e0 Photo search: update Linux window title (#991) 2022-01-15 12:56:30 +11:00
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.
2022-01-14 12:25:10 +10:00
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.
2022-01-14 12:24:57 +10:00
Brett Morgan
a5203b071c linting_tool: Fix warnings and update dependencies (#981) 2022-01-06 15:16:23 +10:00
Brett Morgan
affbe89cee experimental/web_dashboard: Drop Android and iOS runners (#978) 2022-01-06 08:32:26 +10:00
Brett Morgan
9102cb4653 Update federated_plugin runners (#972) 2022-01-05 11:35:50 +10:00
Brett Morgan
26d88f1799 Update pubspec.yaml files (#971) 2022-01-05 10:43:14 +10:00
Brett Morgan
5b0a6be873 Drop DEVELOPMENT_TEAM (#975) 2022-01-05 06:29:30 +11:00
Andrew Brogdon
664b63c03c Updates for 2.8! (#961) 2021-12-09 13:15:57 +10:00
Brett Morgan
be34b0bf43 Centralize analysis options (#957) 2021-12-01 16:49:51 +10:00
Brett Morgan
bdf7ad36da [CI]: dart analyze --fatal-infos (#954) 2021-12-01 12:10:44 +10:00
Brett Morgan
84e7057abe Update pubspec.yaml files (#958) 2021-12-01 09:33:28 +10:00
Brett Morgan
ddd618f92e Update charts_flutter to 0.12.0 (#951) 2021-11-19 08:21:53 -08:00
Ahmed Ashour
29339b8334 Remove unneeded types (#949) 2021-11-03 09:58:12 -07:00
Brett Morgan
eb74d3f380 Desktop Runner refresh (#936) 2021-10-28 07:03:03 +10:00
Brett Morgan
e2b77a4bf1 flutter pub upgrade (#931) 2021-10-13 10:18:41 -07:00
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
2021-10-12 14:38:34 -07:00
Brett Morgan
994cdb4afa flutter pub upgrade (#926)
* flutter pub upgrade

* `desktop_photo_search`: Remove unneeded `unawaited`

Co-authored-by: John Ryan <ryjohn@google.com>
2021-10-11 14:01:27 -07:00
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
2021-10-08 14:30:28 -07:00
Brett Morgan
e160f5261c experimental/linting_tool: dart fix (#915) 2021-10-08 09:18:41 -07:00
Michael Thomsen
3de664f9e7 Link to dart.dev docs for lints (#901) 2021-09-24 09:35:50 -07:00
Brett Morgan
297f6b0b96 Upgrade deps, format, fix web/filipino_cuisine (#898)
fixes: https://github.com/flutter/samples/issues/897
2021-09-21 11:38:59 -07:00
Andrew Brogdon
4cac0e6661 Lands beta branch into master for 2.5 (#895) 2021-09-08 17:35:05 -07:00
Abdullah Deshmukh
410e43fbc1 [linting_tool] Prepare for release (#880) 2021-08-24 09:26:55 +10:00
Abdullah Deshmukh
0aad30fc5b Add new DefaultRulesPage (#875) 2021-08-17 11:50:14 +10:00
Abdullah Deshmukh
1e00fd0bde [linting_tool] Implement editing profile (#874) 2021-08-17 09:05:30 +10:00
Abdullah Deshmukh
bd4fa28584 Implements default lints page (#871) 2021-08-17 05:34:34 +10:00
Abdullah Deshmukh
a68f3f57d6 [linting_tool] Stop duplication of rules in the same profile (#870) 2021-08-11 12:46:16 +10:00
Abdullah Deshmukh
9986fe2f2c [linting_tool] Implement exporting profiles (#869) 2021-08-10 13:35:59 +10:00
Abdullah Deshmukh
bbb8e342f1 [linting_tool] Implement saving rules to DB (#860) 2021-08-05 08:18:22 +10:00
Abdullah Deshmukh
6bac1b9694 [linting_tool] Add lint rules list (#856) 2021-07-21 21:29:28 +10:00
Abdullah Deshmukh
8e73c73f4b [linting_tool] Add Adaptive Layout with Theming (#852) 2021-07-14 07:31:14 +10:00
Abdullah Deshmukh
8573269c03 Add Linting tool starter project (#840) 2021-07-06 14:05:21 +10:00
Brett Morgan
6acb879dfa Add flutter_lints to experimental/federated_plugin/federated_plugin_macos (#818) 2021-06-08 14:53:39 +10:00
Brett Morgan
82c0e717ab Update experimental/federated_plugin/federated_plugin_* (#819) 2021-06-08 14:53:16 +10:00
Brett Morgan
a405fc4a9d Update the dependencies (#815) 2021-06-08 08:15:43 +10:00
Brett Morgan
40abd00a45 Adjust lint rules for experimental/web_dashboard (#820) 2021-06-08 07:48:36 +10:00
Brett Morgan
9ad1fae51c Adjust desktop_photo_search's lint rules (#816) 2021-06-08 07:48:14 +10:00
Brett Morgan
4069bfbe9e Adjust experimental/federated_plugin/federated_plugin lint rules (#817) 2021-06-07 14:18:38 +10:00
Brett Morgan
936d1fdaae Upgrading samples to flutter_lints, part 1 of n (#804) 2021-06-05 12:24:28 +10:00
Andrew Brogdon
2809a7c89c Sorting imports in federated_plugin and others (#801) 2021-05-19 10:07:01 -07:00
Andrew Brogdon
376c666f0a Merge beta into master (#799) 2021-05-18 13:35:06 -07:00
Ayush Bherwani
beface247a [federated_plugin] mirgrate to sound null safety (#781) 2021-04-06 18:59:58 +10:00
Brett Morgan
5cb6c39bd7 Update desktop_photo_search to use url_launcher's Link (#780) 2021-03-20 07:30:56 +11:00
Brett Morgan
873ff4306b Update Flutter's desktop support (#768) 2021-03-18 12:26:52 +11:00
pcamp
751b340d68 Typo fix in README.md (#774) 2021-03-15 10:57:10 +11:00
Tushar Ojha
99c18b18d7 Moved veggieseasons out of experimental (#752) 2021-03-08 20:25:15 +11:00