1000+ Pixel-perfect Svg unicons with Flutter

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

Licence

Vue Unicons licensed under MIT.

Download Details:

Author: charles9904

Source Code: https://github.com/charles9904/flutter_unicons

#flutter #dart #mobile-apps

1000+ Pixel-perfect Svg unicons with Flutter
4.30 GEEK