remote icon loader for flutter
More...
RemoteIconData as factory or as IconData
IconData
// from Icon(RemoteIconData.fromUri("~").icon); // to Icon(RemoteIconData.fromUri("~")); // from RemoteIcon(icon: RemoteIconData.fromUri("~").icon); // to RemoteIcon.fromUri("~");
grida.co
HomepageRepository (GitHub)View/report issues
MIT (license)
flutter
Packages that depend on flutter_remote_icon
Back