profile_view 0.0.1 copy "profile_view: ^0.0.1" to clipboard
profile_view: ^0.0.1 copied to clipboard

outdated

Open Profile Images in instagram like Styles.

profile_view #

ProfileView is a Flutter package to open profile pictures in instagram style.

[]

Getting started #

Just Wrap your CircleAvtar Widget with ProfileView.

Usage #

const ProfileView(  
  child: CircleAvatar(  
    radius: 100,  
    backgroundImage: NetworkImage(  
      "https://img.freepik.com/free-photo/assortment-pieces-cake_114579-28235.jpg",  
    ),  
  ),  
),

Example Usage

See Example Code for more info.

Contributing #

Every pull request is welcome.

16
likes
0
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

Open Profile Images in instagram like Styles.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on profile_view