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.

Libraries

flutter_unicons