Skip to content

Commit

Permalink
fix bug (related to perspective transform)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnvn committed Jun 28, 2018
1 parent 842bf13 commit 596b901
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 130 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@

## [0.0.3]

* Fix bugs
* Fix bugs

## [0.0.4]

* Fix bugs (temporarily get around the matter of perspective transform)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
A package for flip panel with built-in animation

<p>
<img src="./screenshots/flip_image.gif?raw=true" width="250" height="443" />
<img src="./screenshots/flip_clock.gif?raw=true" width="250" height="443" />
<img src="https://github.com/hnvn/flutter_flip_panel/blob/master/screenshots/flip_image.gif?raw=true" width="250" height="443" />
<img src="https://github.com/hnvn/flutter_flip_panel/blob/master/screenshots/flip_clock.gif?raw=true" width="250" height="443" />
</p>

## How to use
Expand Down
50 changes: 32 additions & 18 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.3"
version: "2.0.5"
csslib:
dependency: transitive
description:
Expand Down Expand Up @@ -108,7 +108,7 @@ packages:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.3"
version: "0.13.3+1"
http:
dependency: transitive
description:
Expand All @@ -122,7 +122,7 @@ packages:
name: http_multi_server
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.0.5"
http_parser:
dependency: transitive
description:
Expand All @@ -144,6 +144,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.1"
json_rpc_2:
dependency: transitive
description:
name: json_rpc_2
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
kernel:
dependency: transitive
description:
Expand All @@ -164,7 +171,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.2+1"
version: "0.12.2"
meta:
dependency: transitive
description:
Expand All @@ -178,7 +185,7 @@ packages:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.6"
version: "0.9.6+1"
multi_server_socket:
dependency: transitive
description:
Expand All @@ -192,7 +199,7 @@ packages:
name: node_preamble
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.1"
version: "1.4.2"
package_config:
dependency: transitive
description:
Expand All @@ -206,14 +213,14 @@ packages:
name: package_resolver
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.3"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.1"
version: "1.6.1"
plugin:
dependency: transitive
description:
Expand All @@ -227,7 +234,7 @@ packages:
name: pool
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.4"
version: "1.3.5"
pub_semver:
dependency: transitive
description:
Expand All @@ -248,7 +255,7 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.3"
version: "0.7.3+1"
shelf_packages_handler:
dependency: transitive
description:
Expand All @@ -262,14 +269,14 @@ packages:
name: shelf_static
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.7"
version: "0.2.7+1"
shelf_web_socket:
dependency: transitive
description:
name: shelf_web_socket
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.2"
version: "0.2.2+2"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -309,7 +316,7 @@ packages:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.6"
version: "1.6.7+1"
string_scanner:
dependency: transitive
description:
Expand All @@ -330,7 +337,7 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.37"
version: "0.12.41"
typed_data:
dependency: transitive
description:
Expand All @@ -352,26 +359,33 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
vm_service_client:
dependency: transitive
description:
name: vm_service_client
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.4+3"
watcher:
dependency: transitive
description:
name: watcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.7+7"
version: "0.9.7+8"
web_socket_channel:
dependency: transitive
description:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.7"
version: "1.0.8"
yaml:
dependency: transitive
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.13"
version: "2.1.14"
sdks:
dart: ">=2.0.0-dev.52.0 <=2.0.0-dev.60.0.flutter-a5e41681e5"
dart: ">=2.0.0-dev.62.0 <=2.0.0-dev.63.0.flutter-4c9689c1d2"
Loading

0 comments on commit 596b901

Please sign in to comment.