profile_picture

Creator: coderz1093

Last updated:

0 purchases

profile_picture Image
profile_picture Images
Add to Cart

Description:

profile picture

This Package is capable of helping developers who needs a profile picture in their app from sketching this feature.
Features #
Profile Picture Helper with the pick image button
Getting started #
Just import the package and enjoy relaxing from sketching the profile picture ui
Usage #
class _MyApplicationState extends State<MyApplication> {
@override
Widget build(BuildContext context) {
return Scaffold(
body: ProfilePicture(
newImagePath: ((value) {
//get the image path for any reason from the value
log(value);
}),
iconColor: Colors.green,
defaultImage:
"https://images.unsplash.com/photo-1544005313-94ddf0286df2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8cGVyc29ufGVufDB8fDB8fA%3D%3D&w=1000&q=80"));
}
}
copied to clipboard
Additional information #
No info extra

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.