Skip to content

Instantly share code, notes, and snippets.

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