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

Implementing Bluetooth LE and foreground services in Fluter
I wanted to know if it is possible to have a bluetooth LE connection in flutter through a foreground service displaying a notification of connection status and the device name/details.

January 23, 2019 at 10:14AM by fardeen9983
http://bit.ly/2R6Z2Rc
New post on /r/flutterdev subreddit:

Is Flutter right for realtime multimedia chat feature?
Hello good people,​I need to start learning Flutter for a possible project and would like to know: Can a real-time chat feature with multimedia sending/receiving similar to whatsapp be created using Flutter?​If yes, what would be needed to create such a feature?​Any thoughts or guidance or articles much appreciated!

January 23, 2019 at 10:07AM by openmindpower
http://bit.ly/2W50WFw
New post on /r/flutterdev subreddit:

Problem connecting to BLE devices using Flutter Blue
Hi!I'm new to Flutter and and wanted to test out some of the BLE functionality that Flutter Blue offers. I've got the example application up and running and it finds plenty of devices around me. The problem is that I'm not able to connect to any of them. I'm currently using a second phone to emulate a BLE Peripheral, all other software such as nRF Connect for Mobile is able to connect to the peripheral and read the data it provides. The Flutter Blue example application is just stuck on disconnected when attempting to connect to the device.Here is a typical console output when attempting to connect:D/BluetoothGatt( 6359): connect() - device: 73:B9:9F:25:67:DC, auto: true
D/BluetoothGatt( 6359): registerApp()
D/BluetoothGatt( 6359): registerApp() - UUID=44fdc1ff-3804-4ae2-ab52-3f3b6eb31e17
D/BluetoothGatt( 6359): onClientRegistered() - status=0 clientIf=7
D/BluetoothGatt( 6359): onAutoConnectionStatusCb()status =10
D/BluetoothGatt( 6359): close()I have managed to connect to the emulated peripheral a few times by first connecting via a different application and then "connecting" with the Flutter application. This is the output:D/BluetoothGatt( 6359): connect() - device: 73:B9:9F:25:67:DC, auto: true
D/BluetoothGatt( 6359): registerApp()
D/BluetoothGatt( 6359): registerApp() - UUID=201eaf3d-ab8a-402e-9cbf-232527fa53a8
D/BluetoothGatt( 6359): onClientRegistered() - status=0 clientIf=8
D/BluetoothGatt( 6359): onAutoConnectionStatusCb()status =10
D/BluetoothGatt( 6359): onClientConnectionState() - status=0 clientIf=8 device=73:B9:9F:25:67:DC
D/FlutterBluePlugin( 6359): [onConnectionStateChange] status: 0 newState: 2
D/BluetoothGatt( 6359): discoverServices() - device: 73:B9:9F:25:67:DC
I/flutter ( 6359): connected!
D/BluetoothGatt( 6359): onSearchComplete() = Device=73:B9:9F:25:67:DC Status=0
D/FlutterBluePlugin( 6359): [onServicesDiscovered] count: 3 status: 0I have read about connections not closing properly after exiting other applications and I've made sure to toggle both Bluetooth and Location services on/off as well as uninstalling other applications that might interfere with the Flutter application. I've tried allowing a longer timeout duration on connecting to make sure that the application doesn't close the connection before being able to actually connect, apart from that I'm a bit lost and can't quite put my finger on what might be wrong.​Any suggestions are welcome! Thanks!EDIT: Sorry if this is the wrong place to ask such a question!

January 23, 2019 at 10:06AM by kattzr
http://bit.ly/2R83cbm
New post on Flutter Dev Google group:

Convet hex to RGB flutter
i have an HEX code , then how can i convert hex to rgb?

January 23, 2019 at 11:22AM by Mohanraj Archunan
http://bit.ly/2CFLneq
New post on /r/flutterdev subreddit:

Can I run my Flutter app on a physical Android device without Android Studio?
The emulators keep failing, and apps are not building because of some gradle errors. So Is it possible to connect my phone using a USB and testing directly on the physical device? I'm using a mac

January 23, 2019 at 02:38PM by themindstorm
http://bit.ly/2sKzwXW
New post on Flutter Dev Google group:

Quiz App
how to implement such testing on flutter?

January 23, 2019 at 03:46PM by Almaz Amangaliev
http://bit.ly/2FKPTfE
New post on /r/flutterdev subreddit:

[NEED HELP] Flutter camera plugin record quality is very poor
I'm using flutter camera plugin and the recording is working fine. But after that when I play the recording the video quality is very poor.

January 23, 2019 at 03:44PM by divyanshub024
http://bit.ly/2U8hQBm
New tweet from flutterio:

Today on the #BoringShow, @bouncingsheep and @mjohnsullivan incorporate Web Views into the Hacker News app and answer your questions on e-commerce, spacer widget, Google Maps, and much more!

Watch here 👉 https://t.co/JEO0LE0Hgx pic.twitter.com/jo19WcVEuf— Flutter (@flutterio) January 23, 2019

January 23, 2019 at 07:26PM
http://twitter.com/flutterio/status/1088141018124468224
New post on Flutter Dev Google group:

Problems using Firebase_admob in Flutter
Hello, My name is Felipe and i'm having problems with my Ads using Firebase and Admob. I implemented all that the parameters from documentation in my AndroidManifest.xml, App/Build.Grade and Android/Build.Grade. But when i Run my Main.dart, i have these erros: 8193): Task exception on worker

January 23, 2019 at 07:39PM by Felipe Augusto Jesus dos Santos
http://bit.ly/2Wdyn93
New post on /r/flutterdev subreddit:

Why to Flutter?
I wrote an article about why people should at least try to use Flutter and what you can do with it. Please share it if you like it! ;) :) Also, help to fill out the 10th reason why to Flutter! ;)https://equaleyes.com/blog/2019/01/22/why-to-flutter/

January 23, 2019 at 09:04PM by bvantur
http://bit.ly/2FMQduy
New post on /r/flutterdev subreddit:

Flutter Animated Series : Animated Containers
http://bit.ly/2FSNor7

January 24, 2019 at 12:02AM by Elixane
http://bit.ly/2FGKfv6
New post on /r/flutterdev subreddit:

I think I found a bug with DateTime and DateTime.difference
https://codeshare.io/flutterThingI don't know if it's really a bug and I also don't have any idea where to report it.these are the days in a normal and a leap year https://nsidc.org/data/tools/doy_calendar.htmlthe answers are not the same for the months 4 - 10

January 24, 2019 at 04:34AM by arthur804
http://bit.ly/2RMHr6i