You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All complaints will be reviewed and investigated promptly and fairly.
62
+
reported to the community leaders responsible for enforcement at [email protected]. All complaints will be reviewed and investigated promptly and fairly.
65
63
66
64
All community leaders are obligated to respect the privacy and security of the
Copy file name to clipboardexpand all lines: docs/docs/concepts/theming.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -60,4 +60,4 @@ class MyApp extends StatelessWidget {
60
60
}
61
61
```
62
62
63
-
For more details check out [MiraiTheme](https://github.com/Securrency-OSS/mirai/blob/dev/packages/mirai/lib/src/parsers/mirai_theme/mirai_theme.dart) class.
63
+
For more details check out [MiraiTheme](https://github.com/buildMirai/mirai/blob/dev/packages/mirai/lib/src/parsers/mirai_theme/mirai_theme.dart) class.
Copy file name to clipboardexpand all lines: packages/mirai/CHANGELOG.md
+13-13
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,19 @@
11
11
12
12
## 0.6.0
13
13
14
-
* chore: update readme by @divyanshub024 in https://github.com/Securrency-OSS/mirai/pull/210
15
-
* feat: Add Mirai Switch by @kushalmahapatro in https://github.com/Securrency-OSS/mirai/pull/207
16
-
*:bug: fix: Failed assertion 'initialValue == null || controller == null': is not true in TextFormField by @loud-at-heart in https://github.com/Securrency-OSS/mirai/pull/227
17
-
*Securrency-OSS/mirai#191 - :rocket: Added support for align widget by @loud-at-heart in https://github.com/Securrency-OSS/mirai/pull/226
18
-
* feat: Added tabAlignment in mirai tab bar by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/235
19
-
* fix: Added scroll physics export statement in utils.dart by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/236
20
-
* fix: Added support for `flex` in expanded widget by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/240
21
-
* feat: Added `PageView` widget parser in `mirai` widget parsers by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/239
22
-
* Update banner by @divyanshub024 in https://github.com/Securrency-OSS/mirai/pull/247
23
-
* feat: Use app theme colors in color property by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/246
24
-
* feat: Added support for `textScaler` in Mirai Text Parser by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/245
25
-
* feat: Add Mirai Network Widget by @divyanshub024 in https://github.com/Securrency-OSS/mirai/pull/248
26
-
* feat: Added refresh-indicator to get a fresh `listView` json from the remote URL by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/244
14
+
* chore: update readme by @divyanshub024
15
+
* feat: Add Mirai Switch by @kushalmahapatro
16
+
*:bug: fix: Failed assertion 'initialValue == null || controller == null': is not true in TextFormField by @loud-at-heart
17
+
*:rocket: Added support for align widget by @loud-at-heart
18
+
* feat: Added tabAlignment in mirai tab bar by @i-asimkhan
19
+
* fix: Added scroll physics export statement in utils.dart by @i-asimkhan
20
+
* fix: Added support for `flex` in expanded widget by @i-asimkhan
21
+
* feat: Added `PageView` widget parser in `mirai` widget parsers by @i-asimkhan
22
+
* Update banner by @divyanshub024
23
+
* feat: Use app theme colors in color property by @i-asimkhan
24
+
* feat: Added support for `textScaler` in Mirai Text Parser by @i-asimkhan
25
+
* feat: Add Mirai Network Widget by @divyanshub024
26
+
* feat: Added refresh-indicator to get a fresh `listView` json from the remote URL by @i-asimkhan
Copy file name to clipboardexpand all lines: packages/mirai/pubspec.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: mirai
2
-
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.
2
+
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.
Copy file name to clipboardexpand all lines: packages/mirai_framework/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Mirai Framework
2
2
3
-
The Mirai Framework package contains the framework files for [Mirai](https://github.com/Securrency-OSS/mirai), such as MiraiParser and MiraiActionParser. These classes provide a simple way to create custom parsers for widgets and actions in Mirai. This can be useful for extending the functionality of Mirai or for implementing custom widgets and actions.
3
+
The Mirai Framework package contains the framework files for [Mirai](https://github.com/buildMirai/mirai), such as MiraiParser and MiraiActionParser. These classes provide a simple way to create custom parsers for widgets and actions in Mirai. This can be useful for extending the functionality of Mirai or for implementing custom widgets and actions.
4
4
5
5
Here are some examples of how the Mirai Framework package can be used:
0 commit comments