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

Render PNG in Logic
Hi, My app gets data from measuring devices. The user can arrange this in a chart (with some params) and save these charts. Now I want to generate a protocol file with a lot of this chart views. So I use https://ift.tt/2NO3Cr8 to generate pdf and https://ift.tt/33SSm0m

August 22, 2019 at 11:25AM by Frank Weißenborn
https://ift.tt/2U3iC41
New post on /r/flutterdev subreddit:

Flutter for Drag & Drop game
Would you see Flutter suitable for creating drag n drop game?Has anyone got any experience in doing that? Did you use a game engine (Flame)?Has anyone got any examples? I was struggling to find drag & drop game developed in flutter.Thanks :)

August 22, 2019 at 12:25PM by Mantoska0726
https://ift.tt/2ZkeS2Y
New post on Flutter Dev Google group:

Firestore getDocuments() not returning the documents.
I am working on a chat app and below is the code that starts the chat final documentReference = Firestore.instance .collection('messages') .document(currentChatId) .collection(currentChatId) .document(DateTime.now().millisecondsSinceEpoch.toString()); Firestore.in

August 22, 2019 at 12:41PM by Michael Tawiah Sowah
https://ift.tt/2Zp4HX2
New post on Flutter Dev Google group:

Launch Flutter app into background in iOS
I have Flutter app that performing long running task in background using BLE. I'm using Core Bluetooth to perform State Preservation and Restoration, which is waking app on BLE signal if it was terminated by iOS routines. The problem is that when iOS launch my app directly into background, I

August 22, 2019 at 12:54PM by Michael Derzhavets
https://ift.tt/2ZfAzRT
New post on Flutter Dev Google group:

Use bluetooth to connect device Android & IOs
I am a company developer, we have any applications on flutter. I need to know what package to connect device IOs use bluetooth. Thanks

August 22, 2019 at 01:02PM by Luis Diaz
https://ift.tt/2P8lMEu
New post on Flutter Dev Google group:

Select html on webview flutter
Hi, I am a company developer, we have any applications on flutter. I am using webview_flutter https://ift.tt/2l90A2N. Have a problems WebView fails to render select element in Android. how I can fix this please? I need help with this problem Thanks

August 22, 2019 at 01:08PM by Luis Diaz
https://ift.tt/2P8D1pd
New post on /r/flutterdev subreddit:

Casual Discussion: How far have you/your project/crusade for "Flutter for Enterprise" progressed?
So in my line of work (IT-consultant) we engage with clients and build/make the apps they want. Usually with proper backend APIs, infrastructure and the whole package.On our monthly tech calls there's been mentioning of Flutter during Q&A, but the response is in general that the Flutter framework is being observed and evaluated but not put before clients as a solution (instead of ReactNative et al) until there's specific customer interest or other successful projects in the market.I'd just thought it be interesting to see what the overall sentiment from other devs or PO is on this subject, specifically in the enterprise domain (or B2B apps).

August 22, 2019 at 01:58PM by ocken
https://ift.tt/31WZqaO
New post on /r/flutterdev subreddit:

Launching Flutter app into background
I have Flutter app that performing long running task in background using BLE.I'm using Core Bluetooth to perform State Preservation and Restoration, which is waking app on BLE signal if it was terminated by iOS routines.The problem is that when iOS launch my app directly into background, I get following error:GLDRendererMetal command buffer completion error: Error Domain=MTLCommandBufferErrorDomain Code=7 "Insufficient Permission (to submit GPU work from background) (IOAF code 6)" UserInfo={NSLocalizedDescription=Insufficient Permission (to submit GPU work from background) (IOAF code 6)}Is there a way to start Flutter somehow "heedlessly", so it won't try to use GPU?

August 22, 2019 at 12:52PM by mderzhavets
https://ift.tt/2L37X50
New post on /r/flutterdev subreddit:

Casual Discussion: How far have you/your project/crusade for "Flutter for Enterprise" progressed?
So in my line of work (IT-consultant) we engage with clients and build/make the apps they want. Usually with proper backend APIs, infrastructure and the whole package.On our monthly tech calls there's been mentioning of Flutter during Q&A, but the response is in general that the Flutter framework is being observed and evaluated but not put before clients as a solution (instead of ReactNative et al) until there's specific customer interest or other successful projects in the market.I'd just thought it be interesting to see what the overall sentiment from other devs or PO is on this subject, specifically in the enterprise domain (or B2B apps).

August 22, 2019 at 01:58PM by ocken
https://ift.tt/31WZqaO
New post on Flutter Dev Google group:

Future.delayed causing general slowness
I was simulating incoming messages and updating a badge on my app. I used this code: Future.delayed(Duration(seconds: 5), () => inc()); I called the function in initState and then again in the inc() function so it would keep firing every 5 seconds. After adding this code HTTP requests to my

August 22, 2019 at 05:02PM by Rex Bloom
https://ift.tt/2NobbTy
New post on /r/flutterdev subreddit:

Show Done Button above number keyboard in flutter iOS App
https://ift.tt/2HfcikD

August 22, 2019 at 07:06PM by webianks
https://ift.tt/2ZoJjRL
New post on Flutter Dev Google group:

Flutter Upgrade Issue
After upgrading flutter i got the following error: *error: The argument type 'Null Function(dynamic, dynamic)' can't be assigned to the parameter type 'ImageStreamListener'. (argument_type_not_assignable at [iamflexi_app] lib\homepage_components\CategoryDetail.dart:46)* I also changed the

August 22, 2019 at 08:44PM by Kamran Ali
https://ift.tt/2Pc9J9k
New post on Flutter Dev Google group:

Currency converter
Hi,i want to create an app when a user wrrite a price it changes it to $ so i must use API to get the real time convert and then use the $ for a calculation how i can use the api then use the converted variable for my calculation? Thanks

August 22, 2019 at 08:49PM by Yasin Yeganeh
https://ift.tt/2NrKpcW
New tweet from FlutterDev:

🔎Provide meaning for your UI.

With the Semantics widget, you can annotate your app UI with meaning. It can provide descriptions, metadata, and more to screen readers and search engines.

More #WidgetoftheWeek here → https://t.co/yg5En0eypt pic.twitter.com/vf3oaYpkk2— Flutter (@FlutterDev) August 22, 2019

August 22, 2019 at 08:47PM
http://twitter.com/FlutterDev/status/1164610052650463233
New post on /r/flutterdev subreddit:

Discussion - Has anyone been able to get the stripe payment plugin working?
Been trying to get the stripe payment plugin working and can't seem . to get it working for Android. iOs works out of the box no issues.

August 22, 2019 at 09:02PM by ghettolabs
https://ift.tt/2TVUiAN
New post on Flutter Dev Google group:

Local notifications
I’m messing with local notifications and am trying to create scheduled ones. I get no errors but the notifications never happen . What’s the best way to debug these? I’ve stepped thru all the code and nothing throws an error message

August 22, 2019 at 11:16PM by Sam Cromer
https://ift.tt/2KN5b4Z
New post on /r/flutterdev subreddit:

How to build a simple calculator app in Flutter
https://ift.tt/2MzCiLW

August 22, 2019 at 11:56PM by 8_bit_hacker
https://ift.tt/2L4KekR