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

discontinued
outdated

The Fontisto Icon pack available as Flutter Icons. Provides over 600 (update..) additional icons to use in your apps.

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
0
pub points
69%
popularity

Publisher

unverified uploader

The Fontisto Icon pack available as Flutter Icons. Provides over 600 (update..) additional icons to use in your apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fontisto_flutter