Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Route not working
Hi, I have used route in my application where I have below condition if(counter ==1 || counter ==5) { Goto HomePage } When count is 5 that time only it is going to homepage but when count is 1 that time it is not going to homepage. Why so? Please help me I am newbie to the flutter. tip: I

June 17, 2020 at 03:18PM by Sac123
https://ift.tt/2N4FSvs
New post on Flutter Dev Google group:

App works in debug mode but does not work in release mode
I am making a chat app..with firebase and CloudFirestore...in debug mode the app is working fine ..the chat and all is loading but ..When after building a apk the chat and the users are not loading..I Gave all the permision like: Its working on debug mode: ss https://ift.tt/2Zulewi

June 17, 2020 at 04:02PM by Droper
https://ift.tt/37EP6Z1
New post on Flutter Dev Google group:

Web DataTables Are Unusably Slow
I have been using flutter to build a multi-platform app. I need to support tables of data. On Android, I can load a 50 column x 1500 row DataTable, and the table is still usable -- quick load, quick sort, quick scroll. On the web, the DataTables are useless. A 15 column x 50 row table takes

June 17, 2020 at 05:00PM by Chip Kent
https://ift.tt/2AzInUd
New tweet from FlutterDev:

👩‍💻Flutter and Desktop👩‍💻

We've been busy 🐝 adding features that expand Flutter towards our ambient computing vision.

Here's an update on our progress towards desktop support with Flutter on Linux, macOS, and Windows.

Learn more ↓ https://t.co/fUeweBw94a— Flutter (@FlutterDev) June 17, 2020

June 17, 2020 at 05:21PM
http://twitter.com/FlutterDev/status/1273274638613659648
New post on /r/flutterdev subreddit:

Flutter and Desktop Apps
https://ift.tt/2N8pYAs

June 17, 2020 at 05:35PM by lets4r
https://ift.tt/2YLOcps
New post on /r/flutterdev subreddit:

Prevent Screenshot and Video Recording in Flutter
“Prevent Screenshot and Video Recording in Flutter” by Gulshan Yadavhttps://link.medium.com/jzxeYYBBo7

June 17, 2020 at 06:43PM by mrgulshanyadav
https://ift.tt/2N98u6R
New post on /r/flutterdev subreddit:

Paypal Payment Gateway Integration in Flutter
“Paypal Payment Gateway Integration in Flutter” by Gulshan YadavThis article shows how you can integrate PayPal Payment Gateway in your Flutter apphttps://link.medium.com/894jeAcAo7

June 17, 2020 at 06:24PM by mrgulshanyadav
https://ift.tt/2ANzwyf
New post on Flutter Dev Google group:

Hello i have json inside josn
this function Future>_invoicedetails() async{ var res = await ProfileApi().getData('/userprofile/invoicedetails/'+widget.id.toString()); var body = json.decode(res.body); print(body); //print(json.decode(body['order']['cart_data'].toString())); } result;

June 17, 2020 at 07:17PM by Attaullah Khan
https://ift.tt/2YLcsYY
New post on /r/flutterdev subreddit:

Flutter Ambient Computing
“Flutter and Desktop” por Tim Sneath https://medium.com/p/3a0dd0f8353e

June 17, 2020 at 11:40PM by miltux
https://ift.tt/3di0kE8
New post on /r/flutterdev subreddit:

How do you guys handle private dependencies?
Just wondering for those of you that have libraries that can't be shared on pub.dev publicly. How do you share them?I have used git dependencies, but I would prefer using pub in some way. It seems like there is no private hosted pub feed like myget for C#.

June 17, 2020 at 11:57PM by MisterJimson
https://ift.tt/3fLyUbp
New post on /r/flutterdev subreddit:

Flutter fast navigation with Get
https://ift.tt/2Y9Kxmb

June 18, 2020 at 02:46AM by JoRoCoBo
https://ift.tt/2YIY973
New post on Flutter Dev Google group:

RangeError on Call a page
Hi I have the following problem, when I refer to a page according to the code below. MaterialPageRoute(builder: (context) => new CallPage(channelName: tokenChannel))); I get this error. The following RangeError was thrown building CallPage(dirty, state: _CallPageState#ea423): RangeError

June 18, 2020 at 02:27AM by Israel Ribeiro
https://ift.tt/3fE8w2L
New post on Flutter Dev Google group:

How to get recipient message from default messaging app to flutter?
Hi... I want* to make a recipient message of a particular person need to show in my flutter app as an alert dialogue box*. The user will provide the recipient Mobile number. Can you suggest me any code or reference regarding this... Thank you in advance..!

June 18, 2020 at 07:24AM by Abinavan Nagendran
https://ift.tt/3dgacxY
New post on Flutter Dev Google group:

Map Firebase user to custom Firestore User
I’m building an app with Firebase as backend. I’m currently listening for auth changes via the onAuthStateChanged stream, and everything is working fine. What I’m trying to achieve is, once a user is logged in, map the FirebaseUser that comes out of that stream to my custom User object. This

June 18, 2020 at 09:00AM by Luca Merighi
https://ift.tt/30ZjfB7
New post on /r/flutterdev subreddit:

mvvm_builder | Flutter Package | The best mobile native design pattern to handle complex pages
https://ift.tt/2YJNEQV

June 18, 2020 at 09:52AM by mcfly-dev
https://ift.tt/3hEBdP7
New post on /r/flutterdev subreddit:

Flutter Github Issues
I've been learning flutter for a couple of weeks now, and I'm absolutely loving it, coming from years of web application development. It's just really simple, yet so powerful and it feels great covering so many platforms at once. BUT, when I look at the flutter github repo and saw the 5.000+ issues that were submitted, I kind of got sick to my stomach thinking "can I seriously deploy something with so many issues anytime soon?". Even though there are many examples of companies successfully deploying their flutter apps to app stores, I still feel a little insecure. So what are y'alls experiences with Flutter, maybe even in production? Do y'all experience lots of bugs? I haven't really had any, except when it comes to hot reloading, but that's not bothering me too much.

June 18, 2020 at 11:45AM by daniellionel
https://ift.tt/30TxHuk