Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Flutter maps
How create card or inputtext on gogle maps? I want geolocation search and design customize on maps Thanks

Submitted July 23, 2018 at 01:38AM by Asep Dadan
via Flutter Dev https://ift.tt/2LEsKLi
GGroup: Drawing a fill polygon with drawRawPoints
Hello! I'm trying to draw fill polygons from a list of points using drawRawPoints(), but I only get the outline. For example, the following code: Paint paint = Paint(); paint.style = PaintingStyle.fill; paint.color = Color.fromRGBO(255, 0, 0, 1.0); var points = Float32List.fromList([0.0, 0.0,

Submitted July 23, 2018 at 01:38AM by Andres Colubri
via Flutter Dev https://ift.tt/2LjMI24
GGroup: wait for an action to complete and do another in dart
I have written a function that I use to sign in user with email and password. I want to push the user to two diffirent pages with a button press if the firebase user uid returns null or not.I think the problem is that by the time the page is pushed the user uid is always null. I want to wait

Submitted July 23, 2018 at 02:28AM by ABEROR NORBERT
via Flutter Dev https://ift.tt/2uWCHwu
GGroup: Refresh token implementation in flutter
I started development with flutter and stuck with this particular scenario - *TokenExpiredError* occurs while accessing certain apis on server side - Get that error on client side - Queue all requests with old accessToken(so that server is not flooded with too many refreshToken

Submitted July 23, 2018 at 08:37AM by Rajeev Mishra
via Flutter Dev https://ift.tt/2NDDJVQ
GGroup: Integrate Uber app in flutter
How to integrate Uber app in flutter?

Submitted July 23, 2018 at 02:26PM by rakesh lorentz
via Flutter Dev https://ift.tt/2Ls9Eey
GGroup: [Breaking Change] Deprecate -[FlutterDartProject initFromDefaultSourceForConfiguration]
As I mentioned in https://ift.tt/2LEENs5 , I don't think that -[FlutterDartProject initFromDefaultSourceForConfiguration] for iOS is useful anymore. Both of its code paths basically end up doing the same thing. -initFromDefaultSourceForConfiguration is fairly verbose

Submitted July 23, 2018 at 08:05PM by James Lin
via Flutter Dev https://ift.tt/2Lks5Ti
Reddit: A Custom Floating Action Button (FAB) library like clapping effect on Medium.
I just published a new @flutterio package: medium_clap_flutter.A Custom Floating Action Button (FAB) library like clapping effect on Medium.For the source, it's right here: https://github.com/iampawan/MediumClapFlutter #flutter

Submitted July 23, 2018 at 10:04PM by imthepk
via reddit https://ift.tt/2A0Xh4Q
GGroup: how to use graph api
how to use facebooks graph api with flutter?

Submitted July 24, 2018 at 12:43AM by Ali Anando
via Flutter Dev https://ift.tt/2A4zJfn
GGroup: flutter google sign in, getting id token for backend server authetication
Hi All, I am using the flutter google sign in plugin for social login with backend server(by OAuth 2). As suggested by google(https://ift.tt/1MkPZUW), I should use the verifiable ID tokens to securely get the user IDs of signed-in users on the server

Submitted July 24, 2018 at 03:47AM by Danny Hui
via Flutter Dev https://ift.tt/2Od3T2Y
GGroup: IDE error couldn't resolve
Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project. Do not run this command from the root of your git clone of Flutter. Please help , Thanks in advance

Submitted July 24, 2018 at 08:49AM by rakesh lorentz
via Flutter Dev https://ift.tt/2mBVLwa
GGroup: Display image in staggered View
I have a Grid view and selecting multiple images I need to set over Staggered View Layout where I have got colors as background but I want to set images over there . Below is method for the build box staggered view . Here I am passing an array of books as of now but I want set a place holder

Submitted July 24, 2018 at 10:22AM by rakesh lorentz
via Flutter Dev https://ift.tt/2mDyVEA
Reddit: A flutter project with Implementation of a Contacts app in 4 ways (API, Custom, Preferences, and Sqflite)
https://ift.tt/2LH4fgI

Submitted July 24, 2018 at 01:03PM by harsh_sharma_
via reddit https://ift.tt/2v2ugjp
GGroup: Inspector Error
Hi, I get an error if I try to use the inspector to select a widget. I don't understand why I get this error. My app is working and I don't see any problems. < https://lh3.googleusercontent.com/-QbWwZevrp8o/W1cV7FqGdSI/AAAAAAAACT8/-8lq2BVfSqMNpxsabr_gvU_ewhmxju3vQCLcBGAs/s1600/Screen%2BShot%2

Submitted July 24, 2018 at 02:07PM by Marc Andrew
via Flutter Dev https://ift.tt/2LG6ssz
Reddit: Preload images from assets
I tried to load two different images from assets in one screen at same time, but there was a delay of few seconds between loading first and second image. Is there a way to preload images from assets, before showing them on screen?I load images from assets with AssetImage('assets/image.png') constructor.Also I tried to load two images with Image.asset(), but the same thing happened. This delay is really annoying..

Submitted July 24, 2018 at 06:11PM by banmarkovic
via reddit https://ift.tt/2LxR0SB