jpl_ionicons_named 1.3.2+6 copy "jpl_ionicons_named: ^1.3.2+6" to clipboard
jpl_ionicons_named: ^1.3.2+6 copied to clipboard

A mapping library that maps the Stringified ionic icon name to the actual ionicon `IconData`.

🛡️ Fork — Jeff Peiffer Legacy (jpl_) #

Este paquete (jpl_ionicons_named) es un fork de ionicons_named, originalmente creado por Jeff Peiffer y archivado (read-only) junto con toda la org peiffer-innovations.

El prefijo jpl_ significa Jeff Peiffer Legacy: mantenemos vivo el legado de estos paquetes, bumpeados a las últimas versiones de Dart/Flutter, en el monorepo jpl.

Licencia original conservada. El crédito del diseño y la implementación original es de Jeff Peiffer.

I'm done

ionicons_named #

Table of Contents

Table of Contents #

Live Example #

Introduction #

Library that builds and provides auto-generated string to icon mapping for all ionicons based from the stable branch for Flutter using the ionicons flutter package

Please note, if you include this library then Flutter will give you errors stating that it cannot tree shake icons when building for Android and iOS. You must add the --no-tree-shake-icons flag to your builds. For example:

flutter build apk --release --no-tree-shake-icons

Usage #

import 'package:ionicons_named/ionicons_named.dart';

...

Icon(ionicons['boat_outline']),

...

0
likes
80
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A mapping library that maps the Stringified ionic icon name to the actual ionicon `IconData`.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, ionicons

More

Packages that depend on jpl_ionicons_named