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

outdated

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

Usage #

import 'package:flutter_unicons/flutter_unicons.dart';

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

Licence #

flutter_unicons licensed under MIT.

Unicons licensed under Apache 2.0

26
likes
0
pub points
49%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on flutter_unicons