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

flutter_tflite now supports object detection (with SSD MobileNet and Tiny YOLOv2)
https://pub.dartlang.org/packages/tflitehttps://i.redd.it/ijazcj0fc5f21.jpg

February 07, 2019 at 02:20PM by x_ash
http://bit.ly/2RLSV4S
New post on /r/flutterdev subreddit:

Continue with dart and flutter?
I'm about to complete a dart and flutter course I've been taking at Udemy and I wanted to know if you think it would be more beneficial to continue learning about dart and flutter or explore other languages like Kotlin and why?

February 07, 2019 at 04:32PM by Krystom
http://bit.ly/2SfVBNf
New post on Flutter Dev Google group:

Someone help me to get the location from the maps center
I want to implement a map view in which the user can move the map around to adjust his location. I put a marker in his current location and I want the marker to stay at the center of the map itself and when the user moves the map it must return the location of the marker.

February 07, 2019 at 04:35PM by jijo...@gmail.com
http://bit.ly/2Sfuli1
New post on /r/flutterdev subreddit:

Help porting code
So, hey, I've been learning flutter for a month now, and a project of mine revolves around Instagram, I nee to be able to retrieve data from Instagram without it's API.I've done this already in python, modifying this github project, and now I'm trying to port this code to Dart.The thing is, I simply can't understand the Dart http package, while in python, requests have internal Cookies and Headers that just automatically are used on it's requests, HttpRequests works differently.I'm trying with Dio now, but alas, no dice.Anyway, I'm here asking for advice on how to get at least the login working, the rest I think I can figure out on my own.Edit: I'm trying to port the linked github package, it's not so clear from my text. Also obligatory sorry for bad english.

February 07, 2019 at 05:21PM by Gibepad
http://bit.ly/2HZThFH
New post on /r/flutterdev subreddit:

Checking and format your code style using dartfmt – Guilherme Torres Castro – Medium
http://bit.ly/2DYpBER

February 07, 2019 at 06:42PM by guitcastro
http://bit.ly/2GuS4Us
New post on Flutter Dev Google group:

How can I change Chip Transparency?
In the beginning,I try to change chip's Transparency,but it does not work,It becomes white(Color(0xfafafafa).So I try to found what the problem is.And I found chip's implement had used Material Component,and the they default color is while.So,how can I change the colors of the Material inside

February 07, 2019 at 07:08PM by 陈琼元
http://bit.ly/2TyTpgp
New post on /r/flutterdev subreddit:

Confused about material widgets
Hello,Just started learning flutter as an alternative to react native..​Given that flutter doesn't use native views and draws to canvas directly (which I think is great and probably solve the problem of android not being as good as iOS on react native) how do we implement custom design?I've seen many tutorials and stuff importing RaisedButton or OutlineButton or any other material widget, but realistically our clients have their own brand and design and they don't really care about material guidelines..So my question is, someone who has developed some production ready apps - how did you approach this?In order to achieve a custom (non material) design, do you still import material package and customize it as much as possible (and what do you do if simply something is not customizable) or do you import stuff from widgets library (non material - https://docs.flutter.io/flutter/widgets/widgets-library.html).. Also if you are not using material widget package, is there a better overview of non material widgets than the link above?Say for example I want to create a button but not use one of the material styles, how do I do that?Thanks!

February 07, 2019 at 08:45PM by whatever123m
http://bit.ly/2Dix9Rd
New post on /r/flutterdev subreddit:

Flutter-rs, desktop embedding using Rust
http://bit.ly/2DpWTvd

February 07, 2019 at 10:37PM by Schwusch
http://bit.ly/2GvI8Ke
New post on Flutter Dev Google group:

detect when a page finished building
I want to know When a page finished building so i can call a popup

February 08, 2019 at 10:01AM by kadri.moh...@gmail.com
http://bit.ly/2TFgoGI
New post on /r/flutterdev subreddit:

GPS logging / tracking when logged screen
Hi, Anyone have some experience in Flutter mobile app tracking you gps coordinates, even your phone is in powersafe mode or you are using an other app / making a phonecall?

February 08, 2019 at 01:51PM by kronsj
http://bit.ly/2DowTzZ
New post on /r/flutterdev subreddit:

Flutter Ble Advertisement
Hi,I need to broadcast custom ble advertisement data from an ios/android device to many custom BLE Devices. My goal is to set the bytes of the ble adv package to broadcast it to ble devices nearby.As far as is i know i need to set the payload of the advertise package of my ios / android device.In my case it isn’t possible to simply connect to every ble device and write characteristics values, because i need to broadcast data to many devices.Is there any way to solve this problem with flutter / flutter blue?

February 08, 2019 at 05:41PM by qXcMusic
http://bit.ly/2GsEGQJ