Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter svg unicons

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 this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top