diff --git a/examples/mirai_gallery/ios/Podfile.lock b/examples/mirai_gallery/ios/Podfile.lock index 44e75d23..1a8fb039 100644 --- a/examples/mirai_gallery/ios/Podfile.lock +++ b/examples/mirai_gallery/ios/Podfile.lock @@ -1,36 +1,22 @@ PODS: - Flutter (1.0.0) - - path_provider_foundation (0.0.1): - - Flutter - - FlutterMacOS - - sqflite_darwin (0.0.4): - - Flutter - - FlutterMacOS - webview_flutter_wkwebview (0.0.1): - Flutter - FlutterMacOS DEPENDENCIES: - Flutter (from `Flutter`) - - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`) - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`) EXTERNAL SOURCES: Flutter: :path: Flutter - path_provider_foundation: - :path: ".symlinks/plugins/path_provider_foundation/darwin" - sqflite_darwin: - :path: ".symlinks/plugins/sqflite_darwin/darwin" webview_flutter_wkwebview: :path: ".symlinks/plugins/webview_flutter_wkwebview/darwin" SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 - sqflite_darwin: 5a7236e3b501866c1c9befc6771dfd73ffb8702d - webview_flutter_wkwebview: 0982481e3d9c78fd5c6f62a002fcd24fc791f1e4 + webview_flutter_wkwebview: 44d4dee7d7056d5ad185d25b38404436d56c547c PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796 diff --git a/examples/mirai_gallery/pubspec.lock b/examples/mirai_gallery/pubspec.lock index 45ffc0cc..3f09c13f 100644 --- a/examples/mirai_gallery/pubspec.lock +++ b/examples/mirai_gallery/pubspec.lock @@ -438,7 +438,7 @@ packages: path: "../../packages/mirai" relative: true source: path - version: "0.7.2" + version: "0.8.0" mirai_framework: dependency: "direct overridden" description: diff --git a/packages/mirai/CHANGELOG.md b/packages/mirai/CHANGELOG.md index 070281db..08bc9730 100644 --- a/packages/mirai/CHANGELOG.md +++ b/packages/mirai/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.8.0 + +* chore] Code Refactoring :) by @divyanshub024 +* feat: Add Row and Column Spacing by @divyanshub024 +* feat: Add Mirai carousel view with example by @divyanshub024 +* feat: Add Mirai colored box parser by @divyanshub024 +* fix: Replace cache network image with the Image.network. by @divyanshub024 +* feat: Add support for the Divider widget by @bhattkrutij +* feat: added ability to override mirai parsers and action_parsers. by @khanjasir90 +* feat: Added support for mirai progress indicators by @ishanvaghani + ## 0.7.2 * update Readme diff --git a/packages/mirai/README.md b/packages/mirai/README.md index 4559cd32..6aa5efe1 100644 --- a/packages/mirai/README.md +++ b/packages/mirai/README.md @@ -6,12 +6,21 @@ [![Netlify Status](https://api.netlify.com/api/v1/badges/a376dbd3-c928-4d0f-8cfd-6a2ca2dfae5b/deploy-status)](https://app.netlify.com/sites/buildmirai/deploys) --- +# πŸš€ Mirai – Server-Driven UI Framework for Flutter -Mirai is a Server-Driven UI (SDUI) framework for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time. +[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. -Try out the [Mirai Playground](https://playground.buildmirai.dev/): A sandbox environment for experimenting with the Mirai SDUI. +Whether you’re building apps for mobile, web, or desktop, Mirai simplifies UI delivery and enhances flexibility without requiring redeployment for every design change. -Developed with πŸ’™ by [Mirai][mirai_link] +- πŸ› οΈ Build Dynamic UIs: Update your app’s UI instantly with JSON configurations. +- 🌍 Cross-Platform: Write once, render anywhere – Flutter does the rest. +- ⚑ Fast Iterations: Make changes on the server and see them live in your app. + +### 🌟 Explore Mirai in Action +- πŸ§ͺ [Try Mirai Playground](https://playground.buildmirai.dev/) – A sandbox environment for experimenting with Mirai Dynamic UI. +- πŸ“š [Read the Documentation](https://docs.buildmirai.dev/) – Get started with detailed guides and examples. + +Developed with πŸ’™ by [Mirai][mirai_website] ## Installation πŸš€ @@ -399,19 +408,18 @@ Check out the [Mirai Gallery](https://github.com/BuildMirai/mirai/tree/dev/examp ## Contributors ✨ - + Mirai Contributors ## Maintainers - [Divyanshu Bhargava][divyanshu_github] ---- [github_stars]: https://img.shields.io/github/stars/buildMirai/mirai [github_stars_link]: https://github.com/buildMirai/mirai/stargazers [license_badge]: https://img.shields.io/badge/license-MIT-blue.png [license_link]: https://opensource.org/licenses/MIT [mirai_banner]: https://github.com/buildMirai/mirai/blob/dev/assets/mirai_banner.png -[mirai_link]: https://buildmirai.dev/ [form_screen]: https://github.com/buildMirai/mirai/blob/dev/assets/form_screen_image.png [divyanshu_github]: https://github.com/divyanshub024 +[mirai_website]: https://buildmirai.dev/ \ No newline at end of file diff --git a/packages/mirai/pubspec.yaml b/packages/mirai/pubspec.yaml index 90f7c486..0822a5fe 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) framework for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time. -version: 0.7.2 +version: 0.8.0 homepage: https://github.com/buildMirai/mirai environment: