Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.68 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.68 KB

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