Created
August 14, 2018 10:08
-
-
Save rohan20/7671e623fd56498417691c77ce3c0de9 to your computer and use it in GitHub Desktop.
Flutter Facebook login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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