847 Commits

Author SHA1 Message Date
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
c05c68028a Import from googleapis_auth.dart 2021-03-08 11:11:36 -08:00
1d167e75b8 Ignore generated files from example 2021-03-04 20:28:52 -08:00
ab9eb3b5e5 Make analyzer happy. 2021-03-04 20:28:40 -08:00
0796f293b2 Merge branch 'master' of /usr/local/google/home/dit/github/moving-extension/plugins into move-extension 2021-03-04 20:00:13 -08:00
69413ad77b Move to flutter/packages 2021-03-04 19:56:13 -08:00
d83cd11631 migrate mDNS to null safety (#297) 2021-03-04 12:36:02 -08:00
ff7fe34404 Bump Cirrus osx_instance image version (#296) 2021-03-03 12:59:30 -08:00
958ce1001d [pigeon] Improve java generation (#214)
- Use generic Map and List instead of specific ArrayList and HashMap
- Allow callback of the flutter api method to be null

This fixes https://github.com/flutter/flutter/issues/66453
This resolves java side of the https://github.com/flutter/flutter/issues/58913
2021-03-01 10:41:45 -08:00
60e31ec082 OpenContainer test should not depend on impl. details of Switch (#294) 2021-03-01 09:39:38 -08:00
abb8933c25 [extension_google_sign_in_as_googleapis_auth] Migrate to null safety (#3642)
Migrates to NNBD.
Replaces Mockito-based fakes with test's Fake.
2021-02-26 10:19:07 -08:00
de5699c6b2 [cross_file] Fix base class nullability (#3629)
Without this, the dummy ("interface") XFile implementation of these properties has different nullability than the others, and the analyzer doesn't match what the runtime actually sees.
2021-02-24 20:17:34 -08:00
45f3b992d0 [animations] Bump version for NNBD stable (#293) 2021-02-23 18:03:14 -05:00
41eb920552 [animations] add routeSettings and imageFilter options to showModal (#279)
* [animations] add routeSettings and imageFilter options to showModal

* [animations] update version to 2.1.0-nullsafety.1

Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
2021-02-23 17:19:15 +08:00
e82599a497 [pigeon] Fixed decoding code for null-safe classes. (#292) 2021-02-22 15:19:13 -08:00
a826d64572 [cross_file] Stable null safety release (#3593) 2021-02-22 19:48:31 +01:00
f17b20ae3d [pointer_interceptor] Migrate to null safety (#286) pointer_interceptor-v0.9.0 2021-02-18 13:49:56 -08:00
616313a8df [xdg_directories] Update to stable NNBD release (#291)
Updates all dependencies to stable versions, and updates its own version
to stable.

Replaces `mockito`'s Fake with the new `test` Fake to reduce
dependencies (and since `mockito` doesn't yet have a stable NNBD
release).
xdg_directories-v0.2.0
2021-02-18 12:37:06 -08:00
3e403cb43a Temporarily make 'publishable' failures non-fatal (#289)
Allows publishing NNBD packages as stable previews rather than prereleases without CI being red. The step still runs, so it can be manually validated for other issues. Since this repository is low-traffic, and the cost of something slipping through here is minor (since it will be caught when actually trying to publish), it's not worth engineering a solution to ignore only the specific failure in this case.

This should be reverted once NNBD support is on stable.
2021-02-18 07:07:46 -08:00
2247f1da86 Bump dependency versions (#339) 2021-02-18 16:06:34 +11:00
550b5e7f81 Version 0.6.0 release paperwork (#338) 2021-02-18 15:47:17 +11:00
a24bf91946 Refresh PR #195 and add unit test (#337) 2021-02-17 13:37:47 +11:00
85dd70583a [pigeon] implemented async handlers for objc (#282) 2021-02-16 17:13:49 -08:00
d377e6b741 [web_benchmarks] Update versions for upstream packages (#290)
* Bump version for shelf.

* Update version of logging.

* Update version in pubspec.yaml and CHANGELOG.md
2021-02-16 13:32:07 -08:00
0b2922849b [ci] Remove null safety experiment flag (#285) 2021-02-16 10:03:27 -08:00
b561cbbbf0 Remove testing asset from package (#336) 2021-02-16 10:30:37 +11:00
48a2148811 [palette_generator] Remove Flutter version upper bound (#284)
Aligns with recent template changes.
2021-02-12 12:38:01 -08:00
0621213616 Added comment about path depenendencies (#3542) 2021-02-12 09:16:04 -08:00
0ec88d71f5 Update pubspec to match templates (#19) 2021-02-11 07:37:11 +01:00
9fc43c40fb [pigeon] fixed regex in test (#283) 2021-02-10 17:10:04 -08:00
f56bf89ccd [pigeon] fix async DartApi methods with void return (#254) 2021-02-10 16:35:13 -08:00