flutter_octicons 0.3.0 copy "flutter_octicons: ^0.3.0" to clipboard
flutter_octicons: ^0.3.0 copied to clipboard

Easily integrate GitHub's Octicons in your own Flutter project.

flutter_octicons #

Use the Octicon icons developed by GitHub and released under the MIT license in Flutter.

flutter_octicons automatically updates itself every night to always stay up to date with the upstream Octicons project.

Usage #

import 'package:flutter_octicons/flutter_octicons.dart';

Icon(Octicons.telescope_fill_24);

Octicons list #

For a full list of all octicons see here

Rolling updates #

The motivation for me to create this package was that octicons_icon has not been updated in a long time.

This library automatically avoids becoming stale by rolling in the newest icons changes from the upstream Octicons repository every night.

To comply with the versioning imposed by dart, the minor version always increases by 1 for each update (major.MINOR.patch). You can either specify any as your version constraint to always live at head or remember to update the version once new icons become available.

Credits #

This package (especially the automation) would not be possible without these awesome projects:

License #

BSD 3-Clause “New” or “Revised” License

4
likes
0
pub points
80%
popularity

Publisher

verified publisherrubinraithel.de

Easily integrate GitHub's Octicons in your own Flutter project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_octicons