827 Commits

Author SHA1 Message Date
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
07c803eada Standardize copyright and license, fix warning from new analysis options 2021-05-12 11:48:19 -04:00
ff494d9b7f Add to README, update metadata for repo change 2021-05-12 11:45:32 -04:00
61febf937b [flutter_image] Import from flutter/flutter_image 2021-05-12 11:32:38 -04:00
d7e59a10ce Migrates to null safety (#22) 2021-05-12 08:15:38 -07:00
a150e4838d Fix 'publish' and 'test' failures (#346)
Enabling the new publishing checks was done in a PR that touched at
least one package, so didn't actually run on the whole repo, causing
post-submit breakage.

This fixes the publish errors:
- Corrects a version mismatch in fuchsia_ctl and standardizes the format
  it uses for listing recent versions.
- Removes all pre-release SDK requirements now that null safety is
  stable.
- Fixes a publish warning about the use of 'docs' rather than 'doc' in
  pigeon.

It also fixes the test in error in bsdiff by reverting #342 and fixing
it correctly. That change was completely wrong, but CI didn't catch it
since it wasn't running any tests for third_party/packages/ yet.
2021-05-10 15:40:13 -04:00
4804697bf2 Update repo tooling (#344)
Updates to better align with the current flutter/plugins tooling:
- Pulls the latest flutter_plugin_tools
- Enables the new version-check functionality
- Enables the new license-check functionality
- Switches over to the new publish check functionality
- Moves format checking to a bot that does several of the very fast
  checks, leaving tests as their own bot
- Switches incremental_build.sh to use the new --run-on-changed-packages
  functionality instead of the bash check_changed_packages
- Moves check_changed_packages into local_tests.sh to minimize the
  chances of future new code trying to use it, as it is now legacy.
- Renames incremental_build.sh to tool_runner.sh, to better match its
  current behavior/use
2021-05-10 10:48:16 -07:00
b17875fa0e Add flutter_lints package (#343) flutter_lints-v1.0.0-dev.0 2021-05-05 16:54:33 -07:00
9e8f5227ac [flutter_markdown] Standardize license/copyright (#341)
This applies the recent license standardization to the newly-imported
flutter_markdown to align it with the rest of the repository:
- Standardizes year as 2013
- Standardizes author as "The Flutter Authors", moving other authors
  to the AUTHORS file
- Uses the exact same text format for the copyright line as in other
  files

Note that the files that currently list "Quiverware" are not third-party
code, but code that was submitted to flutter/flutter_markdown through
the standard PR process with a signed CLA; the reviews just didn't catch
that it was using a non-standard author line.
2021-05-05 14:03:02 -07:00
c5e4b74691 Add missing license blocks to files (#340)
Add license blocks to the tops of files that were missing them.

Preparation for enabling license block validation in CI.
2021-05-05 13:38:47 -07:00
75a21002f7 Fix analyzer issues in bsdiff (#342)
Fixes minor issues flagged by the analyzer in preparation for fixing the
CI to run checks against the packages in third_party/packages.
2021-05-05 07:38:05 -07:00
7d8f156e20 Add auto-labelling for PRs (#335)
Enables auto-labelling of the package being changed by a PR, as is done in flutter/plugins.
2021-05-04 10:54:12 -07:00
1b1c32c6e3 Merge pull request #337 from stuartmorgan/import-flutter-markdown
[flutter_markdown] Import from flutter/flutter_markdown
2021-05-03 15:41:40 -04:00
542b4732d8 Merge pull request #332 from stuartmorgan/import-cupertino-icons
[cupertino_icons] Import from flutter/cupertino_icons
2021-05-03 15:41:12 -04:00
03b5909f98 Standardize slight variations in license format (#339)
- Uses the exact LICENSE file line breaking used in the other Flutter repositories
- Standardizes some slight textual variants in the license block (e.g., use of "(c)",
  explicitly referencing the AUTHORS file) on the format used in the other repos.
2021-05-02 07:59:17 -04:00
d4a99464b3 Standardize copyright author and year (#338)
Standardize copyright author ("The Flutter Authors") and year (2013), as was previously done in flutter/plugins.
Adds per-package AUTHORS files to ensure that published packages contain the authorship information referred to in the boilerplate (again, as in flutter/plugins).

First preparatory step in enabling the automated license format check in this repository.
2021-05-01 12:21:30 -07:00
f195e9b7f9 [cupertino_icons] Update package metadata
Updates metadata to point to the new source location.
2021-04-30 16:26:12 -04:00
856b3c9493 Merge remote-tracking branch 'cupertino_icons/master' into import-cupertino-icons 2021-04-30 16:23:38 -04:00
cae6381068 Minor adjustments to Cirrus configuration (#336)
- Use a specific version of the plugin tools, in preparation for
  publishing an updated version out of flutter/plugins.
- Use templates the same way we do in flutter/plugins for consistency
  and ease of maintenance.
- Separate some setup steps into their own script steps for better
  inspectability in the UI.
- Enable build tests on stable
2021-04-30 11:34:16 -07:00
326c659e29 Conform to new repo's analzer settings
Also auto-format template-generated code to satisfy formatter.
2021-04-30 14:30:24 -04:00
e7518571fe Update metadata and repo package list 2021-04-30 10:23:16 -04:00