847 Commits

Author SHA1 Message Date
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
31947e641d [flutter_markdown] Import from flutter/flutter_markdown
Imports the flutter/flutter_markdown repository as a package, to
consolidate repositories.

Part of https://github.com/flutter/flutter/issues/74757
2021-04-30 10:12:24 -04:00
b891620f06 Merge pull request #334 from stuartmorgan/import-css-colors
[css_colors] Import from flutter/css_colors
css_colors-v1.1.1
2021-04-29 12:40:13 -07:00
db481c939a Update repo README for new package 2021-04-29 11:36:52 -04:00
a242b7cf26 Fix/suppress analyzer warnings 2021-04-29 11:32:37 -04:00
93b2f65037 Update metadata for move 2021-04-29 11:16:46 -04:00
eff3dbadf3 Update imports to match the latest directives_ordering analyzer check (#333)
See https://github.com/dart-lang/linter/issues/2609
2021-04-29 08:13:15 -07:00
cea44e2b02 [css_colors] Import from flutter/css_colors 2021-04-29 11:12:55 -04:00
c1a6047416 [extension_google_sign_in] Add todo WRT correctly setting AccessToken expire value
See https://github.com/flutter/flutter/issues/80905
2021-04-21 17:08:46 -07:00
ad3368b217 [pigeon] added android unittests (#327) 2021-04-19 16:54:56 -07:00
70c8866c3f [pigeon] Added more dart unit tests, added commented out test for the encoder fix. (#329) 2021-04-19 15:18:39 -07:00
076b7eb30e [pigeon] fixed bug where we can generate duplicate Result interfaces for Java (#328) 2021-04-19 10:28:02 -07:00
2085a1f240 [pigeon] cleaned up run_test.sh (#325)
cleaned up run_test.sh, allowed you to specify what you want to run
2021-04-15 13:23:40 -07:00
ed4ec6fa83 [metrics_center] Remove github dependency (#323) 2021-04-13 16:24:03 -07:00
2307dda0c3 unblock tree after changed format rules (#326) 2021-04-13 16:18:32 -07:00
efea991311 [pigeon] Added a contributor's guide. (#324) 2021-04-09 09:40:02 -07:00
a9b5e8e313 Add search feature (#6)
* Add search icon feature

* Show all icons if search box is empty

* feat:Always display search bar

* feat(ui): modify search bar ui

Search bar now has a "search" icon fron cupertino-icons icon set

* fix(ui): reposition search bar icon

* refactor: remove unnecessary css props
2021-04-08 00:50:44 +02:00
6daf2b03c6 more web_benchmarks version updates (#321) 2021-03-29 10:40:30 -07:00
ad1297d4de Update web_benchmarks to support webkit_inspection_protocol 1.0.0 (#320) web_benchmarks-v0.0.5 2021-03-29 10:18:12 -07:00
1378c443a1 [pigeon] 0.2.0 Made null-safe generation the default, updated documentation (#315)
- fix for niladic java functions
- tweak to runCommandLine
2021-03-29 10:16:38 -07:00
0e408ef8ac Revert update web_benchmarks 2021-03-29 09:56:52 -07:00
cb014b5fc4 Allow web_benchmarks to depend on webkit_inspection_protocol 1.0
Towards https://github.com/flutter/flutter/pull/79099
2021-03-29 09:55:30 -07:00
e1849b61fe [pigeon] Fixed void void async methods (#316)
* [pigeon] Fixed void void async methods

* format
2021-03-29 09:45:26 -07:00
8d787739a6 Update gke cluster used by this repo. (#317)
Use a test-cluster for tasks that do not require building. This is to
optimize resources and do not share build(high resources) with test(low
resources) tasks.
2021-03-22 14:21:10 -07:00
2903a344d2 Release paperwork for v0.6.1 (#350) 2021-03-20 14:10:41 +11:00
f5367c48bb Enforce flutter formatting (#349) 2021-03-20 13:56:32 +11:00
6a92ec50bc [pigeon] migrate to null-safety (#300)
[pigeon] migrated to null-safety ( v0.2.0)

Co-authored-by: Aaron Clarke <gaaclarke>
2021-03-19 15:16:40 -07:00
0191c32003 Allow custom bullet points through a widget builder (#167) 2021-03-20 08:02:02 +11:00
2694bc0334 Use flutter-cirrus gcp project for linux tasks. (#314)
Bug: https://github.com/flutter/flutter/issues/77624
2021-03-19 12:13:02 -07:00
3337df6801 [pigeon] moved command line logic from bin/ to lib/ (#313)
* [pigeon] moved the logic from bin to lib to help others wrap the
command-line tools logic with their own logic.

* Added a linter ignore
multicast_dns-v0.3.0
2021-03-19 10:45:30 -07:00
7c59510b60 add null safety guide to readme (#299) 2021-03-18 17:20:13 -07:00