1313c8048c
Move test support logic out of the default Dart output. ( #246 )
...
This will allow us to move the mock logic out of the core framework.
2020-12-10 13:29:49 -08:00
3e9c51d1ff
[animations] add routeSettings option to OpenContainer ( #240 )
...
* [animations] add routeSettings parameter to OpenContainer
* add name to AUTHORS
2020-12-07 09:37:01 +08:00
3440936707
bump version
2020-12-04 18:12:14 +01:00
487ae15079
bump version
2020-12-04 18:11:09 +01:00
c5db7a9ac3
Update README.md
2020-12-04 17:57:25 +01:00
24b1c1e3e4
Fix typo
2020-12-04 17:54:52 +01:00
90ed9b35f9
Add preview image
2020-12-04 17:54:16 +01:00
2bab49ad16
Merge pull request #4 from 0xflotus/patch-1
...
fixed small typo error
2020-11-30 20:07:53 +01:00
5145c8071d
Merge pull request #5 from mit-mit/nullsafety
...
Upgrade to null safety
2020-11-30 20:06:27 +01:00
d881fbeb37
[pigeon] Fixed running with Dart versions with NNBD enabled (moved import). ( #251 )
2020-11-30 10:21:27 -08:00
6ab5a081f0
Upgrade to null safety
2020-11-20 14:39:08 +01:00
eb5123676f
Release paperwork for v0.5.1 ( #302 )
2020-11-19 09:25:53 +11:00
8523438e62
Update pubspec.yaml ( #304 )
2020-11-19 09:24:18 +11:00
623c515673
[cross_file] An abstraction to allow working with files across multiple platforms. ( #3260 )
...
* Initial version of x_file package
* Renamed from x_file to cross_file
* Add back x_file type to file_selector
* Fix formatting issues
* Update homepage and version
* Added README.md
* Added missing copyright
* Revert "Added missing copyright"
This reverts commit cf7e8d5f3810ae646669f584738502a8cc3c5ca1.
* Add missing copyright
Co-Authored-By: Jason Panelli <38673809+jasonpanelli@users.noreply.github.com>
* Renamed class implementation back to XFile
* Fix formatting issues
* Rename to cross_file
* Added code owners for cross_file package
Co-authored-by: Jason Panelli <38673809+jasonpanelli@users.noreply.github.com>
2020-11-18 09:04:06 +01:00
68b32cff09
bump version
2020-11-17 13:14:14 -08:00
76662d53e5
Add note on which version to use until nnbd is on stable
2020-11-17 13:11:20 -08:00
622deb4a15
Fix user defined builders ( #299 )
2020-11-17 15:53:26 +11:00
6cd84e20d9
[pigeon] added dart version annotations until pigeon is migrated ( #243 )
2020-11-12 15:22:33 -08:00
9385fb83e0
[fuchsia_ctl] try to fix tree by adding dart version annotations ( #244 )
2020-11-12 14:51:09 -08:00
181c5d1f3c
Fix tree by setting SDK bounds for palette_generator example ( #242 )
2020-11-12 09:34:24 -08:00
332ecfa8d9
add Dart sdk constraint for null safety ( #7 )
2020-11-06 12:39:14 -08:00
65f434f212
Better error messages in web_benchmarks ( #239 )
...
* better error messages
* bump version to 0.0.2
2020-11-03 16:07:02 -08:00
4f74caf30a
Add publish_to: none to animation example ( #237 )
2020-10-30 09:11:22 -07:00
c92b77d937
Add a newline to LICENSE. ( #236 )
2020-10-29 20:32:09 +01:00
5297d1d857
move and clean-up web_benchmarks package to flutter/packages ( #232 )
...
* move web_benchmarks package to flutter/packages + clean-up
2020-10-28 17:52:15 -07:00
15c9d62728
fix analysis warnings in imitation_game ( #234 )
2020-10-23 19:50:07 -07:00
85135ddad0
[pigeon] fixed windows across multiple drives ( #233 )
2020-10-23 13:37:43 -07:00
495af634bb
Release paperwork for v0.5.0 ( #292 )
2020-10-21 13:31:32 +11:00
f01504ed99
Fixed table last row empty bug ( #296 )
2020-10-21 12:34:01 +11:00
cb4a890376
add empty text child for a if [](https://...) is provided ( #295 )
2020-10-21 12:33:10 +11:00
4e89dd0b12
pigeon: fixed windows execution by using posix path imports ( #230 )
2020-10-19 18:57:39 -07:00
c4e9a08401
sorted pub dependencies ( #231 )
2020-10-19 17:22:36 -07:00
1a3ef3390e
Flush logger IOSink. ( #229 )
...
If we are writing to a file sometimes the content is incomplete because
not all the output has been written to the file.
Bug:
https://github.com/flutter/flutter/issues/67942
2020-10-16 14:37:59 -07:00
d6a5498d0d
Replace amberctl with pkgctl. ( #228 )
...
Bug:
https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=61329
2020-10-16 10:21:01 -07:00
d94c3ef166
Stream logs to file using process.start. ( #227 )
...
* Stream logs to file using process.start.
Fuchsia_ctl currently uses process.run to run commands this forcs the
tool to wait until the process completes to collect the results.
* Fix format.
* Address codereview comments.
* Remove pedantic from deps.
* Fix format issues.
2020-10-15 20:36:56 -07:00
878c10acf9
Update android sdk version to 29 for all mobile plugins. ( #3042 )
2020-10-14 13:15:01 -07:00
0418a01863
Updated obsolete button references ( #226 )
2020-10-14 10:28:28 -07:00
b431cd9d34
[Pigeon] incremented version so we can publish the last commit ( #224 )
2020-10-14 10:11:14 -07:00
312cf28aaf
upgraded cirrus mac image ( #225 )
2020-10-13 19:03:07 -07:00
0879505113
Fix : #67586 wrapped exception causes assert in PlatformException ( #219 )
2020-10-13 16:40:02 -07:00
c2c4b33293
Migrate to ScaffoldMessenger ( #223 )
2020-10-12 18:28:20 -05:00
2a96a2d0ea
Upgrading to markdown v3.0.0 ( #291 )
2020-10-13 10:21:30 +11:00
4da6a9ce2f
Add compressionState to mock to avoid test failure ( #290 )
...
A recent change to the Dart SDK will throw an exception if a null value is passed to an exhaustive switch statement on a non-nullable enum type.
(see dart-lang/sdk@2414b29 )
Add `compressionState` to mock so that the tests don't fail when the Dart changes are released.
Related issue: https://github.com/flutter/flutter/issues/66674
2020-10-13 10:20:08 +11:00
5026d61840
[pigeon] added null safety flag for dart ( #222 )
2020-10-12 10:31:28 -07:00
6ea4cd0124
[pigeon] updated example page ( #221 )
...
* pigeon - updated the examples tab
* fixed version number
2020-10-09 13:02:43 -07:00
2d1e3968a6
Sort example pubspec deps alphabetically ( #220 )
2020-10-08 15:29:46 -07:00
62b83c7921
added full md link support and gfm link tests ( #288 )
2020-10-08 10:26:50 +11:00
50c8aed4fa
Update README.md to fix emoji support section ( #287 )
2020-10-08 10:24:48 +11:00
2275190fe6
Open container: fade through color tween ( #192 )
2020-10-07 15:14:48 -07:00
2f62e55889
Use of label field in animations example ( #205 )
2020-10-07 14:55:53 -07:00