Skip to content

dhaval15/flurine_scene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

A simple usage example:

import 'package:flurine_scene/flurine_scene.dart';

const SAMPLE = '''
  Container {
    height = 28,
    width = 28,
    child = Text {
    text = "Hello"
  }
}
''';

void main() {
  final output = SceneParser().parse(SAMPLE).value;
  print(output);
}

About

Rendering Engine for flurine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages