zema_text 0.0.1 copy "zema_text: ^0.0.1" to clipboard
zema_text: ^0.0.1 copied to clipboard

A Flutter widget package that parses raw Ge'ez text and renders it alongside traditional Yaredawi Zema musical notation (Yefidel Qirts and Melekket markers).

example/lib/main.dart

import 'package:flutter/material.dart';

import 'src/playground.dart';

void main() => runApp(const ZemaTextExampleApp());

class ZemaTextExampleApp extends StatelessWidget {
  const ZemaTextExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'zema_text example',
      home: const ZemaTextPlayground(),
    );
  }
}
3
likes
160
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter widget package that parses raw Ge'ez text and renders it alongside traditional Yaredawi Zema musical notation (Yefidel Qirts and Melekket markers).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on zema_text