827 Commits

Author SHA1 Message Date
31947e641d [flutter_markdown] Import from flutter/flutter_markdown
Imports the flutter/flutter_markdown repository as a package, to
consolidate repositories.

Part of https://github.com/flutter/flutter/issues/74757
2021-04-30 10:12:24 -04:00
b891620f06 Merge pull request #334 from stuartmorgan/import-css-colors
[css_colors] Import from flutter/css_colors
css_colors-v1.1.1
2021-04-29 12:40:13 -07:00
db481c939a Update repo README for new package 2021-04-29 11:36:52 -04:00
a242b7cf26 Fix/suppress analyzer warnings 2021-04-29 11:32:37 -04:00
93b2f65037 Update metadata for move 2021-04-29 11:16:46 -04:00
eff3dbadf3 Update imports to match the latest directives_ordering analyzer check (#333)
See https://github.com/dart-lang/linter/issues/2609
2021-04-29 08:13:15 -07:00
cea44e2b02 [css_colors] Import from flutter/css_colors 2021-04-29 11:12:55 -04:00
c1a6047416 [extension_google_sign_in] Add todo WRT correctly setting AccessToken expire value
See https://github.com/flutter/flutter/issues/80905
2021-04-21 17:08:46 -07:00
ad3368b217 [pigeon] added android unittests (#327) 2021-04-19 16:54:56 -07:00
70c8866c3f [pigeon] Added more dart unit tests, added commented out test for the encoder fix. (#329) 2021-04-19 15:18:39 -07:00
076b7eb30e [pigeon] fixed bug where we can generate duplicate Result interfaces for Java (#328) 2021-04-19 10:28:02 -07:00
2085a1f240 [pigeon] cleaned up run_test.sh (#325)
cleaned up run_test.sh, allowed you to specify what you want to run
2021-04-15 13:23:40 -07:00
ed4ec6fa83 [metrics_center] Remove github dependency (#323) 2021-04-13 16:24:03 -07:00
2307dda0c3 unblock tree after changed format rules (#326) 2021-04-13 16:18:32 -07:00
efea991311 [pigeon] Added a contributor's guide. (#324) 2021-04-09 09:40:02 -07:00
a9b5e8e313 Add search feature (#6)
* Add search icon feature

* Show all icons if search box is empty

* feat:Always display search bar

* feat(ui): modify search bar ui

Search bar now has a "search" icon fron cupertino-icons icon set

* fix(ui): reposition search bar icon

* refactor: remove unnecessary css props
2021-04-08 00:50:44 +02:00
6daf2b03c6 more web_benchmarks version updates (#321) 2021-03-29 10:40:30 -07:00
ad1297d4de Update web_benchmarks to support webkit_inspection_protocol 1.0.0 (#320) web_benchmarks-v0.0.5 2021-03-29 10:18:12 -07:00
1378c443a1 [pigeon] 0.2.0 Made null-safe generation the default, updated documentation (#315)
- fix for niladic java functions
- tweak to runCommandLine
2021-03-29 10:16:38 -07:00
0e408ef8ac Revert update web_benchmarks 2021-03-29 09:56:52 -07:00
cb014b5fc4 Allow web_benchmarks to depend on webkit_inspection_protocol 1.0
Towards https://github.com/flutter/flutter/pull/79099
2021-03-29 09:55:30 -07:00
e1849b61fe [pigeon] Fixed void void async methods (#316)
* [pigeon] Fixed void void async methods

* format
2021-03-29 09:45:26 -07:00
8d787739a6 Update gke cluster used by this repo. (#317)
Use a test-cluster for tasks that do not require building. This is to
optimize resources and do not share build(high resources) with test(low
resources) tasks.
2021-03-22 14:21:10 -07:00
2903a344d2 Release paperwork for v0.6.1 (#350) 2021-03-20 14:10:41 +11:00
f5367c48bb Enforce flutter formatting (#349) 2021-03-20 13:56:32 +11:00
6a92ec50bc [pigeon] migrate to null-safety (#300)
[pigeon] migrated to null-safety ( v0.2.0)

Co-authored-by: Aaron Clarke <gaaclarke>
2021-03-19 15:16:40 -07:00
0191c32003 Allow custom bullet points through a widget builder (#167) 2021-03-20 08:02:02 +11:00
2694bc0334 Use flutter-cirrus gcp project for linux tasks. (#314)
Bug: https://github.com/flutter/flutter/issues/77624
2021-03-19 12:13:02 -07:00
3337df6801 [pigeon] moved command line logic from bin/ to lib/ (#313)
* [pigeon] moved the logic from bin to lib to help others wrap the
command-line tools logic with their own logic.

* Added a linter ignore
multicast_dns-v0.3.0
2021-03-19 10:45:30 -07:00
7c59510b60 add null safety guide to readme (#299) 2021-03-18 17:20:13 -07:00
4e51e34bdc [pigeon] Added error-prone to CI and fixed its issue. (#312) 2021-03-17 09:24:14 -07:00
344f575216 [extension_google_sign_in_as_googleapis_auth] Update example... (#311)
* [extension_google_sign_in_as_googleapis_auth] Update example to use scope from the People API

Make GoogleSignIn instance final
To use scope from the People API
Remove x bit from readme and pubspec.yaml
Add link to root repo README

* Update version in pubspec, and CHANGELOG.
extension_google_sign_in_as_googleapis_auth-v2.0.2
2021-03-15 13:57:57 -07:00
a164beb7bf Sync lints and fix offenders (#308) 2021-03-11 13:40:43 -08:00
106fe50f59 Remove unused import (#309) 2021-03-11 13:10:26 -08:00
f0b073607b Fix nullability issue in test (#306) 2021-03-11 12:11:19 -08:00
e062c60719 [cross_file] Move from flutter/plugins. (#305) cross_file-v0.3.1+1 2021-03-10 11:29:38 -08:00
a50a64fb89 [pigeon] reved pigeon, tweaked contributors changes before publish (#304) 2021-03-10 11:22:08 -08:00
c38b3d3ef9 [palette_generator] Migrate to null safety (#287) 2021-03-10 10:24:08 -08:00
878688ca46 [flutter_template_images] Add support for new template and shared platform files (#295)
Moves assets common to both template apps into an app_shared directory and introduces a new list_detail_app folder to support images unique to the new template.
2021-03-10 07:37:11 -08:00
7cb7c0a143 Bump patch version and CHANGELOG. 2021-03-09 16:53:52 -08:00
be6f3d096c Make analyzer happy. Tests pass. 2021-03-09 16:53:28 -08:00
fb0b063c03 [pigeon] added java linter tests for generated code (#303) 2021-03-09 15:58:11 -08:00
46020d9d1f Merge branch 'master' of /usr/local/google/home/dit/github/move-cross-file/plugins 2021-03-09 14:41:23 -08:00
807011c535 Move cross_file to packages. 2021-03-09 14:39:57 -08:00
7cc53c2fd3 [extension_google_sign_in_as_googleapis_auth] Move from flutter/plugins. (#301) extension_google_sign_in_as_googleapis_auth-v2.0.1 2021-03-09 13:47:19 -08:00
cecb3695e0 Use Cirrus compute credits in PRs for collaborators (#302) 2021-03-09 10:43:44 -08:00
42ca626e08 Update README 2021-03-08 13:45:20 -08:00
eba7f33ff0 Update example to sound null safety 2021-03-08 13:32:03 -08:00
8256805c57 Do not bump major version 2021-03-08 13:24:56 -08:00
52bace7d65 Bump version and changelog. 2021-03-08 11:14:48 -08:00