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

Android External SDK used in Flutter application.
Hi, I have create new flutter application and what are the possible for android external SDK used in flutter application. How can access in external library in build gradle. Thanks & Regards, Kalyan kumar

August 27, 2019 at 08:01AM by kalyan s
https://ift.tt/2U58jMC
New post on Flutter Dev Google group:

How can use android SDK in flutter projects using android studio
Hi , I have a external SDK .aar file and i need to use it in my application. i added External Android SDK .aar file in android/libs/ folder and added its dependencies in the build.gradle line as below. compile(name:'Android-SDK-{version}', ext:'aar') I have add dependencies section in gradle

August 27, 2019 at 08:53AM by kalyan s
https://ift.tt/2MHLopF
New post on Flutter Dev Google group:

GUI editor for creating flutter components
When is it planned to create a convenient graphical editor for layout components? Let’s not we always write their code? Thank.

August 27, 2019 at 11:11AM by Arsen Guzhva
https://ift.tt/2HpMdiD
New post on Flutter Dev Google group:

FormBuilder - hide form object?
How can I hide a form object like FormBuilderStepper? There are certain onChange events that will make me want to show or hide form objects. but I can't find any documentation on how to do this. Thanks, Matt -- m.ma...@gmail.com (805) 689-2616

August 27, 2019 at 03:52PM by Matt Mason
https://ift.tt/30CWb8f
New post on Flutter Dev Google group:

If statement inside Widget[]
Can I place an if statement inside of the Widget[]? children: [ Text("${category.tasks.length} ${category.title}", style: Theme.of(context).textTheme.subhead), SizedBox(height: 4.0), Text(category.title,

August 27, 2019 at 07:04PM by Sam Cromer
https://ift.tt/33W6AxE
New post on /r/flutterdev subreddit:

Using Provider and ChangeNofifier question
I have two Providers that encompass MyApp, one which contains a list of items and operations (i.e removing item from the list) and the other which shows a SnackBar which lets the user UNDO an action. For example if the user removed an item, a snackbar shows for a few seconds to re-add the item back to its original position on the list. To implement this, I tried using a ProxyProvider to send the name and index of the item from the items provider to the Snackbar provider. The Snackbar provider needs to access the items provider to call the adding item function when the user taps UNDO. How can I accomplish this if ProxyProvider only sends information one way?And some additional questions:-Should I avoid using StatefulWidgets if I can just store my variables in a class mixed in with ChangeNotifier?-Is there a way to make send data from one ChangeNotifier to another using a function?

August 27, 2019 at 04:59PM by ZealousidealRegion1
https://ift.tt/30JRxp2
New post on Flutter Dev Google group:

Hummingbird and Firebase
Does hummingbird work the same as a normal flutter app? I have an iOS and Android app up and working with firebase but I'm not sure if I can just write it the same way for the web version? Brennan

August 28, 2019 at 08:23AM by Brennan Altringer
https://ift.tt/2zpbwwS
New post on Flutter Dev Google group:

socketException: connection timed out, errno = 110
Hey guys, I am trying to insert data in SQL Database using API, but after some seconds I get this error: socketException: connection timed out, errno = 110, address: XXXXXXXXXX, port = 44103. I am not able to resolve this error. Looking forward to a solution. *Thanks*

August 28, 2019 at 08:50AM by Parul Nandwani
https://ift.tt/2LaP941
New post on /r/flutterdev subreddit:

Error when using Emulator
So, I download Andriod studio and from there using the AVD manager I downloaded processed to download pixel 2 emulator. Although when I try to run it from Visual studio code I keep getting an error; and flutter doctor (figure 1) does not detect the emulator. Although flutter emulator does detect it (figure 2). Here are the images : https://imgur.com/a/BgEYP40.​On visual studio code the error I keep getting is : " Failed to launch pixel_2: emulator: ERROR: Running multiple emulators with the same AVD is an experimental feature. Please use -read-only flag to enable this feature. "

August 28, 2019 at 10:00AM by 123Spaceman123
https://ift.tt/2ZiOY0p
New post on /r/flutterdev subreddit:

Build a Simple Payment Platform in 10 minutes using Flutter and Flutterwave
https://ift.tt/2HvZ82E

August 28, 2019 at 12:48PM by wizpna
https://ift.tt/32bBksG
New post on Flutter Dev Google group:

D/ViewRootImpl@8bf0c55[MainActivity](22866): ViewPostIme pointer 1 on console
Hi, Im testing an app on a Galaxy A50 and whenever i click on the device screen, the flutter console shows: D/ViewRootImpl@8bf0c55[MainActivity](22866): ViewPostIme pointer 1 D/ViewRootImpl@8bf0c55[MainActivity](22866): ViewPostIme pointer 0 I've tryied to create an new app and the messages

August 28, 2019 at 01:35PM by Fábio Jansen
https://ift.tt/2ZmMVbM
New post on /r/flutterdev subreddit:

Flutter push notification icon - gray circle
Hi Everyone!​I use flutter_launcher_icons for generate iOS and Android launcher icon.But on Android the push notification icon is not display correct - only round gray circle on left of text. I am use adaptive icon for Android. I am use Firebase for push notification.On iOS no issue - icon is show correct.​Anyone else have this issue?Does flutter_launcher_icons create notification icon also?​Thanks!

August 28, 2019 at 01:29PM by Flutter_Dev
https://ift.tt/2NzdRh4
New post on Flutter Dev Google group:

Flutter Http Content-type
Hi Friends, I want to upload an image to dropbox using there API with http in flutter but dropbox API content-type is *application/octet-stream*, when I tried using http content-type like this*(appplication/json*) but not working, How can I use *application/octet-stream* as my Http request

August 28, 2019 at 02:19PM by Olajire Abdullahi
https://ift.tt/348tWQE
New post on Flutter Dev Google group:

Building Configrable App for different clients
Hi, What is the best way to build apps in flutter which are configurable - not only for images, text and themes - and also for Features which can be activated/deactivated and using in few cases also completely different views/widgets. Kind regards Christian

August 28, 2019 at 02:55PM by Chris
https://ift.tt/2Lhqw5J