Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: v0.0.10 #116

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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