Skip to content

freewaymx/freeway_icons

Repository files navigation

freeway_icons

Icons gallery repository for FreeWay app. Made with https://www.fluttericon.com/

freewaymx

Usage

// FILE: some_widget.dart
import 'package:freeway_icons/freeway_icons.dart'

....
// Replace with your custom icons name
// FILE: some_widget.dart
Icon(FreeWayIcons.home)
# FILE: pubspec.yaml

fonts:
  - family: FreeWayIcons
    fonts:
      - asset: packages/freeway_icons/fonts/FreeWayIcons.ttf

Contribution guide

  1. Go to https://www.fluttericon.com/
  2. Drop inside the page the config.json file that it's inside of the repo.
  3. Drop inside the page the new svg icons
  4. Download the new icons files by clicking in the Download button.
  5. Replace the content of ./lib/freeway_icons.dart with the downloaded free_way_icons_icons.dart file.
  6. Replace the file ./lib/fonts/FreeWayIcons.ttf with the new FreeWayIcons.ttf fonts file.
  7. Replace the file ./config.json with the new config.json json file.
  8. Commit and push

About

Icons gallery repository for FreeWay app. Made with https://www.fluttericon.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages