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

Finding the sender of a message from a thread using the SMS package
I've been using this SMS library to build an SMS client:https://pub.dartlang.org/packages/smsHowever, when I get all the messages from a certain SMS thread, and read the sender attribute for each individual message, it will only show the other person as the sender.For example, let's say I send the phone number 778844 two texts, and they reply back with two more, it'll say that all four were sent by 778844, and none by me.

January 09, 2019 at 07:21PM by bots-
http://bit.ly/2Cfdcue
New post on Flutter Dev Google group:

Open another flutter app from a my flutter app
How to open another flutter app from a my flutter app? url_launcher is not accepting open with package name as in android or ios Does anyone know how to do this?

January 09, 2019 at 09:20PM by Tiagosito
http://bit.ly/2Can08A
New post on Flutter Dev Google group:

Error with Async .then() method for builder
The stream runs great and returns the documents but I need to display the object data associated with the variables in the objects returns from the first stream. I need to fetch info from Firebase with the information I get back from Firebase. I placed the _buildScheduleItem within a async

January 09, 2019 at 09:40PM by Brennan Altringer
http://bit.ly/2FnihDV
New post on Flutter Dev Google group:

How to remove left & right padding from ListTile in landscape
Trying to remove left and right padding from ListTile widget so the elements appear closer to the edge. I've set the property 'contentpadding' to 0 for both sides which works fine in portrait mode but when I switch to landscape the padding is still visible. I have included a sample app below.

January 09, 2019 at 10:22PM by Holden Scofield
http://bit.ly/2SSPvyA
New post on Flutter Dev Google group:

Proper Way to Add Events/Signals in a Flutter API?
What is the flutter and/or dart idiomatic way to provide specific events or signals in an API. For example, in my DocumentList class, I would like consumers of my API to get a callback for an onDocumentAdded event that passes the new Document as an argument. I have enabled addChangeListener with

January 10, 2019 at 12:18AM by Rick Spencer
http://bit.ly/2Qzx5kP
New post on /r/flutterdev subreddit:

KickBackAndCode: Flutter - A New Way To App
This is a blog post on a meetup session my company held to get an introduction to flutter. The blog post contains the slides and the links to the source code discussed in the session​https://i.redd.it/v0skht44pi921.pnghttps://medium.com/@c_innovative/you-can-find-the-slides-created-for-this-meetup-here-309894998459

January 10, 2019 at 04:45AM by aaronksaunders
http://bit.ly/2RhHI0F
New post on Flutter Dev Google group:

Help using gesture detector
Hi guys please how can i differentiate between horizontal drag left and horizontal drag right in flutter,,please im stuck😢

January 10, 2019 at 07:49AM by ibrahim shehu ibrahim
http://bit.ly/2ACE5Is
New post on /r/flutterdev subreddit:

Menu Haus (Beta Preview) - A menu collection utility app made in Flutter
Howdy,I have published a beta preview app on Google Play. An app that utilizes camera function and SQFlite.Your feedback and suggestions are welcome.Google Play: https://play.google.com/store/apps/details?id=com.hsuavely.menuhausMenu Haus

January 10, 2019 at 07:27AM by yaostyle
http://bit.ly/2QBKEQs
New post on /r/flutterdev subreddit:

Questions from a Flutter newbie
Hi! Firstly: why don't we have a weekly Q&A thread? I would love to ask these questions there, because I don't want to spam with my questions.How's Admob and Admob Mediation in Flutter? I can see there is an official addon (firebase_admob) for that, but I cannot find any information about implementing it in the Admob/Firebase docs.How are the other Firebase components for Flutter? I want to implement Analitics, maybe Crashlitics, and either Firestore or Realtime Db. If I choose 'web' tutorials on the Firebase website, should I use those example codes?Which architectural pattern do you personally use?I haven't written much code in Flutter, I just want to have a nice way to write apps for Android and Web currently. Sadly, with Kotlin and C# (Xamarin) I can't do that.Edit: I just noticed there are a discord. I guess I should have asked these questions there.

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

Simple Flutter Patterns
http://bit.ly/2QAGjNE

January 10, 2019 at 11:01AM by Elixane
http://bit.ly/2VHD0YA
New post on Flutter Dev Google group:

Customizable Notification with Timer and Buttons?
I'm creating something like a timer app with flutter. When the timer is running, I wan't to be able to see and control the timer app in the lockscreen. So I need to display a notification while the timer is running that displays the current time and has a button to cancel/pause the timer. I

January 10, 2019 at 11:29AM by Jonas Unbekannt
http://bit.ly/2FkR9pQ
New post on Flutter Dev Google group:

Issue with CupertinoDatePicker and Locale
Hi, CupertinoDatePicker is throwing an error if implement localisations. The normal CupertinoPicker works fine. Does anyone know what is causing the issue and how to fix this? Please see below the my screen shot [image: mobile error.png] import 'dart:async'; import 'package:flutter/material.da

January 10, 2019 at 12:27PM by Marc Andrew
http://bit.ly/2AON89p