mongol 0.2.0 copy "mongol: ^0.2.0" to clipboard
mongol: ^0.2.0 copied to clipboard

outdated

This package provides Flutter widgets to display vertical Mongolian.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:mongol/mongol_text.dart';

void main() => runApp(DemoApp());

class DemoApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'mongol',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: Scaffold(
        appBar: AppBar(title: Text('mongol Library Demo')),
        body: Center(
          child: Container(
            color: Colors.blue,
            child: MongolText('ᠮᠣᠩᠭᠣᠯ'),
          ),
        ),
      ),
    );
  }
}
56
likes
0
pub points
81%
popularity

Publisher

verified publishersuragch.dev

This package provides Flutter widgets to display vertical Mongolian.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mongol