Skip to content

Commit 2978cc5

Browse files
Merge pull request #91 from BuildMirai/dv/update-v0.8
chore: update to v0.8
2 parents 8faa6d8 + df27697 commit 2978cc5

File tree

5 files changed

+28
-23
lines changed

5 files changed

+28
-23
lines changed

examples/mirai_gallery/ios/Podfile.lock

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,22 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- path_provider_foundation (0.0.1):
4-
- Flutter
5-
- FlutterMacOS
6-
- sqflite_darwin (0.0.4):
7-
- Flutter
8-
- FlutterMacOS
93
- webview_flutter_wkwebview (0.0.1):
104
- Flutter
115
- FlutterMacOS
126

137
DEPENDENCIES:
148
- Flutter (from `Flutter`)
15-
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
16-
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
179
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`)
1810

1911
EXTERNAL SOURCES:
2012
Flutter:
2113
:path: Flutter
22-
path_provider_foundation:
23-
:path: ".symlinks/plugins/path_provider_foundation/darwin"
24-
sqflite_darwin:
25-
:path: ".symlinks/plugins/sqflite_darwin/darwin"
2614
webview_flutter_wkwebview:
2715
:path: ".symlinks/plugins/webview_flutter_wkwebview/darwin"
2816

2917
SPEC CHECKSUMS:
3018
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
31-
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
32-
sqflite_darwin: 5a7236e3b501866c1c9befc6771dfd73ffb8702d
33-
webview_flutter_wkwebview: 0982481e3d9c78fd5c6f62a002fcd24fc791f1e4
19+
webview_flutter_wkwebview: 44d4dee7d7056d5ad185d25b38404436d56c547c
3420

3521
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
3622

examples/mirai_gallery/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ packages:
438438
path: "../../packages/mirai"
439439
relative: true
440440
source: path
441-
version: "0.7.2"
441+
version: "0.8.0"
442442
mirai_framework:
443443
dependency: "direct overridden"
444444
description:

packages/mirai/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.8.0
2+
3+
* chore] Code Refactoring :) by @divyanshub024
4+
* feat: Add Row and Column Spacing by @divyanshub024
5+
* feat: Add Mirai carousel view with example by @divyanshub024
6+
* feat: Add Mirai colored box parser by @divyanshub024
7+
* fix: Replace cache network image with the Image.network. by @divyanshub024
8+
* feat: Add support for the Divider widget by @bhattkrutij
9+
* feat: added ability to override mirai parsers and action_parsers. by @khanjasir90
10+
* feat: Added support for mirai progress indicators by @ishanvaghani
11+
112
## 0.7.2
213

314
* update Readme

packages/mirai/README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@
66
[![Netlify Status](https://api.netlify.com/api/v1/badges/a376dbd3-c928-4d0f-8cfd-6a2ca2dfae5b/deploy-status)](https://app.netlify.com/sites/buildmirai/deploys)
77

88
---
9+
# 🚀 Mirai – Server-Driven UI Framework for Flutter
910

10-
Mirai is a Server-Driven UI (SDUI) framework for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time.
11+
[Mirai][mirai_website] is a powerful Server-Driven UI (SDUI) framework for Flutter, enabling you to build beautiful, cross-platform applications dynamically using JSON in real time.
1112

12-
Try out the [Mirai Playground](https://playground.buildmirai.dev/): A sandbox environment for experimenting with the Mirai SDUI.
13+
Whether you’re building apps for mobile, web, or desktop, Mirai simplifies UI delivery and enhances flexibility without requiring redeployment for every design change.
1314

14-
Developed with 💙 by [Mirai][mirai_link]
15+
- 🛠️ Build Dynamic UIs: Update your app’s UI instantly with JSON configurations.
16+
- 🌍 Cross-Platform: Write once, render anywhere – Flutter does the rest.
17+
- ⚡ Fast Iterations: Make changes on the server and see them live in your app.
18+
19+
### 🌟 Explore Mirai in Action
20+
- 🧪 [Try Mirai Playground](https://playground.buildmirai.dev/) – A sandbox environment for experimenting with Mirai Dynamic UI.
21+
- 📚 [Read the Documentation](https://docs.buildmirai.dev/) – Get started with detailed guides and examples.
22+
23+
Developed with 💙 by [Mirai][mirai_website]
1524

1625
## Installation 🚀
1726

@@ -399,19 +408,18 @@ Check out the [Mirai Gallery](https://github.com/BuildMirai/mirai/tree/dev/examp
399408
## Contributors ✨
400409

401410
<a href="https://github.com/buildMirai/mirai/graphs/contributors">
402-
<img src="https://contrib.rocks/image?repo=buildMirai/mirai" />
411+
<img src="https://contrib.rocks/image?repo=buildMirai/mirai" alt="Mirai Contributors"/>
403412
</a>
404413

405414
## Maintainers
406415

407416
- [Divyanshu Bhargava][divyanshu_github]
408417

409-
---
410418
[github_stars]: https://img.shields.io/github/stars/buildMirai/mirai
411419
[github_stars_link]: https://github.com/buildMirai/mirai/stargazers
412420
[license_badge]: https://img.shields.io/badge/license-MIT-blue.png
413421
[license_link]: https://opensource.org/licenses/MIT
414422
[mirai_banner]: https://github.com/buildMirai/mirai/blob/dev/assets/mirai_banner.png
415-
[mirai_link]: https://buildmirai.dev/
416423
[form_screen]: https://github.com/buildMirai/mirai/blob/dev/assets/form_screen_image.png
417424
[divyanshu_github]: https://github.com/divyanshub024
425+
[mirai_website]: https://buildmirai.dev/

packages/mirai/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mirai
22
description: Mirai is a Server-Driven UI (SDUI) framework for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time.
3-
version: 0.7.2
3+
version: 0.8.0
44
homepage: https://github.com/buildMirai/mirai
55

66
environment:

0 commit comments

Comments
 (0)