Skip to content

oboard/TickML

Repository files navigation

TickML

TickML is a markup language for flutter and scripts powered by Hetu Script.

GitHub Stars Pub Version

Counter Sample Screenshot

Usage

Install

Add the following to your pubspec.yaml file:

dependencies: tickml: ^1.0.1

Minimal Example

import 'package:flutter/material.dart'; import 'package:tickml/tickml.dart'; void main() { runApp(const TickMLApp()); } class TickMLApp extends StatelessWidget { const TickMLApp({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return const MaterialApp( home: Scaffold( body: Center( child: TickML( '<text>Hello, World!</text>' ), ), ), ); } }

Contributers

Github Contributors

About

TickML is a markup language for flutter and scripts powered by Hetu Script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published