Icons gallery repository for FreeWay app. Made with https://www.fluttericon.com/
// 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
- Go to https://www.fluttericon.com/
- Drop inside the page the config.json file that it's inside of the repo.
- Drop inside the page the new svg icons
- Download the new icons files by clicking in the Download button.
- Replace the content of
./lib/freeway_icons.dart
with the downloadedfree_way_icons_icons.dart
file. - Replace the file
./lib/fonts/FreeWayIcons.ttf
with the newFreeWayIcons.ttf
fonts file. - Replace the file
./config.json
with the newconfig.json
json file. - Commit and push