Skip to content

Commit

Permalink
chore: v0.0.10 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Nov 21, 2023
1 parent bcfe9bf commit 227ced4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.10

- feat: add optional `clipBehavior` ([#113](https://github.com/felangel/flow_builder/pull/113))
- refactor: update to Flutter 3.13.9

# 0.0.9

- fix: cannot pop with Android back button
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2020 Felix Angelov
Copyright (c) 2023 Felix Angelov

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: flow_builder
description: Flutter Flows made easy! A Flutter package which simplifies flows with a flexible, declarative API.
repository: https://github.com/felangel/flow_builder
homepage: https://github.com/felangel/flow_builder
topics: [navigation, routing]

version: 0.0.9
version: 0.0.10

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

0 comments on commit 227ced4

Please sign in to comment.