Skip to content

Commit

Permalink
Update Mirai to v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshub024 committed Mar 5, 2024
1 parent 2ef7209 commit 2e75287
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/mirai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.7.0

* Added support for new widgets: CircleAvatar, GridView, Chip, Wrap & FilledButton
* Rename scrollView to SingleChildScrollView
* Added defaultBottomNavigationController & bottomNavigationView
* A new and better way to define Mirai Network Request & Network Result
* Revamp Mirai Form to add form validation, getting form values and submitting Form
* Use app text theme in text styles
* A new way to declare EdgeInsets & BorderRadius
* A lot of enhancement, refactoring and bug fixes

## 0.6.0

* chore: update readme by @divyanshub024 in https://github.com/Securrency-OSS/mirai/pull/210
Expand Down
2 changes: 1 addition & 1 deletion packages/mirai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mirai
description: Mirai is a Server-Driven UI (SDUI) library for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time.
version: 0.6.0
version: 0.7.0
homepage: https://github.com/Securrency-OSS/mirai.git

environment:
Expand Down

1 comment on commit 2e75287

@NatarajRocky18
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sir create a parser for image picker in your gallary multiple image select and show the image

Please sign in to comment.