Skip to content

Commit ea7bb11

Browse files
Merge pull request #2 from BuildMirai/dv/package-update
chore: package update
2 parents d9d6720 + 6590747 commit ea7bb11

File tree

21 files changed

+57
-60
lines changed

21 files changed

+57
-60
lines changed

CODE_OF_CONDUCT.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at
63-
64-
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.
6563

6664
All community leaders are obligated to respect the privacy and security of the
6765
reporter of any incident.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Securrency
3+
Copyright (c) 2024 Mirai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bricks/mirai_parser/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Securrency
3+
Copyright (c) 2024 Mirai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bricks/mirai_parser/brick.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mirai_parser
22
description: A new Mirai Parser
3-
repository: https://github.com/Securrency-OSS/mirai/
3+
repository: https://github.com/buildMirai/mirai/
44
# The following defines the version and build number for your brick.
55
# A version number is three numbers separated by dots, like 1.2.34
66
# followed by an optional build number (separated by a +).

docs/docs/concepts/theming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ class MyApp extends StatelessWidget {
6060
}
6161
```
6262

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.

examples/mirai_gallery/assets/json/refresh_indicator_example.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"type": "refreshIndicator",
55
"onRefresh": {
66
"actionType": "request",
7-
"url": "https://raw.githubusercontent.com/Securrency-OSS/mirai/main/examples/mirai_gallery/assets/json/list_view_example.json",
7+
"url": "https://raw.githubusercontent.com/buildMirai/mirai/main/examples/mirai_gallery/assets/json/list_view_example.json",
88
"method": "get",
99
"contentType": "application/json"
1010
},
1111
"child": {
1212
"type": "networkWidget",
1313
"request": {
14-
"url": "https://raw.githubusercontent.com/Securrency-OSS/mirai/main/examples/mirai_gallery/assets/json/list_view_example.json",
14+
"url": "https://raw.githubusercontent.com/buildMirai/mirai/main/examples/mirai_gallery/assets/json/list_view_example.json",
1515
"method": "get"
1616
}
1717
}

examples/mirai_gallery/assets/json/web_view_example.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"body": {
1111
"type": "webView",
12-
"url": "https://github.com/Securrency-OSS/mirai"
12+
"url": "https://github.com/buildMirai/mirai"
1313
}
1414
}

examples/mirai_gallery/pubspec.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ packages:
173173
dependency: transitive
174174
description:
175175
name: collection
176-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
176+
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
177177
url: "https://pub.dev"
178178
source: hosted
179-
version: "1.18.0"
179+
version: "1.19.0"
180180
convert:
181181
dependency: transitive
182182
description:
@@ -383,18 +383,18 @@ packages:
383383
dependency: transitive
384384
description:
385385
name: leak_tracker
386-
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
386+
sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06"
387387
url: "https://pub.dev"
388388
source: hosted
389-
version: "10.0.5"
389+
version: "10.0.7"
390390
leak_tracker_flutter_testing:
391391
dependency: transitive
392392
description:
393393
name: leak_tracker_flutter_testing
394-
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
394+
sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379"
395395
url: "https://pub.dev"
396396
source: hosted
397-
version: "3.0.5"
397+
version: "3.0.8"
398398
leak_tracker_testing:
399399
dependency: transitive
400400
description:
@@ -636,7 +636,7 @@ packages:
636636
dependency: transitive
637637
description: flutter
638638
source: sdk
639-
version: "0.0.99"
639+
version: "0.0.0"
640640
source_gen:
641641
dependency: transitive
642642
description:
@@ -689,10 +689,10 @@ packages:
689689
dependency: transitive
690690
description:
691691
name: stack_trace
692-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
692+
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
693693
url: "https://pub.dev"
694694
source: hosted
695-
version: "1.11.1"
695+
version: "1.12.0"
696696
stream_channel:
697697
dependency: transitive
698698
description:
@@ -713,10 +713,10 @@ packages:
713713
dependency: transitive
714714
description:
715715
name: string_scanner
716-
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
716+
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
717717
url: "https://pub.dev"
718718
source: hosted
719-
version: "1.2.0"
719+
version: "1.3.0"
720720
synchronized:
721721
dependency: transitive
722722
description:
@@ -737,10 +737,10 @@ packages:
737737
dependency: transitive
738738
description:
739739
name: test_api
740-
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
740+
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
741741
url: "https://pub.dev"
742742
source: hosted
743-
version: "0.7.2"
743+
version: "0.7.3"
744744
timing:
745745
dependency: transitive
746746
description:
@@ -777,10 +777,10 @@ packages:
777777
dependency: transitive
778778
description:
779779
name: vm_service
780-
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
780+
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
781781
url: "https://pub.dev"
782782
source: hosted
783-
version: "14.2.5"
783+
version: "14.3.0"
784784
watcher:
785785
dependency: transitive
786786
description:
@@ -862,5 +862,5 @@ packages:
862862
source: hosted
863863
version: "3.1.2"
864864
sdks:
865-
dart: ">=3.3.0 <4.0.0"
865+
dart: ">=3.4.0 <4.0.0"
866866
flutter: ">=3.18.0-18.0.pre.54"

packages/mirai/CHANGELOG.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111

1212
## 0.6.0
1313

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
2727

2828
## 0.5.1
2929

packages/mirai/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Securrency
3+
Copyright (c) 2024 Mirai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/mirai/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
---
77

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

10-
Developed with 💙 by [Securrency][securrency_link]
10+
Developed with 💙 by [Mirai][mirai_link]
1111

1212
## Installation 🚀
1313

@@ -390,12 +390,12 @@ That's it with just few lines of code your SDUI app is up and running.
390390

391391
### More examples
392392

393-
Check out the [Mirai Gallery](https://github.com/Securrency-OSS/mirai/tree/main/examples/mirai_gallery) app for more such examples.
393+
Check out the [Mirai Gallery](https://github.com/buildMirai/mirai/tree/main/examples/mirai_gallery) app for more such examples.
394394

395395
## Contributors ✨
396396

397-
<a href="https://github.com/Securrency-OSS/mirai/graphs/contributors">
398-
<img src="https://contrib.rocks/image?repo=Securrency-OSS/mirai" />
397+
<a href="https://github.com/buildMirai/mirai/graphs/contributors">
398+
<img src="https://contrib.rocks/image?repo=buildMirai/mirai" />
399399
</a>
400400

401401
## Maintainers
@@ -408,9 +408,9 @@ Check out the [Mirai Gallery](https://github.com/Securrency-OSS/mirai/tree/main/
408408

409409
[license_badge]: https://img.shields.io/badge/license-MIT-blue.png
410410
[license_link]: https://opensource.org/licenses/MIT
411-
[mirai_banner]: https://github.com/Securrency-OSS/mirai/blob/main/assets/mirai_banner.png
412-
[securrency_link]: https://securrency.com
413-
[form_screen]: https://github.com/Securrency-OSS/mirai/blob/main/assets/form_screen_image.png
411+
[mirai_banner]: https://github.com/buildMirai/mirai/blob/dev/assets/mirai_banner.png
412+
[mirai_link]: https://buildmirai.dev/
413+
[form_screen]: https://github.com/buildMirai/mirai/blob/dev/assets/form_screen_image.png
414414
[divyanshu_github]: https://github.com/divyanshub024
415415
[aasim_github]: https://github.com/i-asimkhan
416416
[rahul_linkedIn]: https://www.linkedin.com/in/rahul--bisht/

packages/mirai/example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ That's it with just few lines of code your SDUI app is up and running.
308308

309309
### More examples
310310

311-
Check out the [Mirai Gallery](https://github.com/Securrency-OSS/mirai/tree/main/examples/mirai_gallery) app for more such examples.
311+
Check out the [Mirai Gallery](https://github.com/buildMirai/mirai/tree/main/examples/mirai_gallery) app for more such examples.
312312

313313

314-
[form_screen]: https://github.com/Securrency-OSS/mirai/blob/main/assets/form_screen_image.png
314+
[form_screen]: https://github.com/buildMirai/mirai/blob/main/assets/form_screen_image.png
315315

packages/mirai/lib/src/parsers/mirai_table_cell/mirai_table_cell_parser.dart

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import 'package:flutter/material.dart';
22
import 'package:mirai/mirai.dart';
3-
import 'package:mirai/src/parsers/mirai_table_cell/mirai_table_cell.dart';
43
import 'package:mirai/src/utils/widget_type.dart';
54

65
class MiraiTableCellParser extends MiraiParser<MiraiTableCell> {

packages/mirai/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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.
33
version: 0.7.0
4-
homepage: https://github.com/Securrency-OSS/mirai.git
4+
homepage: https://github.com/buildMirai/mirai.git
55

66
environment:
77
sdk: ">=3.0.0 <4.0.0"

packages/mirai_framework/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Securrency
3+
Copyright (c) 2024 Mirai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/mirai_framework/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mirai Framework
22

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.
44

55
Here are some examples of how the Mirai Framework package can be used:
66

packages/mirai_framework/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mirai_framework
22
description: A local package containing Mirai framework files
33
version: 0.0.2
4-
homepage: https://github.com/Securrency-OSS/mirai
4+
homepage: https://github.com/buildMirai/mirai
55

66
environment:
77
sdk: '>=3.1.0 <4.0.0'

packages/mirai_webview/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Securrency
3+
Copyright (c) 2024 Mirai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/mirai_webview/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ void main() async {
3030
```JSON
3131
{
3232
"type": "webView",
33-
"url": "https://github.com/Securrency-OSS/mirai"
33+
"url": "https://github.com/buildMirai/mirai"
3434
}
3535
```

packages/mirai_webview/example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ void main() async {
2626
```JSON
2727
{
2828
"type": "webView",
29-
"url": "https://github.com/Securrency-OSS/mirai"
29+
"url": "https://github.com/buildMirai/mirai"
3030
}
3131
```

packages/mirai_webview/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mirai_webview
22
description: A WebView Parser for Mirai. A wrapper of `webview_flutter` package for Mirai.
33
version: 0.0.2
4-
homepage: https://github.com/Securrency-OSS/mirai/tree/main/packages/mirai_webview
4+
homepage: https://github.com/buildMirai/mirai/tree/main/packages/mirai_webview
55

66
environment:
77
sdk: '>=3.1.0 <4.0.0'

0 commit comments

Comments
 (0)