tickml 1.0.1 copy "tickml: ^1.0.1" to clipboard
tickml: ^1.0.1 copied to clipboard

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

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: latest

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

3
likes
130
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #dynamic-ui #scripting #markup-language #xml

Documentation

API reference

License

unknown (license)

Dependencies

flutter, hetu_script, html

More

Packages that depend on tickml