434 Commits

Author SHA1 Message Date
362dde396b [pigeon] Made sure that you can nil out the message handler (#112) 2020-02-25 12:38:27 -08:00
c4fc5b81ad Diagnosticable => DiagnosticableMixin (#115)
Converting to DiagnosticableMixin in preparation for deprecating Diagnosticable.
2020-02-24 13:56:23 -08:00
efc7ef9e3b added ios unit tests and fixed bug with null (#111) 2020-02-21 13:54:27 -08:00
8c3ab50d04 [pigeon] implemented java host to flutter calls and updated documentation (#101) 2020-02-21 12:53:49 -08:00
5e1e240bf5 [animations] Fix analyzer ignore location (#110)
* Fix analyzer ignore location
animations-v1.0.0+5
2020-02-21 10:47:38 -08:00
6a6db3a8ef [animations] Fix analyzer warnings (#109)
* Update pubspec.yaml

* Update CHANGELOG.md

* Fix analyzer warnings
animations-v1.0.0+4
2020-02-21 10:26:03 -08:00
239631142f Improve CONTRIBUTING.md (#107)
- Added `flutter pub` tip.
- Used more consise `-am` instead of `-a -m`.
- Added language annotation to code fences.
- Used standard formatting.
2020-02-21 08:47:30 -08:00
c6d1ba276c [pigeon] added support for builtin java datatypes (#100) 2020-02-20 16:31:59 -08:00
bcc85bbbd3 [animations] fix dates in changelog (#102) 2020-02-20 15:07:21 -08:00
389c4fc721 [Pigeon] Added java target for host functions. (#96)
* [Pigeon] Added java target for host functions.
2020-02-20 14:36:24 -08:00
b1e60385b6 typo... (#99) 2020-02-19 12:36:21 -08:00
82aa7bba47 The most beautiful piece of code I have ever written (#98) 2020-02-19 09:29:02 -08:00
5f901fba6a Refresh README (#97)
* Refresh README
animations-v1.0.0+3
2020-02-18 15:59:42 -08:00
caefceffa0 Fix pubspec.yaml (#94) animations-v1.0.0+2 2020-02-18 13:58:16 -08:00
13dfd688b6 Make pub.dev happy (#93) animations-v1.0.0+1 2020-02-18 13:45:21 -08:00
c6b04d8c7c version 1.0 for package:animations (#91) animations-v1.0.0 2020-02-18 12:38:29 -08:00
6f5fc58f66 [animations] README updates (#90)
* Update README with new examples

* Add pointer to the sample app in README

* Remove heavy development notice on README
2020-02-14 17:09:02 -08:00
4a3f1fd28d [pigeon] added code generator for host->flutter calls for objc (#88) 2020-02-07 16:56:08 -08:00
4d328ea7fb [pigeon] Fixed the warning on the readme. (#89) 2020-02-07 16:14:05 -08:00
10dfe5bf3a Added experimental code generator tool for platform channels: Pigeon (#77) 2020-02-07 14:08:38 -08:00
d1cf9a3b72 OpenContainer Transition Updates (#85)
* Reorder demo list to match guidelines

* Update capitalization and text to match spec

* Some polish to open_container.dart

* Implement fade transition type to OpenContainer transition

* Fix weights of existing fade through transition type tweens

* Add customization option for OpenContainer transition demo
2020-02-05 11:24:41 -08:00
cb48193f94 Add arguments parameter to test command (#86) 2020-02-05 11:16:06 -08:00
2b3f65b0a7 [animations] Polish demo text and animation demo list order to match spec (#84)
* Reorder demo list to match guidelines

* Update capitalization and text to match spec
2020-02-04 12:53:54 -08:00
c87b9f4c31 [animations] fix crash when opening container at edge (#83) 2020-02-04 11:24:58 -08:00
85472464ff Run flutter analyze as part of customer testing (#82) 2020-02-03 16:16:10 -08:00
39fb87bb4d [animations] Fade demo rework (#81)
* Rework Fade Demo
2020-02-03 13:51:08 -08:00
ef46db1e10 Add scripts for flutter/tests (#80) 2020-02-03 13:40:39 -08:00
ddcbd9d6fe [animations] Update demo home page (#78)
* Update animations demo home page
2020-02-03 13:27:22 -08:00
e5f7abaffa [animations] OpenContainer demo and polish (#79) 2020-02-03 12:54:32 -08:00
1d8fe72e6d [fuchsia] Add support to puch packages from package repo (#76)
This is useful to push tiles and tiles_ctl to the device.
2020-01-29 15:40:22 -08:00
4ce207d36e [fuchsia] Refactor usage of amberctl to its own class (#75)
This is one part of a multi part change that will
enable us to run flutter driver and dart tests on the
connected fuchsia devices.
2020-01-28 10:19:22 -08:00
6278ac66ed [animations] Polish fade demo (#74) 2020-01-27 09:59:57 -08:00
9b1d8f73ef [animations] Fix Shared Axis (#73) 2020-01-27 09:25:54 -08:00
0a810c7c3d Implement AlertDialog fade demo; Tweaks to MaterialFadeTransition (#65) 2020-01-24 16:22:20 -08:00
cd654dfbba [animations] FadeThrough: Change scale from 95% to 92% (#72) 2020-01-24 14:23:11 -08:00
2173aa9e0c avoid deleting non-existant dir (#71) 2020-01-24 10:34:17 -08:00
e1ef70826b Update version in CHANGELOG and pubspec (#70)
Update version in CHANGELOG and pubspec
2020-01-23 20:16:16 -08:00
970037716b PaletteGenerator: Optimize histogram creation (#67)
PaletteGenerator: Optimize histogram creation
2020-01-22 19:38:45 -08:00
adaf7f9e7c Increase dev_finder timeout to 5 mins. (#69)
We are decreasing the retry freq to 4 secs to avoid mdns packets
saturating the network.
2020-01-21 12:59:24 -08:00
efdbe0e48c Increase the timeout to find fuchsia devices. (#68) 2020-01-21 12:20:41 -08:00
063472473d Fix SafeArea for shared-axis demo (#64)
* Fix SafeArea for shared axis demo

* Fix analyzer problems by specifying type for showModal calls
2020-01-17 11:21:27 -08:00
228ab965dc Material Fade Transition Configuration; showModal implementation (#60)
* showModal implementation

* Material Fade Transition Configuration
2020-01-16 11:27:47 -08:00
ac4ca3eecf Fade Through Transition Demo; Slight update to Shared Axis Transition demo (#62)
* Complete Fade Through Transition Demo

* Introduce use of avatar placeholder png over CircleAvatar in Shared Axis Transition demo
2020-01-16 11:12:11 -08:00
8109cca8f5 Shared Axis Transition Demo App (#61)
* Complete Shared Axis Transition Demo
2020-01-16 10:07:24 -08:00
b7030b4d0a Shared Axis Transition (#58)
* Implement shared x- and y-axis transitions

* Incorporate shared z-axis transition into the same builder as shared x- and y-axis transitions
2020-01-13 18:04:10 -08:00
023a64c1a5 Update build files for example, add macos as target (#59)
Updates the palette_generator's example to AndroidX, and adds a macos target.
2020-01-13 14:10:04 -08:00
a4084f0822 Shared Z Axis Transition (#57)
* Implement Shared Z Axis Transition

* Created utils/curve.dart for Material curves and tweens
2020-01-02 15:18:07 -08:00
95257d9b3d Added some documentation for gauge. (#54) 2019-12-19 08:58:35 -08:00
9cbeceedb8 fix docs for fuchsia_ctl (#56) 2019-12-18 10:19:32 -08:00
6b731d3885 Fixed Typo: Corrected record (#53) 2019-12-17 16:36:13 -08:00