gmana 0.1.1 copy "gmana: ^0.1.1" to clipboard
gmana: ^0.1.1 copied to clipboard

GMana project for flutter widgets and other utilities for convenient develop and consistency.

gmana #

GMana project for flutter widgets and other utilities for convenient develop and consistency.

Installation #

flutter pub add gmana

Usage #

import 'package:gmana/gmana.dart';

void main() {
  print('Grapheme clusters have varying length in the underlying representation'.toSentenceCase());
  print('Grapheme clusters have varying length in the underlying representation'.toTitleCase());
  print('12.9'.toDouble);
  print('1'.toInt);
  print(
    [
      [1, 2, 3],
      [4, 5, 6],
      [7, 8, 9],
    ].flatten().toString(),
  );
  print([1, 2, 3].sum().toString());
}
2
likes
160
points
56
downloads

Publisher

verified publishergmana.co

Weekly Downloads

GMana project for flutter widgets and other utilities for convenient develop and consistency.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on gmana