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"));
}
}
Additional information
No info extra