Skip to content

Commit

Permalink
chore: v0.0.4 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Aug 4, 2021
1 parent 6f1bd99 commit a83ca33
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.0.4

- refactor: decouple `FlowController` from `FlowBuilder`
- refactor: organize imports and minor updates
- fix: super call enforcement on listeners

# 0.0.3

- fix: respect top-level `WillPopScope`
Expand Down
2 changes: 2 additions & 0 deletions example/linux/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Generated file. Do not edit.
//

// clang-format off

#include "generated_plugin_registrant.h"


Expand Down
2 changes: 2 additions & 0 deletions example/linux/flutter/generated_plugin_registrant.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Generated file. Do not edit.
//

// clang-format off

#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter Flows made easy! A Flutter package which simplifies flows w
repository: https://github.com/felangel/flow_builder
homepage: https://github.com/felangel/flow_builder

version: 0.0.3
version: 0.0.4

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit a83ca33

Please sign in to comment.