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

A Dart package to help you to translate an integer to a string in Malagasy language.

example/example.dart

import 'package:hisa/hisa.dart';

void main() {

    // You can call the method by toString method
   var p = Hisa(5); 
   print(p.toString()); // dimy <String >

    // You can call the method by the name of the method
   print(Hisa(5555)); // dimy amby dimampolo sy dimanjato sy dimy arivo <Hisa>

   // The parmater must be an integer and < 1000000000000
   print(Hisa(1000000000000000)); // throw a format exception
}
2
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A Dart package to help you to translate an integer to a string in Malagasy language.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

More

Packages that depend on hisa