Pixel-perfect svg unicons for Flutter

  packages, Packages, SVG

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 using google drive or get the apks here .

Installation

Add dependency to your pubspec.yaml

dependencies:
  flutter_unicons: 0.0.1

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)
        ]
      )
    );
  }
}

Download svg unicons source code on GitHub

https://github.com/charles9904/flutter_unicons