flutter_remote_icon 0.0.3+6 copy "flutter_remote_icon: ^0.0.3+6" to clipboard
flutter_remote_icon: ^0.0.3+6 copied to clipboard

remote icon loader for flutter

0.0.1 Initial release #

0.1.0 (in development) #

RemoteIconData as factory or as IconData

// from 
Icon(RemoteIconData.fromUri("~").icon);
// to 
Icon(RemoteIconData.fromUri("~"));


// from
RemoteIcon(icon: RemoteIconData.fromUri("~").icon);

// to 
RemoteIcon.fromUri("~");
5
likes
25
points
8
downloads

Publisher

verified publishergrida.co

Weekly Downloads

remote icon loader for flutter

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_remote_icon