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

Adapt to different screen size- Flutter ( just copy-paste the code and chill ;) )
I will provide you with the piece of code that you can simply copy or paste in all your applications to make your world simpler. ;)Adapt to different screen size flutterThanks me later ;)

June 17, 2020 at 11:59AM by navvsinghh
https://ift.tt/3daaYwn
New post on Flutter Dev Google group:

Call_number Error While Creating Apk
*Hello,* *Pubspec.yaml content;* dependencies: flutter: sdk: flutter shared_preferences: 0.5.7+3 path_provider: 1.6.8 sqflite: 1.3.0 http: 0.12.1 xml2json: 4.2.0 carousel_slider: 2.1.0 provider: 4.1.3 flutter_bloc: 4.0.0 stream: 2.5.0 equatable: 1.2.0 get_it: 4.0.2 call_number:

June 17, 2020 at 12:21PM by Gökçen Merve Horuk
https://ift.tt/2YGLJMZ
New post on Flutter Dev Google group:

cupertino picker returns index value instead of String
hey guys. does anyone know what i am setting wrong here? my cuppertinoPicker shows the Texts as children but when i return the value it gets me the index of chosen item? int selectedValue; CupertinoPicker( onSelectedItemChanged: (value) { setState(() { selectedValue = selectedValu

June 17, 2020 at 01:08PM by Error Place
https://ift.tt/2URQIJT
New post on Flutter Dev Google group:

Passing a stream to multiple stateless widgets
I am initialising a websocket stream in initState and passing it to multiple stateless widgets, however I am not getting the stream( it has no data) in the stateless child widgets. I am using a PageView and the children widgets are the the pages for the PageView. void main() => runApp(LinuxMon

June 17, 2020 at 02:02PM by Jake Rener
https://ift.tt/3fzjW8c
New post on Flutter Dev Google group:

Passing a stream to multiple stateless widgets doesn't work
I am initialising a websocket stream in initState and passing it to multiple stateless widgets, however I am not getting the stream( it has no data) in the stateless child widgets. I am using a PageView and the children widgets are the the pages for the PageView. void main() => runApp(LinuxMon()

June 17, 2020 at 02:12PM by Jake Rener
https://ift.tt/37JlOIH
New post on Flutter Dev Google group:

I am getting GRPC failed error whenever I use geolocator plugin...
Hi, I have been trying to solve this error for the past few days but was unable to o so. Error:- PlatformException(ERROR_GEOCODING_COORDINATES, grpc failed, null) Code:- Position position = await Geolocator() .getCurrentPosition( desiredAccuracy: LocationAccuracy.high);

June 17, 2020 at 02:24PM by Souvik
https://ift.tt/2Y71Cx8
New post on /r/flutterdev subreddit:

If you had to guess, will Flutter support the next platforms that replace smartphones?
Whatever is coming to replace smartphones, im guessing some form of glasses, will Flutter be updated to help doing apps for them or will some new tools be introduced? If smartphones start to die out, I cant see how Flutter will be even useful. What is your guess?

June 17, 2020 at 03:32PM by splishyandsplashy
https://ift.tt/2YGDRv7
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