Skip to content

Cododoc/Font-Awesome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://fontawesome.com/!

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

About

The iconic font and CSS toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 87.8%
  • JavaScript 12.2%