847 Commits

Author SHA1 Message Date
11b6af80d4 Fix another bare use of 'pub' (#403)
Follow-up to #401 that fixes a missed instance.
2021-07-04 17:01:24 -04:00
5a46376448 Replace 'pub' with 'dart pub' in CI scripts (#401)
Bare use of 'pub' is deprecated.

Also updates the pinned repo tool version, since some uses of 'pub' have
been fixed there.
2021-07-02 10:47:27 -07:00
48f5ae2fdc [ci] Enable auto publish (#400) 2021-06-30 16:26:04 -07:00
501e3c4a1c Update the rules for the post-merge labeler (#379)
The existing pattern isn't matching; this replaces it with more explicit rules that are more similar to what flutter/plugins is successfully using.
2021-06-29 13:20:42 -07:00
9702adf639 Fix link syntax in CONTRIBUTING.md (#389) 2021-06-29 13:04:07 -07:00
4996352511 [pigeon] added more errors for improper usage (#393) 2021-06-29 12:27:59 -07:00
59160ba428 [pigeon] added a test to assert circular references (#397) 2021-06-29 10:05:35 -07:00
8388832a7a [pigeon] added error for static fields (#392) 2021-06-29 09:45:56 -07:00
68d6408e0c Update ci.yaml documentation link (#388) 2021-06-28 16:36:05 -07:00
e528db7f92 [flutter_template_images] Support the new skeleton app template (#366)
This is the flutter_template_images part of https://github.com/flutter/flutter/pull/83530. It puts files that are used to build new Flutter apps into paths expected by the new mechanism (which supports more than one type of app template).
flutter_template_images-v4.0.0
2021-06-28 11:55:54 -07:00
66a6816b6e [pigeon] transitioned compilation tests to platform tests (#387) 2021-06-25 14:07:50 -07:00
2db5e2dce7 [pigeon] added a tool to help with comparing the output of different versions (#390) 2021-06-25 13:59:53 -07:00
967c062dff [pigeon] Added a more explicit error if generic fields are used. (#391) 2021-06-25 11:25:07 -07:00
25367c7fef [pigeon] started raising an error if trying to use more than one file (#385) 2021-06-24 13:10:12 -07:00
504b20b64a [pigeon] switched to parsing with the analyzer (#381) 2021-06-23 12:01:55 -07:00
8c03b5ed24 [pigeon] fixed recursing into class declarations in the front end parser (#386) 2021-06-23 09:54:49 -07:00
7277bd72c6 [CrossFile] Fix class name in readme (#383)
It says you have to use a class CrossFile which doesn't even exist in the package. It must be XFile.
cross_file-v0.3.1+3
2021-06-23 08:47:13 -07:00
5ec330f81d update gcp credentials (#384)
> `submit-queue` is red because every Cirrus job failed during the last post-submit run, presumably due to the thing this PR is fixing. Landing with that failing is the only possible way the land a tree fix.

I see. Manually merge to unblock the tree.
2021-06-21 16:22:08 -07:00
a0425da631 [cross_file] sorted imports (#382) 2021-06-18 16:32:09 -07:00
c12539f76f [pigeon] fixed error returning errors from async void(void) functions (#380) 2021-06-17 16:40:56 -07:00
5bd986b616 [Pigeon] enum ios unittest (#376) 2021-06-14 13:03:58 -07:00
6833bcc29c [pigeon] updated readme and made version 0.2.2 (#372) 2021-06-14 11:32:33 -07:00
27b2ce612e [pigeon] replaced all_datatype compilation tests with platform unit tests (#373) 2021-06-14 10:28:19 -07:00
2efee6d8ad [cross_file] Update README (#370) 2021-06-10 20:04:03 -07:00
8facc0daa6 [metric_center] Update packages to null safety (#378) 2021-06-10 18:04:03 -07:00
1ed18e3d74 [pigeon] added the ability to add a copyright notice to generated files (#377) 2021-06-09 09:45:52 -07:00
1f021ea652 [Pigeon] Fix Obj-C generation cast bug (#375) 2021-06-08 09:17:21 -07:00
9fadcec5de Enable pubspec checks (#367) 2021-06-02 14:04:05 -07:00
6173824867 [flutter_template_images] Fix maskable icons (#363) flutter_template_images-v3.0.1 2021-06-02 08:04:03 -07:00
d2edf76d70 [flutter_lints]: analyzer_options.yaml -> analysis_options.yaml (#368) flutter_lints-v1.0.3 2021-06-01 15:02:15 -07:00
cdabfd3472 [pointer_interceptor] Shadow dom tweaks (#364) pointer_interceptor-v0.9.0+1 2021-05-27 12:39:03 -07:00
e72d7b3c14 Migrate to .ci.yaml (#361) 2021-05-21 14:07:38 -07:00
4aabb81032 Update animations README (#362) animations-v2.0.1 2021-05-21 08:49:03 -07:00
5617d089f2 [animations] Migrate scrim color tests (#360) 2021-05-20 10:54:32 +08:00
2dbd3439eb Update for the latest Dart analyzer unnecessary_import check (#359) 2021-05-18 13:45:34 -07:00
2c59fd91f3 Overhaul CONTRIBUTING.md (#356)
Rewrites to point to documentation that has been move to the Flutter wiki so that the main document is much shorter, and better matches the flutter/flutter, flutter/engine, and updated flutter/plugins CONTRIBUTING.md.
2021-05-18 11:23:12 -07:00
52c70e3b82 Update README.md for flutter_lints (#358) flutter_lints-v1.0.2 2021-05-18 16:39:29 +02:00
c52dc90671 Add additional Windows template icons (#357)
Updates to version 3.0.1
flutter_template_images-v3.0.0
2021-05-14 14:16:17 -07:00
6081b461d0 Revert "[flutter_template_images] Add support for new template and shared platform files" (#353)
Reverts #295

The corresponding flutter/flutter changes never landed, so that package layout is unusable for now. Since 2.0 was published already, to minimize long-term confusion this uses 3.0 rather than going back to 1.0.
2021-05-14 13:39:41 -07:00
a21aa6d648 Enum support in Pigeon (#331) 2021-05-14 04:37:19 -07:00
172282b8d4 Add needs-publishing auto-label (#355)
Tags any PR submitted that changes a pubspec.yaml as (likely) needing
publishing, to easily find things that may have been missed.

Also updates the package auto-labeling for the newly-imported
flutter_image package.
2021-05-13 13:42:10 -07:00
f18ba69189 Add example to flutter_lints package (#354) flutter_lints-v1.0.1 2021-05-13 12:39:13 -07:00
1b5a36994b Merge pull request #348 from stuartmorgan/import-flutter-image
[flutter_image] Import from flutter/flutter_image
flutter_image-v4.0.1
2021-05-13 13:31:48 -04:00
4800be5f92 [pigeon] cleaned up gitignore (#352) flutter_markdown-v0.6.2 2021-05-12 14:25:39 -07:00
90742bd45b [flutter_markdown] Remove ignored file (#351)
Fixes a new publish warning by removing a file that should be ignored,
but was checked in.

Part of https://github.com/flutter/flutter/issues/82368
2021-05-12 12:14:07 -07:00
1f5a1c3c2d Merge branch 'master' into import-flutter-image 2021-05-12 15:12:06 -04:00
c65ff046cf Update README.md (#350) 2021-05-12 20:26:54 +02:00
977b423212 Prepare flutter_lints for 1.0 release (#349) flutter_lints-v1.0.0 2021-05-12 10:09:22 -07:00
b3b176e007 Bring old Travis script over as a local_test.sh script 2021-05-12 12:04:18 -04:00
2d678c57e2 Add a flutter_image.dart to pass publish check 2021-05-12 11:53:03 -04:00