Skip to content

Commit

Permalink
sync w/ flutter.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chenglu committed Oct 16, 2019
2 parents 6a950dc + 46a8c0a commit 192a6a8
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 88 deletions.
40 changes: 6 additions & 34 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.36.4"
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.10"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -70,7 +63,7 @@ packages:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.1+1"
css_colors:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -132,7 +125,7 @@ packages:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.0+2"
version: "0.14.0+3"
http:
dependency: transitive
description:
Expand All @@ -154,13 +147,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.3"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.4"
intl:
dependency: transitive
description:
Expand Down Expand Up @@ -266,13 +252,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -375,7 +354,7 @@ packages:
name: sqflite
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6+5"
version: "1.1.7+1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -466,7 +445,7 @@ packages:
name: video_player
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.2+1"
version: "0.10.2+3"
vm_service_client:
dependency: transitive
description:
Expand All @@ -488,13 +467,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.15"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "3.5.0"
yaml:
dependency: transitive
description:
Expand All @@ -503,5 +475,5 @@ packages:
source: hosted
version: "2.2.0"
sdks:
dart: ">=2.4.0 <3.0.0"
flutter: ">=1.5.0 <2.0.0"
dart: ">=2.5.0 <3.0.0"
flutter: ">=1.9.1 <2.0.0"
2 changes: 1 addition & 1 deletion examples/animation/animate2/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AnimatedLogo extends AnimatedWidget {
: super(key: key, listenable: animation);

Widget build(BuildContext context) {
final Animation<double> animation = listenable as Animation<double>;
final animation = listenable as Animation<double>;
return Center(
child: Container(
margin: EdgeInsets.symmetric(vertical: 10),
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate3/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class AnimatedLogo extends AnimatedWidget {
: super(key: key, listenable: animation);

Widget build(BuildContext context) {
final Animation<double> animation = listenable as Animation<double>;
final animation = listenable as Animation<double>;
return Center(
child: Container(
margin: EdgeInsets.symmetric(vertical: 10),
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate5/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AnimatedLogo extends AnimatedWidget {
: super(key: key, listenable: animation);

Widget build(BuildContext context) {
final Animation<double> animation = listenable as Animation<double>;
final animation = listenable as Animation<double>;
return Center(
child: Opacity(
opacity: _opacityTween.evaluate(animation),
Expand Down
42 changes: 21 additions & 21 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.37.0"
version: "0.38.5"
args:
dependency: transitive
description:
Expand All @@ -21,14 +21,14 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
version: "2.4.0"
build:
dependency: transitive
description:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.5"
version: "1.2.0"
build_config:
dependency: transitive
description:
Expand All @@ -42,28 +42,28 @@ packages:
name: build_daemon
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0"
build_resolvers:
dependency: transitive
description:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.6"
version: "1.2.0"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.5"
version: "1.7.1"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.9"
version: "4.1.0"
built_collection:
dependency: transitive
description:
Expand All @@ -77,7 +77,7 @@ packages:
name: built_value
url: "https://pub.dartlang.org"
source: hosted
version: "6.7.0"
version: "6.7.1"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -113,17 +113,17 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: d81e903a36bd36532fcbf85ba38c679ce264e6e3
resolved-ref: "194181c88c8c8861257d2ee38d99909af7120211"
url: "https://github.com/chalin/code_excerpter.git"
source: git
version: "0.6.0"
version: "0.6.1"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.14.11"
version: "1.14.12"
console:
dependency: transitive
description:
Expand All @@ -144,7 +144,7 @@ packages:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1+1"
version: "2.1.3"
csslib:
dependency: transitive
description:
Expand All @@ -158,7 +158,7 @@ packages:
name: dart_style
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.9"
version: "1.3.1"
firebase:
dependency: "direct dev"
description:
Expand All @@ -179,7 +179,7 @@ packages:
name: front_end
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.20"
version: "0.1.27"
github:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -207,7 +207,7 @@ packages:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.0+2"
version: "0.14.0+3"
http:
dependency: transitive
description:
Expand Down Expand Up @@ -256,14 +256,14 @@ packages:
name: kernel
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.20"
version: "0.3.27"
linkcheck:
dependency: "direct dev"
description:
name: linkcheck
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
version: "2.0.11"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -298,7 +298,7 @@ packages:
name: package_config
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
version: "1.1.0"
package_resolver:
dependency: transitive
description:
Expand Down Expand Up @@ -438,13 +438,13 @@ packages:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.15"
version: "1.1.0"
yaml:
dependency: "direct dev"
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.16"
version: "2.2.0"
sdks:
dart: ">=2.3.0 <3.0.0"
dart: ">=2.3.0 <3.0.0"
Loading

0 comments on commit 192a6a8

Please sign in to comment.