ico 0.0.1 copy "ico: ^0.0.1" to clipboard
ico: ^0.0.1 copied to clipboard

outdated

A new Flutter project.

ico #

Pub

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);
  }
}
12
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ico