open_iconic_flutter

Last updated:

0 purchases

open_iconic_flutter Image
open_iconic_flutter Images
Add to Cart

Description:

open iconic flutter

open_iconic_flutter #
The Open Iconic icon pack available as set of Flutter Icons.
Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
open_iconic_flutter: 0.1.0
copied to clipboard
Usage #
import 'package:open_iconic_flutter/open_iconic_flutter.dart';

class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return new IconButton(
// Use the FontAwesomeIcons class for the IconData
icon: new Icon(OpenIconicIcons.fork),
onPressed: () { print("Pressed"); }
);
}
}
copied to clipboard
Example #
View the Flutter app in the example directory to see all the available OpenIconicIcons.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.