Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Receive notification even if the app is closed/in background
I want to make my app receive notification  even if the app is closed/in background  the back-end is using signalr 
so is there a plugin or something can help me in that 

March 31, 2019 at 12:39PM by sherifhasan
https://ift.tt/2uAjlgP
New post on /r/flutterdev subreddit:

GitHub - iampawan/PKSkeleton: A Facebook & Twitter Like Card Loading Shimmer Skeleton Library.
https://ift.tt/2Oy04Wy

March 31, 2019 at 12:30PM by imthepk
https://ift.tt/2I0F4GN
New post on Flutter Dev Google group:

Missing Parameter type for ('e')
Hey , I really don't understand what happen with dart , it's keep showing me this error .. here the code : Company _$CompanyFromJson(Map json) { return Company( id: json['id'] as int, name: json['name'] as String, logo: json['logo'] as String,

March 31, 2019 at 01:17PM by AbdAlwahab Hurbly
https://ift.tt/2YE2tUd
New post on /r/flutterdev subreddit:

FlutterForce — Week 20
https://ift.tt/2FLTwB0

March 31, 2019 at 04:01PM by flutterist
https://ift.tt/2OFjfhq
New post on Flutter Dev Google group:

Remove overlay on navigator push not working
I have an overlay image which I need to remove on GestureDetector tap, I called overlayEntry.remove() but it doesn't work outside of the method. details here https://ift.tt/2FMSpRu

March 31, 2019 at 04:42PM by Dshah H
https://ift.tt/2OyxGDX
New post on /r/flutterdev subreddit:

webview_flutter vs flutter_webview_plugin
Has anyone compared these two packages? The webview_flutter instance was developed by the Flutter Team, and the flutter_webview_plugin instance was developed by the Flutter Community.

March 31, 2019 at 06:18PM by slj3458
https://ift.tt/2CMAg4u
New post on /r/flutterdev subreddit:

Listen to location permissions
Hi all,I want to listen to permission events real time even if the user manually revokes location permission. I want to detect it when my app is in view again.I am a beginner and any advice here is really appreciated.

March 31, 2019 at 06:16PM by _suspicious_alpaca
https://ift.tt/2V49HP7
New post on /r/flutterdev subreddit:

BLoC pattern how to access credentials for the API client?
I'm trying BLoC pattern in flutter, I created a repository and API client to access remote REST API.​I'm creating an instance of the client and the repository in my main function and i'm passing the client as an argument to the repository.​Here my problem is my API client requires some credentials to access the remote server and I'm thinking it should read the credentials from a JSON file.​Also I'm confused from where I should read the JSON file, in the main function or in the API client​Also where should I place the JSON file?

March 31, 2019 at 07:46PM by ukri_b
https://ift.tt/2YEvIq8
New post on Flutter Dev Google group:

Unable to launch with other than ${file} in launch.json
Using VS Code. My project folder has a lib/main.dart that I'd like to launch. My launch.json looks like this: { "version": "0.2.0", "configurations": [ { "name": "Flutter", "request": "launch", "type": "dart", "program":

March 31, 2019 at 08:05PM by Guyren Howe
https://ift.tt/2I3mwFV
New post on /r/flutterdev subreddit:

Why pushing a page/screen/widget into the navigator rebuilds the previous page?
In flutter, when I do Navigator.of(context).push(route) the new page is shown/built, but the old one is rebuilt also!. In the new page, if I navigate to a third page, the third page is shown/built, the previous one is rebuilt, and even the first one is rebuilt!!! Is this a normal situation? I have some widgets that call the server on the first page, every time I push a new page, a not-needed request is sent to the server. I don't use any state management systems except for stateful widgets. I just need clarification on how the navigator works, and why previous pages are rebuilt. Thank you.

March 31, 2019 at 10:38PM by KhaleelShaheen
https://ift.tt/2UexNd9
New post on /r/flutterdev subreddit:

Integrating Flutter within Unity?
Has someone found a way to integrate a flutter widget (the android flutter view) within Unity?I saw this project: https://pub.dartlang.org/packages/flutter_unity_widgetThis allows unity to render within flutter. But I would like the reverse. A flutter widget to render (as a texture?) inside of unity plane/cube,etc.Any ideas of the feasibility and approach to take?

March 31, 2019 at 11:36PM by yabadababoo
https://ift.tt/2I2BGLt
New post on /r/flutterdev subreddit:

UI Dev Needed For DahliaOS (flutter / dart) !Apply Within!
Contact Our Head UI Dev​: [nmcain@gmail.com](mailto:nmcain@gmail.com)​Or Me​: camden.o.b@gmail.com

March 31, 2019 at 11:49PM by EnderNightLord
https://ift.tt/2U6071U
New post on /r/flutterdev subreddit:

3d vs 2d apps
I read that flutter is most suitable for 2d apps (can’t do 3d apps?)Can someone define what “3d” apps are? Do you mean like e.g PUBG?

April 01, 2019 at 03:23AM by colorfulspace
https://ift.tt/2V9UDQi
New post on /r/flutterdev subreddit:

Navigating to another page , results in previous page rebuilding.
i have a http call to upload image to server , after navigating from this page to another page , results in another http call , thus uploading the same image multiple times and this process continues . I am navigating to another page using Navigator.push method , can anybody help me in figuring out the solution to this problem.I believe this is a known issue with flutter , while we should assume that rebuilding is as intended but it results in unnecessary http calls.i have tried calling http request in initState , but did'nt worked.Thanks

April 01, 2019 at 09:23AM by FesterLord
https://ift.tt/2U7ffwb