fluttermoji 0.2.3 copy "fluttermoji: ^0.2.3" to clipboard
fluttermoji: ^0.2.3 copied to clipboard

A light-weight and highly customizable SVG graphic set for Flutter which generates avatars and provides a Customizer Widget, personalized CircleAvatar and other utility functions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluttermoji

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fluttermoji: ^0.2.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fluttermoji/fluttermoji.dart';
259
likes
120
pub points
90%
popularity

Publisher

unverified uploader

A light-weight and highly customizable SVG graphic set for Flutter which generates avatars and provides a Customizer Widget, personalized CircleAvatar and other utility functions.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_svg, get, shared_preferences

More

Packages that depend on fluttermoji