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
26d88f1799
Update pubspec.yaml files ( #971 )
2022-01-05 10:43:14 +10: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
84e7057abe
Update pubspec.yaml files ( #958 )
2021-12-01 09:33:28 +10: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
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
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
Brett Morgan
9ad1fae51c
Adjust desktop_photo_search's lint rules ( #816 )
2021-06-08 07:48:14 +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
376c666f0a
Merge beta into master ( #799 )
2021-05-18 13:35:06 -07: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
Tushar Ojha
2f6767f95e
[samples_index] updated source code url for form_app ( #688 )
2021-01-30 08:10:40 +11:00
Satyam Goyal
192dc62b93
[ Fixed Issue #667 ] Add Google and Unsplash terms links to experimental/desktop_photo_search ( #678 )
2021-01-28 15:44:47 +11:00
Brett Morgan
9b631a2184
Split CI testing based on flutter channels ( #651 )
2021-01-27 18:42:33 +11:00
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
2021-01-27 13:20:50 +11:00
Brett Morgan
4d5b3a863e
Migrate to file_selector ( #645 )
2021-01-14 05:40:07 +11:00
Brett Morgan
39e435960c
typo fix ( #642 )
2021-01-08 12:26:24 -08:00
Brett Morgan
6e9824dc12
flutter pub update & various fixes ( #627 )
2020-12-18 10:51:31 +11:00
Brett Morgan
6b561158b1
Update macOS desktop sample ( #609 )
2020-12-05 15:22:27 +11:00
Brett Morgan
1edac4ca35
Update MSIX config and documentation ( #602 )
2020-12-01 17:44:03 -08:00
Brett Morgan
689d7f2c8e
UTF-8 fix ( #590 )
2020-11-14 19:22:27 -08:00
Brett Morgan
dcbbc31119
Re-generate Linux, macOS and Windows runners ( #588 )
...
* Re-generate Linux, macOS and Windows runners
* Update MSIX
2020-11-12 09:56:27 +11:00
Brett Morgan
25bfc7846d
Re-generate built_value classes ( #587 )
2020-11-07 12:23:48 +11:00
Brett Morgan
98574d1844
MSIX Configuration ( #584 )
2020-11-06 11:57:38 +11:00
Brett Morgan
3e7ab36a94
Fixing desktop_photo_search ( #583 )
2020-11-06 09:42:46 +11:00
Brett Morgan
a41cbf948b
Add windows support to desktop photo search. ( #548 )
2020-09-22 10:03:11 +10:00
Brett Morgan
9b731e8556
flutter pub upgrade ( #547 )
2020-09-16 08:36:32 +10:00
Brett Morgan
d88f131982
flutter pub upgrade ( #524 )
2020-08-17 20:40:46 +10:00
Brett Morgan
9140559040
Update linux compilation generated files ( #489 )
2020-07-09 08:03:21 +10:00
Brett Morgan
11cbd8b637
Update deps ( #488 )
2020-07-08 07:24:18 +10:00
Brett Morgan
5a83eb300e
Adding linux support ( #482 )
2020-06-24 07:17:36 +10:00
Brett Morgan
47b8610ed9
Use flutter_simple_treeview ( #461 )
2020-06-09 15:58:00 +10:00
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
2020-05-13 09:18:26 +10:00
John Ryan
14b9a8c4c4
Flutter 1.17 updates ( #432 )
...
* Material text theme updates & flutter pub upgrade (#411 )
* Beta channel updates (#412 )
* fix deprecated usages in provider_shopper - beta channel
* fix deprecated usages in animations - beta channel
* fix deprecated usages in provider_counter - beta
* Updates additional samples for beta release (#416 )
* use headline6 instead of title
* fix another title -> headline6
Co-authored-by: Brett Morgan <brett.morgan@gmail.com >
Co-authored-by: Andrew Brogdon <RedBrogdon@users.noreply.github.com >
2020-05-06 14:09:15 -07:00
Brett Morgan
28742ddeaf
Adding directives_ordering ( #396 )
2020-03-26 06:14:39 +11:00
sanni prasad
0a88d4519e
Update cupertino_icons: from 0.1.2 to 0.1.3 ( #325 )
2020-02-12 10:28:00 -08:00
Brett Morgan
13125bc435
Scripting flutter pub upgrade ( #242 )
2020-01-16 10:06:33 +10:00
Brett Morgan
676698aa83
flutter pub upgrade ( #241 )
2020-01-15 04:31:25 +10:00
Brett Morgan
7b90d1cefc
desktop photo search migrate to dev.flutter ( #229 )
2020-01-14 06:42:47 +10:00
mirock
7c481b2d11
README:fix typo ( #189 )
2019-12-17 08:52:53 +11:00
Brett Morgan
428041b253
Drop build.yaml and simplify url_launcher usage ( #177 )
2019-12-11 08:09:29 +11:00