Skip to content

Commit

Permalink
v0.1.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haolun committed Jun 6, 2023
1 parent 8246bdc commit 8de0184
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [v0.1.2](https://github.com/haolun1996/baseX/releases/tag/0.1.2) - 2023-06-06
- New
- [onBack & onBackButton](https://github.com/haolun1996/baseX/blob/8246bdcc91f81614060b84f13518e3d49ea603e4/lib/Core/x_base_controller.dart#LL86C1-L96C4) to split out onBack use on WillPopScope and normal usage back
- Changes

- On Going

- TODO
- API Caching
- Endpoint Changing Method
- Check Permission for Android(12/13)
- Social Login

<br />

***
<br />

## [v0.1.1](https://github.com/haolun1996/baseX/releases/tag/0.1.1) - 2023-06-01
- New
- [Hide envBar when on nested page](https://github.com/haolun1996/baseX/blob/ae846ddfcb5f2dbb2464a8fddd3dc5dba8b6fa89/lib/Core/x_base_widget.dart#LL103C1-L107C6)
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: BaseX Running With Flutter 3.10.x

publish_to: "none"

version: 0.1.1
version: 0.1.2

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 8de0184

Please sign in to comment.