flutter_remote_icon 0.0.3+6 icon indicating copy to clipboard operation
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
30
pub points
30%
popularity

Publisher

verified publisher icongrida.co

remote icon loader for flutter

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_remote_icon