ko-htut / octicons_icon

Octicons for Flutter
https://pub.dev/packages/octicons_icon
MIT License
5 stars 1 forks source link
dart flutter icons octicons

Octicons

Octicons cover

Install & Set up

  1. Add dependency, open the root directory pubspec.yamlFile independencies:Add the following code below

    octicons_icon: #latest
  2. Installation dependencies (please ignore if it has been installed automatically)

 cd Project directory
 flutter packages get
  1. Introduce the library in the page
import 'package:octicons_icon/octicons.dart';

Usage

Icon(Octicons.person),

Credit

MIT