- Add dependency, open the root directory
pubspec.yaml
File independencies:
Add the following code below
octicons_icon: #latest
- Installation dependencies (please ignore if it has been installed automatically)
cd Project directory
flutter packages get
- Introduce the library in the page
import 'package:octicons_icon/octicons.dart';
Icon(Octicons.person),
- Flutter Icon [https://www.fluttericon.com]
- Octicons[https://github.com/primer/octicons]
MIT