827 Commits

Author SHA1 Message Date
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
9c38ae4ef6 [animations] Exposed clipBehavior for Opencontainer (#241) 2021-02-10 14:38:49 -08:00
aa6d49b2a1 Update pubspec (#335) 2021-02-11 06:16:25 +11:00
a24c98a6f8 Update pubspecs (#3534) 2021-02-10 16:25:00 +01:00
e6b12d6e9d fix blockquote inline styling (#334) 2021-02-10 13:04:27 +11:00
fda7ed4703 Fix begin frame check (#281) 2021-02-08 14:07:47 -08:00
699d3b6784 Dependency update for null safety (#333) 2021-02-08 22:24:57 +11:00
f7e5a8cb3a Release paperwork (#332) 2021-02-08 11:48:41 +11:00
57a3b63820 Fix null safety errors for web (#330) 2021-02-07 13:08:18 +11:00
dd342f4418 Fix image test mock for null safety (#328) 2021-02-07 11:33:29 +11:00
586cae93a8 Remove legacy datastore and destination (#278) 2021-02-03 14:10:18 -08:00
93ae0899bb Actually call argument-less methods. (#265)
I accidentally broke this in an earlier patch.
2021-02-03 10:44:19 -08:00
5cbdac1903 [xdg_directories] Fix stdout encoding handling (#277)
The stdoutEncoding was originally specified as a by-name lookup of
"utf8"; this was actually equivalent to 'null', since that's not the
correct name. During the null safety migration, a fallback to
systemEncoding was added, causing it to always have an encoding. This
changed the type of result.stdout, so all calls gave a type error.

This fixes the issue by using 'utf8', the singleton encoder object,
rather than doing a name lookup, so the type will predicably be a
string, and adjusting the code reading it to expect a string.
2021-02-03 10:12:57 -08:00
7a2b80eadb Fix line break tests (#327) 2021-02-03 11:14:31 +11:00
6740a21320 [pigeon] Null safe requires Dart 2.12 (#252) 2021-02-02 10:29:51 -08:00
cc82c79833 Fixed two tests for null safety and cleaned up (#326) 2021-02-01 13:01:44 +11:00
fbadf5f1a3 Null safety migration (#324) 2021-01-31 17:36:17 +11:00
72e3ced643 Update the example runners (#322) 2021-01-29 15:39:26 +11:00
0e3e175beb Allow tests to override GCP project id. (#276) 2021-01-28 14:23:59 -08:00
796fb1b38d [xdg_directories] Migrate xdg_directories to nnbd (#275) 2021-01-28 13:48:09 -08:00
51da69886d Add issue and pr templates (#320) 2021-01-29 07:08:15 +11:00