0 purchases
blockies ethereum
Blockies generate UI for dapp based on ethereum address mainly or any other data
Features #
generate Blockies based on ethereum address or any data
Getting started #
flutter pub add blockies_ethereum
Usage #
final userAddress = '0x3064c83F8b28193d9B6E7c0717754163DDF3C70b';
// note use to lowercase to generate metamask kind of addresses
Blockies(size: .5,data: userAddress.toLowerCase()); // as a widget
copied to clipboard
Additional information #
You could find more information Davyking
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.