profile_view 0.0.1
profile_view: ^0.0.1 copied to clipboard
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.