Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 085a15c
Author: Luigi Rosso <luigi.rosso@gmail.com>
Date:   Mon Jul 8 21:17:28 2019 -0700

    Squashed commit of the following:

    commit 56cea07
    Author: Luigi Rosso <luigi.rosso@gmail.com>
    Date:   Mon Jul 8 21:15:07 2019 -0700

        Updating stable to latest flare_flutter from dev.

    commit 28846c5
    Merge: e1a55f9 52d5e6e
    Author: Luigi Rosso <luigi-rosso@users.noreply.github.com>
    Date:   Sat Jul 6 11:06:01 2019 -0700

        Merge pull request #121 from 2d-inc/master

        Merging intrinsic_size_experiment changes

    commit e1a55f9
    Merge: 5533e73 15682ac
    Author: Luigi Rosso <luigi-rosso@users.noreply.github.com>
    Date:   Sat Jul 6 10:28:42 2019 -0700

        Merge pull request #119 from 2d-inc/master

        Check for null children before iterating for initialization.

    commit 5533e73
    Merge: 01387cd a17469b
    Author: Luigi Rosso <luigi-rosso@users.noreply.github.com>
    Date:   Wed Jul 3 10:40:12 2019 -0700

        Merge pull request #116 from 2d-inc/master

        Remove console spam.

    commit 01387cd
    Merge: 0ee2efe 525613e
    Author: Luigi Rosso <luigi-rosso@users.noreply.github.com>
    Date:   Tue Jul 2 18:13:31 2019 -0700

        Merge pull request #115 from 2d-inc/master

        Instance shape node from actor.

    commit 0ee2efe
    Merge: 8f04aa6 0230aab
    Author: Luigi Rosso <luigi-rosso@users.noreply.github.com>
    Date:   Thu Jun 20 16:27:00 2019 -0700

        Merge pull request #108 from 2d-inc/master

        Fixing rectangle and clips.

    commit 8f04aa6
    Merge: 6606b73 865e090
    Author: Luigi Rosso <luigi-rosso@users.noreply.github.com>
    Date:   Thu Jun 13 16:07:43 2019 -0700

        Merge pull request #102 from 2d-inc/master

        Updating dev branch.

    commit 6606b73
    Merge: 396cd88 f147157
    Author: Luigi Rosso <luigi.rosso@gmail.com>
    Date:   Tue Jun 4 11:59:29 2019 -0700

        Merge branch 'master' into dev

    commit 396cd88
    Merge: 006d85b 9db2d97
    Author: Luigi Rosso <luigi.rosso@gmail.com>
    Date:   Mon May 20 10:56:46 2019 -0700

        Merge branch 'master' of https://github.com/2d-inc/Flare-Flutter into dev

    commit 006d85b
    Merge: c51192d 850ea83
    Author: Luigi Rosso <luigi.rosso@gmail.com>
    Date:   Mon May 20 10:45:58 2019 -0700

        Merge branch 'master' of https://github.com/2d-inc/Flare-Flutter into dev

    commit c51192d
    Merge: 4aebb0f 4e9961b
    Author: Luigi Rosso <luigi-rosso@users.noreply.github.com>
    Date:   Thu May 9 11:44:40 2019 -0700

        Merge pull request #89 from 2d-inc/master

        Update indices to 16 bit unsigned, compatibility with flutter master.

    commit 4aebb0f
    Merge: 113d791 63c1d05
    Author: Luigi Rosso <luigi.rosso@gmail.com>
    Date:   Fri Apr 26 13:42:11 2019 -0700

        Merge branch 'master' of https://github.com/2d-inc/Flare-Flutter into dev

    commit 113d791
    Merge: 2ec15af 4416a67
    Author: Luigi Rosso <luigi.rosso@gmail.com>
    Date:   Fri Apr 26 12:33:04 2019 -0700

        Merge branch 'master' of https://github.com/2d-inc/Flare-Flutter into dev

    commit 2ec15af
    Merge: d8defc4 2dbb7ab
    Author: Luigi Rosso <luigi.rosso@gmail.com>
    Date:   Wed Apr 24 12:07:45 2019 -0700

        Merge branch 'master' of https://github.com/2d-inc/Flare-Flutter into dev

    commit d8defc4
    Author: Luigi Rosso <luigi.rosso@gmail.com>
    Date:   Wed Apr 24 10:15:51 2019 -0700

        Fixing relative path for flare_dart.

    commit 2e1fcaa
    Author: Luigi Rosso <luigi.rosso@gmail.com>
    Date:   Wed Apr 24 10:14:38 2019 -0700

        Updating flare_dart dependency to dev branch of Flare-Flutter.
  • Loading branch information
luigi-rosso committed Jul 9, 2019
1 parent 28846c5 commit f24a688
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 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
2 changes: 1 addition & 1 deletion flare_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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:
Expand Down

0 comments on commit f24a688

Please sign in to comment.