bbc94e1f50
[animations] Introduce layoutBuilder parameter to PageTransitionSwitcher ( #170 )
...
* Introduce layoutBuilder parameter for PageTransitionSwitcher
2020-09-04 07:05:27 +08:00
1a8808fd7a
remove sdk constraints and version to 1.0.0
2020-09-03 13:44:06 -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
e469ace1aa
bump version to dev.4
2020-09-03 02:00:46 -07:00
5884f5096e
realign all codepoints by 1 since "car" was missing a manual codepoint map, fix lint
2020-09-03 01:59:09 -07:00
595fcc52a5
Expose the blockSyntax and inlineSyntax parameters ( #269 )
2020-09-03 10:17:51 +10:00
328e3f7da1
Remove comment causing dartfmt failure ( #267 )
2020-09-03 07:44:14 +10:00
8e57c42f32
rename placeholder dart file to conform to pana lint
2020-09-02 12:48:49 -07:00
fe1023e43a
autowidth, add back glyphs from 0.1.3, duplicate codepoints for old CupertinoIcons
2020-09-02 12:46:12 -07:00
bb2b31ba07
move html back to root to get static files (ttf)
2020-09-02 11:49:59 -07:00
c40e10b7a5
tweak chevron_back/forward glyph width, move docs to docs/ to make serving easier
2020-09-02 11:11:48 -07:00
f78df7b9f0
create a ttf that has duplicate codepoints to better handle the 0.1.3 transition
2020-09-02 10:28:38 -07:00
3e02d4013a
Added better documentation to find the pub package ( #3 )
...
Added better documentation to find the pub package on pub.dev
2020-09-02 09:05:36 -07:00
d5e7cb0584
add 2 more chevrons
2020-09-02 03:13:13 -07:00
c17cc56f29
amend to a pre-release version instead
2020-09-02 01:38:27 -07:00
e0fc03155e
update cupertino icons to v1.0.0 based on sf symbols
2020-09-02 01:28:29 -07:00
469f2ae996
Version 0.4.4 release paperwork ( #265 )
2020-09-01 07:36:54 +10:00
410886c937
Revert changes made in PR #235 ( #264 )
2020-08-29 06:39:33 +10:00
8264633337
Use start attribute in ordered list to set the first number ( #260 )
...
fixes #299
2020-08-25 07:01:19 +10:00
5ebfe49f87
[pigeon] Got the tests running in CI. ( #198 )
2020-08-21 13:24:19 -07:00
b687b999bd
Loosen dependencies so that nullsafety versions are acceptable. ( #199 )
...
The strict dependencies were making it impossible to use in the plugins repo when combined with the nullsafety version of the process package.
2020-08-20 17:35:21 -07:00
bf86094ab1
[xdg_directories] Bump version to pick up recent changes ( #197 )
...
Also updated repo README.md file to include xdg_directories.
2020-08-19 18:49:23 -07:00
5b3c1f9735
[pigeon] Updated documentation in run_tests.sh and turned the ios unit tests back on. ( #191 )
2020-08-19 17:38:39 -07:00
0e4f776d65
[xdg_directories] Swap flutter dependencies out ( #195 )
...
I didn't notice a need to depend on flutter packages when they could be replaced with the more specific libraries. I opted to go for the latest versions.
2020-08-19 16:10:23 -07:00
2afb1b35c2
[xdg_directories] Apply missing test visibility annotation ( #194 )
...
Stumbled across the XDG directory library, and noticed something small.
2020-08-19 16:08:15 -07:00
c04e936cea
Rename e2e -> integration_test ( #2918 )
...
* e2e -> integration_test and associated version bumps
2020-08-19 11:47:10 -07:00
d824e748e4
[imitatioin_game] Made the imitation_game start reporting its results in the README.md. ( #193 )
2020-08-18 15:54:09 -07:00
9072dd205f
Added imitation game benchmarks ( #181 )
2020-08-15 00:02:00 -07:00
39cfb59184
Add enabled flag for try builders ( #189 )
...
* add enabled flag
* update doc
2020-08-13 10:47:12 -07:00
b150211ea0
Multiple example demos ( #251 )
2020-08-10 06:23:58 +10:00
cf96cba3c5
pigeon 1.4 ( #188 )
...
* fixed nullability in objc code for callback errors
* fixed nullability of nested types in dart
* added test that asserts the version in generated code headers is correct
2020-08-07 16:13:09 -07:00
7d26c62185
Add supported Luci builders for packages repo ( #184 )
...
* add luci try builders
* add readme
* add code to validate json contents
* remove json check dart
* use generic name
2020-08-05 17:09:10 -07:00
1586bc9429
fix: The blockquote content new-line letter should not be replaced. ( #250 )
2020-08-04 12:05:24 +10:00
35f090bc4a
Bugfixes for MarkdownStyleSheet and textScaleFactor ( #243 )
2020-08-04 11:57:48 +10:00
b17bacc4f6
[Pigeon] Added an error message if a valid datatype used directly as a return type or argument ( #185 )
2020-07-31 15:27:14 -07:00
c9053f1fea
[Pigeon] Added support for lists and maps in java and objc targets. ( #186 )
2020-07-31 13:07:04 -07:00
a4c2106d3b
Prepare animations for 1.1.2 ( #183 )
animations-v1.1.2
2020-07-28 12:20:27 -07:00
837b1a321d
[animations] Remove copy of curves ( #182 )
2020-07-27 22:40:08 -07:00
7a165b214b
A more detailed package description ( #248 )
2020-07-27 19:25:57 +10:00
fbceb5f084
Make package:e2e a relative reference ( #2889 )
...
* Make package:e2e a relative reference
2020-07-24 16:00:02 -07:00
987d168062
[animations] Ignore deprecated use of BottomNavigationBarItem.title ( #180 )
...
* ignore deprecated use of BottomNavigationBarItem.title
* empty commit to re run tests
2020-07-22 17:56:45 -04:00
af56836a87
added emoji support section to README ( #245 )
2020-07-17 07:01:25 +10: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
276e3931a2
Add support for render tags by user #2 ( #241 )
2020-07-06 15:48:34 +10:00
db35cc2a7d
Update fuchsia_ctl version to 0.0.24. ( #176 )
...
* Update fuchsia_ctl version to 0.0.24.
Bug:
fxb/55369.
* Force tests
* Force tests.
* Force tests.
2020-07-01 15:56:51 -07:00
57dc17057a
Make fuchsia_ctl use device-finder instead of dev_finder. ( #175 )
...
Bug:
fxb/55369
2020-07-01 12:38:05 -07:00
adafc4a8f3
[Pigeon] - updated the readme warning ( #174 )
...
* [Pigeon] - updated the readme
* responded to jenns feedback
2020-06-18 09:26:34 -07:00
c9c8e8f5f5
[animations] Handle DualTransitionBuilder name conflict with flutter/flutter ( #173 )
...
* Handle DualTransitionBuilder conflict with flutter/flutter
Require animations package to use internal version of DualTransitionBuilder to avoid conflicts with flutter/flutter\'s recently merged copy of DualTransitionBuilder'.
* Update changelog and pubspec.yaml
animations-v1.1.1
2020-06-18 09:45:38 +08:00
9d90dd3688
[pigeon] removed warnings from generated java code ( #171 )
2020-06-17 14:25:07 -07:00
f5f574e39d
Remove brew dependencies ( #172 )
2020-06-16 18:05:24 -07:00