krill_to_lotin 0.0.5 copy "krill_to_lotin: ^0.0.5" to clipboard
krill_to_lotin: ^0.0.5 copied to clipboard

Simple krill to latin package

import 'package:krill_to_lotin/krill_to_lotin.dart';

Usage #

install the package into your program and then use the package as described in the documentation

class KrillToLatin extends StatefulWidget {
  @override
  State<KrillToLatin> createState() => _KrillToLatinState();
}

class _KrillToLatinState extends State<KrillToLatin> {
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Center(
        child: Text(Translit().convertKrillToLatin(String),),
      ),
    );
  }
}
2
likes
120
points
62
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Simple krill to latin package

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on krill_to_lotin