Skip to content

Commit

Permalink
Updating stable to latest flare_flutter from dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-rosso committed Jul 9, 2019
1 parent 28846c5 commit 56cea07
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This repository has three primary branches:
- This is the branch we publish to pub from.
- This branch and the associated pub packages are guaranteed to work on the flutter stable channel.
```
flare_flutter: ^1.5.0
flare_flutter: ^1.5.4
```
- dev
- This branch has the latest changes should work with the flutter dev channel.
Expand Down
9 changes: 9 additions & 0 deletions flare_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.3] - 2019-07-06 11:08:53

Some cleanup done while fixing issue #104 (using intrinsic artboard size as an option).

## [1.4.2] - 2019-06-20 16:30:37

Fixing issue with rounded rectangles not rendering correctly #107
Shapes that are collapsed are not when building up the clip path..

## [1.4.1] - 2019-05-20 10:40:04

Adding an areEquals method to Mat2D.
Expand Down
2 changes: 1 addition & 1 deletion flare_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flare_dart
description: Vector design and runtime animation.
version: 1.4.1
version: 1.4.3
author: "2Dimensions Team <info@2dimensions.com>"
homepage: https://github.com/2d-inc/Flare-Flutter
environment:
Expand Down
14 changes: 14 additions & 0 deletions flare_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.5.4] - 2019-07-08 21:10:50

- Using Uint16List for vertex indices now that Flutter Stable has been updated.

## [1.5.3] - 2019-07-06 11:09:44

- Fixing an intialization error when a node has null children.
- FlareActor widget can now size itself via the sizeFromArtboard named parameter, based on feedback from issue #104.

## [1.5.2] - 2019-06-20 16:33:52

Using latest version of flare_dart which has fixes for rounded rectangles and clipping paths.


## [1.5.1] - 2019-05-20 10:38:30

Added missing call to setViewTransform for controllers. This is now done more efficiently as it is only called when the view transform changes.
Expand Down
8 changes: 2 additions & 6 deletions flare_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
name: flare_flutter
description: Vector design and runtime animation for Flutter.
version: 1.5.1
version: 1.5.4
author: "2Dimensions Team <info@2dimensions.com>"
homepage: https://github.com/2d-inc/Flare-Flutter
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flare_dart:
git:
url: git://github.com/2d-inc/Flare-Flutter.git
ref: dev
path: flare_dart
flare_dart: ^1.4.3
dev_dependencies:
flutter_test:
sdk: flutter

0 comments on commit 56cea07

Please sign in to comment.