Skip to content

Commit

Permalink
remove MiraiVisibility Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAbd0 committed Jan 19, 2025
1 parent 802baad commit 567c2d5
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 515 deletions.
33 changes: 0 additions & 33 deletions examples/mirai_gallery/assets/json/home_screen.json
Original file line number Diff line number Diff line change
Expand Up @@ -1729,39 +1729,6 @@
}
},

{
"type": "listTile",
"leading": {
"type": "icon",
"iconType": "material",
"icon": "visibility"
},

"title": {
"type": "text",
"data": "Mirai Visibility",
"style": {
"fontSize": 21
}
},
"subtitle": {
"type": "text",
"data": "A Material Design Mirai Visibility widget",
"style": {
"fontSize": 12
}
},
"isThreeLine": true,
"onTap": {
"actionType": "navigate",
"navigationStyle": "push",
"widgetJson": {
"type": "exampleScreen",
"assetPath": "assets/json/visibility_example.json"
}
}
},


{
"type": "sizedBox",
Expand Down
46 changes: 0 additions & 46 deletions examples/mirai_gallery/assets/json/visibility_example.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/mirai/lib/src/framework/mirai.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class Mirai {
const MiraiAspectRatioParser(),
const MiraiFittedBoxParser(),
const MiraiLimitedBoxParser(),
const MiraiVisibilityParser()
];

static final _actionParsers = <MiraiActionParser>[
Expand Down

This file was deleted.

Loading

0 comments on commit 567c2d5

Please sign in to comment.