9 Commits

Author SHA1 Message Date
a77819ff5b Update obsolete button refs in plugin examples (#3395) 2021-01-07 14:47:38 -08:00
90adf9572c Fix outdated links across a number of markdown files (#3276) 2020-12-18 14:49:03 -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
878c10acf9 Update android sdk version to 29 for all mobile plugins. (#3042) 2020-10-14 13:15:01 -07:00
698ca3c30f Add deprecation suppression for plugins marked with -Werror (#3072) 2020-09-23 00:51:25 -07:00
dc9e48e810 Standardize LICENSE body text formatting (#2992)
This cleans up a number of unnecessary differences in the LICENSE files:
- Removes C++ comments ("// ") from the beginnings of all the lines in license files that had them.
- Standardizes on having a blank line after the copyright line.
- Standardizes on having the final newline in the file.
- Standardizes on the indentation of the bulleted conditions.
- Standardizes on the locations of line breaks (re-wrapping the text)

This makes the license bodies--not including the copyright line--in almost all files the same, and matches the exact formatting already used in flutter/flutter and flutter/engine.

The only remaining non-copyright-line differences should now be:
- packages/image_picker/image_picker/LICENSE has an extra license
- packages/google_sign_in/extension_google_sign_in_as_googleapis_auth/LICENSE use "Google LLC" rather than "Google Inc." in the third condition.
2020-09-03 11:13:34 -07:00
c04e936cea Rename e2e -> integration_test (#2918)
* e2e -> integration_test and associated version bumps
2020-08-19 11:47:10 -07:00
fbceb5f084 Make package:e2e a relative reference (#2889)
* Make package:e2e a relative reference
2020-07-24 16:00:02 -07:00
f78546c42f [google_sign_in] Bridge google_sign_in and googleapis. (#2824)
Introduce the first version of the `extension_google_sign_in_as_googleapis_auth` package.

This package lets users of the `google_sign_in` plugin to create an authenticated HTTP clients (from `googleapis_auth`) that can access any APIs from the `googleapis` package.
2020-07-13 17:32:57 -07:00