This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
import 'package:font_awesome_flutter/font_awesome_flutter.dart'; | |
// to generate this, locate font_awesome_flutter.dart in console, and then: | |
// awk ' | |
// /IconData/ && !skip { print } | |
// { skip = /Deprecated/ } | |
// ' font_awesome_flutter.dart | rg -o 'static const IconData ([^ ]+)' -r ' "$1": FontAwesomeIcons.$1,' | nocolor > /tmp/fa.txt | |
/// Icon data map for FontAwesome |