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

1000+ Pixel-perfect svg unicons for your next flutter project.

flutter_unicons #

logo of flutter_unicons repository

1000+ Pixel-perfect svg unicons for your next flutter project ispired by Unicons and vue-unicons

Demo #

Download the gallery app here .

Installation #

Add dependency to your pubspec.yaml

dependencies:
  flutter_unicons: #version (current is 0.0.5)

Usage #

import 'package:flutter_unicons/flutter_unicons.dart';

class Demo extends StatelessWidget{
  @override
  Widget build(BuildContext context) {
    return SafeArea(
      child: Column(
        children: [
          Unicon(Unicons.uniLayerGroup),
          Unicon(Unicons.uniCommentAlt)
        ]
      )
    );
  }
}

Licence #

flutter_unicons licensed under MIT.

26
likes
100
pub points
49%
popularity

Publisher

unverified uploader

1000+ Pixel-perfect svg unicons for your next flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on flutter_unicons