From 2e7528724547fac907423953eece0be319ed37e7 Mon Sep 17 00:00:00 2001 From: Divyanshu Bhargava Date: Tue, 5 Mar 2024 14:48:41 +0400 Subject: [PATCH] Update Mirai to v0.7 --- packages/mirai/CHANGELOG.md | 11 +++++++++++ packages/mirai/pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/mirai/CHANGELOG.md b/packages/mirai/CHANGELOG.md index 137f8e89..8850d994 100644 --- a/packages/mirai/CHANGELOG.md +++ b/packages/mirai/CHANGELOG.md @@ -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 diff --git a/packages/mirai/pubspec.yaml b/packages/mirai/pubspec.yaml index c6be04f3..7a9111f6 100644 --- a/packages/mirai/pubspec.yaml +++ b/packages/mirai/pubspec.yaml @@ -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: