ico 0.0.1
ico: ^0.0.1 copied to clipboard
A new Flutter project.
ico #
Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
dependencies:
ico: <latest_version>
Usage #
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
class MyWidget extends StatelessWidget {
// Use the Default Icon Widget + Ico class for the IconData
Widget build(BuildContext context) {
return Icon(Ico.processor_outline);
}
}