profile_picture 1.0.1 copy "profile_picture: ^1.0.1" to clipboard
profile_picture: ^1.0.1 copied to clipboard

Profile picture implementation

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

5
likes
120
points
6
downloads

Publisher

verified publisherhatefmall.com

Weekly Downloads

Profile picture implementation

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on profile_picture