mobile/packages/ente_icons/README.md
Custom icon font package for Ente apps (Photos, Auth, Locker).
Add the dependency to your pubspec.yaml:
dependencies:
ente_icons:
path: ../../packages/ente_icons
Import and use:
import 'package:ente_icons/ente_icons.dart';
Icon(EnteIcons.favoriteStroke)
Icon(EnteIcons.favoriteFilled, color: Colors.red)
config.json from this package to restore existing iconsfonts/EnteIcons.ttf with the new font fileconfig.json with the new one from the downloadlib/src/ente_icons.dart:
IconData constants using camelCase naming0xe802) from the generated Dart file_kFontPkg = 'ente_icons' (FlutterIcon generates null, but the package name is required for cross-package font loading)flutter analyze in this package to verify