font_awesome 4.7.0+1 copy "font_awesome: ^4.7.0+1" to clipboard
font_awesome: ^4.7.0+1 copied to clipboard

outdated

The iconic font and CSS framework

Font Awesome v4.7.0 #

This library contains a dart package useful to develop web-applications using fontawesome icons

The iconic font and CSS framework #

Font Awesome is a full suite of 675 pictographic icons for easy scalable vector graphics on websites, created and maintained by Dave Gandy. Stay up to date with the latest release and announcements on Twitter: @fontawesome.

Get started at http://fontawesome.io!

Usage #

add font_awesome dependency to your pubspec.yaml

dependencies:
...
  font_awesome: any
...

Then run pub get and finally import it to your index.html doing:

<link rel="stylesheet" href="packages/font_awesome/css/font-awesome.min.css">

License #

Changelog #

Contributing #

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Versioning #

Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes, changes to brand logos, and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org.

Author #

Dart Package Maintainer #

25
likes
0
pub points
86%
popularity

Publisher

unverified uploader

The iconic font and CSS framework

Repository (GitHub)
View/report issues
Contributing

License

unknown (LICENSE)

More

Packages that depend on font_awesome