1173 Commits

Author SHA1 Message Date
4c31ea65ef [ci] Add a version file for the autoroller (#556)
Creates a target file for a Flutter master pin autoroller. This is
currently unused, but creating it allows setting up the autoroller.

Prepares for #554

Part of flutter/flutter#93811
2022-01-25 11:44:30 -08:00
8b5929c55b [rfw] Update golden images for SkParagraph text rendering (#553) 2022-01-25 11:14:56 -08:00
4ba74b6fa0 [all] Update repo links to 'main' (#552)
Replaces 'tree/master/...' with 'tree/main/...' in pubspec `repository`
and podspec `source` links, now that `main` is the default branch.

No version change: `master` is being mirrored for the foreseeable
future, so there's no urgency on this; updates can go out as plugins
are updated naturally.

No CHANGELOG change: This is a mechanical mass change.
imitation_game-v0.0.1 multicast_dns-v0.3.2
2022-01-24 19:26:00 -08:00
355142166c [animations] fixed new linter problems (#551) 2022-01-24 09:41:21 -08:00
519fea2953 [pigeon] Fix too little information when having an exception (#545) pigeon-v1.0.15 2022-01-12 09:39:12 -08:00
3e5d933421 Prepare packages for binding.instance becoming non-nullable (#546) 2022-01-11 14:00:21 -08:00
34417d0466 [pigeon] Port over several test suites from run_tests.sh to run_tests.dart (#532)
* Port over several test suites from run_tests.sh to run_tests.dart

This ports over
 - dart_unittests
 - flutter_unittests
 - mock_handler_tests

* [pigeon] Update version and changelog
pigeon-v1.0.14
2022-01-10 09:21:40 -08:00
57839aed00 [pigeon] fixed style issue with implied return null (#544) pigeon-v1.0.13 2022-01-05 17:35:06 -08:00
6dea894a63 [multicast_dns] make MDnsClient.start() idempotent (#525) 2022-01-05 12:45:21 -08:00
d046d7d245 [flutter_markdown] Ignore leading space for p and li (#517) flutter_markdown-v0.6.9 2021-12-17 04:39:20 -08:00
d94d0df39e [ci] Docker update (#537) 2021-12-16 12:29:20 -08:00
2637556768 Match repo state to ignored files list (#539)
There are a number of file types that were added to the root .gitignore list at some point without all of the existing checked-in copies of those files being removed, which is now a pub publish error. This removes all of the files that are on the .gitignore list but are checked in.
2021-12-16 12:07:20 -08:00
9d8c1863b8 [fuchsia_ctl] Update dependencies (#540)
A transitive dependency on an old version of `packages` is causing
issues with current versions of Dart. This updates `platform` to pick up
a newer version of `packages`.

Since updating that just that package caused conflicts, which when resolved
minimally caused more conflicts, this just updates all dependencies to current
versions.

Also updates the build script for recent deprecations; dart2native is no longer
present in the current SDK.

Fixes current issues with presubmit in other PRs
2021-12-16 09:05:25 -08:00
ae1fa4cc51 Remove testing from master. (#536) 2021-12-13 15:09:15 -08:00
99cae897fe Update the release action to use main branch. (#535)
Bug: https://github.com/flutter/flutter/issues/90476
2021-12-13 13:53:17 -08:00
42e267aa5f Revert order of mirroring. (#534)
* Revert order of mirroring.

This will now mirror from main to master.

Bug: https://github.com/flutter/flutter/issues/90476

* Update the branch used to collect events.
2021-12-13 13:03:42 -08:00
b1c79e137c Update the token used for mirroring. (#533) 2021-12-13 11:59:10 -08:00
cb923c37d5 Renew cirrus gcp credentials (#530) 2021-12-07 17:24:05 -08:00
f850e38672 [ci] Roll repo tooling to 0.7.3 (#520)
Updates tool pin to 0.7.3
- Enables versiond and CHANGELOG update checks.
- Enables timing logging.

Changes to allow the roll to pass:
- Adds missing licenses to Kotlin files (which were not previously checked).
- Adds missing AUTHORS files.
- Adjusts package descriptions to meet pub.dev length guidelines, which the tooling now enforces.
2021-12-02 12:01:20 -08:00
62c9db672b [pigeon] fixed null support for java enums (#528) pigeon-v1.0.12 2021-12-02 09:22:22 -08:00
2fd81ca609 [pigeon] Made using enums in type arguments an error, added workaround (#527) pigeon-v1.0.11 2021-11-30 13:29:07 -08:00
87d6919334 [ci] Add a builder for local_tests.sh on Windows (#524) 2021-11-23 19:22:36 -08:00
c721fc81c7 upgraded android versions to open tree (#526) 2021-11-23 15:04:56 -08:00
37a0f92d8a [pigeon] Started transitioning to run_tests.dart / added a windows support (#519) 2021-11-23 10:13:03 -08:00
15c595c0ff [pigeon] Create the skeleton for Windows unit tests (#516)
Creates a Windows plugin, with unit tests configured using the model that has been used for flutter/plugins Windows unit tests. This was created by:
- Running `flutter create --platforms=windows -t plugin`.
- Replacing the method channel with a placeholder.
- Adding the CMake logic to build unit tests, along with a placeholder unit test.

This is intended to be used as the foundation for testing Pigeon-generated Windows platform channels, similar to the existing native Pigeon tests for iOS and Android.

Part of https://github.com/flutter/flutter/issues/91061
2021-11-19 20:28:00 -08:00
d00d73f595 Add link to CHANGELOG style in PR template (#514) 2021-11-16 12:41:01 -08:00
a19eca7fe2 [metrics_center] Filter out host_name, load_avg and caches keys from context for MetricPoint generation (#515) metrics_center-v1.0.3 2021-11-15 13:50:15 -08:00
2f4eff049e Migrate animations and palette_generator fully to v2 Android embedding (#512) 2021-11-12 16:13:46 -08:00
2459d635be [pigeon] fixed bug where the codec didn't contain all types when "Object" is used. (#510)
* [pigeon] fixed bug where the codec didn't contain all types when "Object" is used.

* stuarts feedback
pigeon-v1.0.10
2021-11-10 17:09:38 -08:00
b1fdbabbe7 [metrics_center] Add new non-numeric keys in the Google Benchmark JSON format (#511) 2021-11-09 18:47:18 -08:00
70d2ffb2a1 Adjust pull request template (#509)
Align the flutter/packages template with recent changes to the flutter/plugins template.
2021-11-08 12:01:42 -08:00
2cbc815b90 [cupertino_icons] Update README to link to API docs (#508) cupertino_icons-v1.0.4 2021-11-05 15:27:04 -07:00
56abf3c87a [flutter_markdown] Remove previous-repo cruft (#507)
When migrating this package from its own repository, I accidentally
included the .github directory. This serves no purpose in a
subdirectory, so should not exist.
2021-11-04 11:23:13 -07:00
f536388ab2 [pigeon] fixed cast error that can happen with FlutterApi and primitive lists (#506) pigeon-v1.0.9 2021-11-04 09:35:55 -07:00
71ce1436a7 Add master to main mirroring for packages repo. (#505) 2021-11-04 09:20:34 -07:00
668cc6d79f [ci] Enable Windows LUCI tests (#503) 2021-10-29 11:08:02 -07:00
c69ee6e5e3 [bsdiff] Remove package (#502)
bsdiff was landed several years ago to support a tool feature that was
removed shortly after. It hasn't been updated in several years (incuding
for NNBD), has extremely low usage, and has never had any bug reports or
feature requests--notably, including requests for NNBD support.

Given that it has essentially no usage, it has been discontinued, and is
now being removed.
2021-10-27 13:31:15 -07:00
b33feaee05 [cross_file] Use Blobs to store files on the web. (#494) cross_file-v0.3.2 2021-10-27 10:53:05 -07:00
2b2d289981 [ci.yaml] Enable ci.yaml roller in presubmit (#501) 2021-10-25 11:48:04 -07:00
db9d8c247b [pigeon] added support for explicit objects (#483) pigeon-v1.0.8 2021-10-25 10:02:03 -07:00
efb1ec927c [ci] Give the LUCI Windows targets unique names (#500) 2021-10-25 09:28:02 -07:00
37ac247b56 [animations] Updated open_container.dart documentation. (#499) animations-v2.0.2 2021-10-21 09:31:34 -07:00
5594af3445 [flutter_markdown] Padding builder (#486) flutter_markdown-v0.6.8 2021-10-21 14:43:20 +10:00
7d88c96847 [ci] Add explicit master channel to LUCI config (#498) 2021-10-20 12:08:03 -07:00
e7dee88ebc [fuchsia_ctl] use ffx for device discovery instead of device-finder (#490)
device-finder binary is being removed from the Fuchsia SDK in fxb/85985.
2021-10-20 09:16:10 -04:00
35c70ee701 Do not publish fuchsia_ctl. (#495)
This is infra tool distributed over cipd.

Bug: https://github.com/flutter/flutter/issues/91949
2021-10-18 12:31:54 -07:00
4649e97463 Drop dependency on pkg:pedantic from 4 packages (#491)
Only in dev_dependencies
None of these seemed to be using it, anyway
2021-10-15 20:10:15 -07:00
72bc4a7ba2 [rfw] Update customer_testing.sh for recent rfw changes (#493) 2021-10-14 15:13:05 -07:00
54c2de5f82 Revert "[animations] Null-safety changes due to FadeTransition migration (#489)" (#492)
This reverts commit 62c9a91075f70645ee7c49579f6814bc0b76aba2.
2021-10-14 13:32:46 -07:00
62c9a91075 [animations] Null-safety changes due to FadeTransition migration (#489)
* Opacity widget's child should not be nullable

* Update to animations due to FadeTransition change.
2021-10-14 12:28:29 -07:00