Skip to content

Commit

Permalink
Merge pull request #12 from BuildMirai/dv/update-readme
Browse files Browse the repository at this point in the history
chore: Update readme
  • Loading branch information
divyanshub024 authored Dec 29, 2024
2 parents d739bd8 + fd8742d commit daa1ac5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/mirai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

[![pub package](https://img.shields.io/pub/v/mirai.svg)](https://pub.dev/packages/mirai)
[![License: MIT][license_badge]][license_link]
[![GitHub Stars](https://img.shields.io/github/stars/buildMirai/mirai)](https://github.com/buildMirai/mirai/stargazers)

---

Mirai is a Server-Driven UI (SDUI) framework for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time.

Try out the [Mirai Playground](https://playground.buildmirai.dev/): A sandbox environment for experimenting with the Mirai SDUI.

Developed with 💙 by [Mirai][mirai_link]

## Installation 🚀
Expand Down Expand Up @@ -401,16 +404,13 @@ Check out the [Mirai Gallery](https://github.com/buildMirai/mirai/tree/main/exam
## Maintainers

- [Divyanshu Bhargava][divyanshu_github]
- [Rahul Bisht][rahul_linkedIn]
- [Aasim Khan][aasim_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
[aasim_github]: https://github.com/i-asimkhan
[rahul_linkedIn]: https://www.linkedin.com/in/rahul--bisht/
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import 'package:flutter/cupertino.dart';
import 'package:mirai/mirai.dart';
import 'package:mirai/src/framework/framework.dart';
import 'package:mirai/src/parsers/mirai_colored_box/mirai_colored_box.dart';
import 'package:mirai/src/utils/color_utils.dart';
import 'package:mirai/src/utils/widget_type.dart';
import 'package:mirai_framework/mirai_framework.dart';

class MiraiColoredBoxParser extends MiraiParser<MiraiColoredBox> {
const MiraiColoredBoxParser();
Expand Down

0 comments on commit daa1ac5

Please sign in to comment.