Skip to content

Instantly share code, notes, and snippets.

@rohan20
Created August 14, 2018 10:08
Show Gist options
  • Save rohan20/7671e623fd56498417691c77ce3c0de9 to your computer and use it in GitHub Desktop.
Save rohan20/7671e623fd56498417691c77ce3c0de9 to your computer and use it in GitHub Desktop.
Flutter Facebook login
Container(
height: 200.0,
width: 200.0,
decoration: BoxDecoration(
shape: BoxShape.circle,
image: DecorationImage(
fit: BoxFit.fill,
image: NetworkImage(
profileData['picture']['data']['url'],
),
),
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment