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
import 'package:octicons_icon/octicons.dart';
Icon(Octicons.person),
MIT