Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE] Update Mirai parser mason files #294

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:mirai/src/widgets/framework.dart';
import 'package:mirai/mirai.dart';

class Mirai{{#pascalCase}}{{name}}{{/pascalCase}}Parser extends MiraiParser<Mirai{{#pascalCase}}{{name}}{{/pascalCase}}> {
@override
Expand Down
19 changes: 19 additions & 0 deletions bricks/mirai_parser/brick.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: mirai_parser
description: A new Mirai Parser

# The following defines the version and build number for your brick.
# A version number is three numbers separated by dots, like 1.2.34
# followed by an optional build number (separated by a +).
version: 0.1.0+1

# The following defines the environment for the current brick.
# It includes the version of mason that the brick requires.
environment:
mason: ">=0.1.0-dev.40 <0.1.0"

vars:
name:
type: string
description: Mirai Parser name
default: Dash
prompt: What is the Mirai Parser name?
28 changes: 0 additions & 28 deletions bricks/mirai_widget/brick.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions mason.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bricks:
mirai_parser:
path: bricks/mirai_parser
Loading