Skip to content

Commit 227ced4

Browse files
committed
chore: v0.0.10 (#116)
1 parent bcfe9bf commit 227ced4

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.10
2+
3+
- feat: add optional `clipBehavior` ([#113](https://github.com/felangel/flow_builder/pull/113))
4+
- refactor: update to Flutter 3.13.9
5+
16
# 0.0.9
27

38
- fix: cannot pop with Android back button

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright (c) 2020 Felix Angelov
2+
Copyright (c) 2023 Felix Angelov
33

44
Permission is hereby granted, free of charge, to any person
55
obtaining a copy of this software and associated documentation

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: flow_builder
22
description: Flutter Flows made easy! A Flutter package which simplifies flows with a flexible, declarative API.
33
repository: https://github.com/felangel/flow_builder
44
homepage: https://github.com/felangel/flow_builder
5+
topics: [navigation, routing]
56

6-
version: 0.0.9
7+
version: 0.0.10
78

89
environment:
910
sdk: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)