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

discontinued
outdated

A package provide variety icon of Fontisto

fontisto_flutter #

The Fontisto Icon pack available as set of Flutter Icons.

Based on Fontisto 3.0.4. Includes all free icons

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
  fontisto_flutter: <latest_version>

Usage #

import 'package:fontisto_flutter/fontisto_flutter.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
      // Use the Icon Widget + Fontisto Icons class for the IconData
      icon: Icon(Istos.laptop), 
      onPressed: () { print("Pressed"); }
     );
  }
}

Example #

View the Flutter app in the example directory to see all the available FontistoIcon.

dependencies:
  fontisto_flutter: '>= 0.0.1'
  ...
  

## Contributors

  - Hoàng Công Minh
37
likes
30
pub points
69%
popularity

Publisher

unverified uploader

A package provide variety icon of Fontisto

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fontisto_flutter