847 Commits

Author SHA1 Message Date
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
19a09aaaa3 Added - in pull request template (#274) 2021-01-28 00:13:41 -08:00
612f7220d5 Add maskable icons to improve lighthouse score (#259) 2021-01-27 14:45:14 -08:00
0007a145dc Allow LegacyFlutterDestination to specify project (#271)
So we may use the service account from one project to write into the
datastore of another project.

Eventually, we'll remove all datastore related code and
LegacyFlutterDestination so this will only be a temporary solution
during our transition.
2021-01-27 13:20:14 -08:00
f2f7de2f31 Fix typo in pigeon's CHANGELOG.md (#262) 2021-01-27 13:05:28 -08:00
f3e92fded0 Merge NNBD branch into master (#270) animations-v2.0.0-nullsafety.0 2021-01-27 12:55:35 -08:00
1c7d23bdbe Fix integration_test dependency (#272)
This should fix the "submit-queue" CI test which now times out during
analyze.
2021-01-27 12:16:06 -08:00
e67f7f2a1e Reland "[cross_file] Migrate to null-safety. (#3452)" (#3469)
This reverts commit 4aacf970f3891c9cf23c768ca1c8bec04c42b35a.
2021-01-26 18:14:52 -08:00
d7cf598bb6 Revert "[cross_file] Migrate to null-safety. (#3452)" (#3468)
This reverts commit ca9921196a7ae96edad91a9cd7b7d8fe9f5689ff.
2021-01-26 17:33:26 -08:00
a21cd7f462 Add stylesheet option listBulletPadding (#306) 2021-01-27 09:30:34 +11:00
897887f82e [image_picker_platform_interface] fix test asset file location (#3467) 2021-01-26 14:17:07 -08:00
2e3dea9e04 FlutterDestination writes into GCS (#269)
For now, we also preserve the datastore writing. We'll eventually remove
the datastore writing.
2021-01-26 14:00:30 -08:00
519abf9b5b [cross_file] Migrate to null-safety. (#3452)
Also: skip some packages from the all_plugins app so CI passes.
2021-01-26 11:16:40 -08:00
3c7a32eff4 Update README.md 2021-01-26 13:28:11 +11:00
e98558b7b6 Add Github Actions CI (#318) 2021-01-26 13:25:16 +11:00
52579675a0 [cross_file] Use Uri when calling package:http methods (#3462)
The next version of package:http expects URIs. See dart-lang/http#507
2021-01-25 17:33:19 -08:00
1c98c73696 Create PULL_REQUEST_TEMPLATE.md (#267)
This makes this repo match our other major repos.
2021-01-24 13:23:13 -08:00
ca4992ecd0 Import metrics_center (#268) 2021-01-22 16:19:34 -08:00
9b3839cc25 [pointer_interceptor] Migrate RaisedButton to ElevatedButton (#266)
RaisedButton was deprecated recently
pointer_interceptor-v0.8.0+2
2021-01-20 16:21:47 -08:00
a77819ff5b Update obsolete button refs in plugin examples (#3395) 2021-01-07 14:47:38 -08:00
f5226f2988 Add option to fix intrinsic height measurement problems (#313) 2021-01-05 07:36:51 +11:00
b0af30af72 Fix OpenContainer source(closed) widget staying hidden when the OpenContainer route is removed when the OpenContainer route is pushed from a different Route (#260)
* Fix issue where the CloseContainer widget stays hidden when the OpenContainer route is popped
2020-12-31 09:56:39 +08:00
b5cdeb6adb Make sure saveTo returns a Future (#3363) 2020-12-22 19:02:49 +01:00
90adf9572c Fix outdated links across a number of markdown files (#3276) 2020-12-18 14:49:03 -08:00
0b683e0d90 Fix outdated links across a number of markdown files (#3276) 2020-12-18 14:49:03 -08:00
71dbbdfb5d [pointer_interceptor] Fix README for pub.dev (#258)
Tweak the README.md slightly so it renders better in pub.dev (which seems to be completely removing the center tag).
pointer_interceptor-v0.8.0+1
2020-12-16 16:54:33 -08:00
1c117bb321 [web] Add PointerInterceptor widget (#256)
The widget can be used as a wrapper of any widget that is overlaid on top of a platform view, so it can handle clicks "as expected".

More info about usage and testing in the corresponding READMEs!
pointer_interceptor-v0.8.0
2020-12-16 15:40:38 -08:00
83b2ab0309 vertically center align the glyphs in the ttf 2020-12-16 00:28:46 -08:00
820b18678b [d-g] Update Flutter SDK constraint (#3321)
Update Flutter SDK constraint to match templates.
2020-12-11 15:46:35 -08:00
9e462852cb [a-c] Update Flutter SDK constraint (#3320)
Update Flutter SDK constraint to match templates.
2020-12-11 15:45:41 -08:00
2f20ec2108 updated version to 0.1.17 (#255) 2020-12-10 15:14:11 -08:00