Flutter Heroes
25.7K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Refreshing Future Builder
Hi, I'm trying to retrieve some data from a web endpoint periodically using future builder. I can get it to work initially but subsequent calls do not cause the widget to update any idea how I can go about it? Code is attached. Thanks in advance import 'package:flutter/material.dart'; >

Submitted July 25, 2018 at 03:38AM by K Wilde
via Flutter Dev https://ift.tt/2v37Q1s
GGroup: How to add a label on pie chart from flutter?
I wanna users see more information in pie chart (example percent of data, shown in the chart below). My code is used show pie chart, i tried some function like *displayName*, *labelAccessorFn* in charts.Series but seem label still down show for me.

Submitted July 25, 2018 at 06:47AM by Kamj Duong
via Flutter Dev https://ift.tt/2mFrwoj
Reddit: Do I need to have Android Studio installed to use Flutter?
Hey Reddit, I've been looking to get into app dev for quite a while and after giving the traditional app development methods (Java+ Android Studio) a shot, I don't know my alternatives and left with some questions.I've seen a lot of videos comparing Flutter to React native and what not, but also in a lot of these tutorial videos on YouTube, they use Android Studio. I gave Android Studio a shot, and it worked really slow. I don't have the greatest specs, but doing anything on Android Studio was a pain in the butt. My Ubuntu system freezed like every 10 seconds.So guys, what can I do?

Submitted July 25, 2018 at 09:42AM by clickbait_hmmm
via reddit https://ift.tt/2Ognb7C
Reddit: Setup windows for flutter and dart development
https://www.youtube.com/attribution_link?a=4HEGuyBSLJo

Submitted July 25, 2018 at 01:06PM by kibatheseven
via reddit https://ift.tt/2LmmCeK
Reddit: Open push notification with params
I remember working with apache Cordova and be able to, once you open a notification, carry the notification additional params into the app, and take actions accordingly.
Is this possible in Flutter?
Usage example:
A news app publish some important article, the user is notified, the app should carry the user to that specific article once the notification is pressed.

Submitted July 25, 2018 at 03:24PM by mariano_arga
via reddit https://ift.tt/2v19SiA
GGroup: Backdrop widgets that you can directly implement
There has been requests for Backdrop widget on issue tracker which is missing in material package. I personally felt the need for my own project and decided to open source it in a package. As of now it is fairly simple and basic - *BackdropScaff

Submitted July 25, 2018 at 06:34PM by Harsh Bhikadia
via Flutter Dev https://ift.tt/2mHdi6c
Reddit: Implment backdrop in flutter with less than 10 LOC
https://ift.tt/2LNLVSY

Submitted July 25, 2018 at 06:07PM by Harsh182
via reddit https://ift.tt/2uKGHkz
GGroup: Real time face detection in flutter app
Hello, I am currently developing an app that requires real time face detection. Right now I have the mlkit library in the app and I am using the firebase face detector. At the moment, it produces an error every time I try to detect a face from file: DynamiteModule(13840): Local module descripto

Submitted July 25, 2018 at 10:21PM by Ian Leshan
via Flutter Dev https://ift.tt/2LMlkFP
GGroup: Display gallery Image from external storage storage
How to display gallery Image from external storage storage in Flutter? Does any one have idea about it

Submitted July 26, 2018 at 03:17AM by rakesh lorentz
via Flutter Dev https://ift.tt/2Lr1ELT
Reddit: Saturn Flutter SDK
Saturn + Flutter = <3Saturn Github - https://github.com/Saturn-Net

Submitted July 26, 2018 at 06:20AM by AIDXN3
via reddit https://ift.tt/2NKOB4h
GGroup: Using particle.io android api in a flutter application.
I am writing an application that requires the particle api. unfortunately this is not available for flutter directly so I need to access it via android and ios apis. I am aware that I will need to use a method channel and that's no biggie. my question is ,How can I make the classes and methods

Submitted July 26, 2018 at 06:33AM by Trevor Keegan
via Flutter Dev https://ift.tt/2OfJkmu
GGroup: Multiple select
How to multiple select images from gallery in Flutter. ?

Submitted July 26, 2018 at 08:15AM by rakesh lorentz
via Flutter Dev https://ift.tt/2LCgYo5
GGroup: GridView.count with Icon and Text columns inside takes too much space between lines
< https://lh3.googleusercontent.com/-ojTbpvmgkCM/W1l5Njz3MbI/AAAAAAAAAzc/q4wes0X1Wq8snoH9vuN4fVicSCpe0BvEgCLcBGAs/s1600/481171B5-3758-4943-B9B6-ED3AD8BB7EA7.png > I want to show a 2x2 GridView, each with a Icon and some information for description, here Widget _copyGrid(BuildContext context) {

Submitted July 26, 2018 at 09:36AM by ZP L
via Flutter Dev https://ift.tt/2NNghFF
GGroup: Run my flutter app as a background app
I want to show a custom popup message whenever the user disconnects a cellular call. The problem is how to detect when the app is not running. any leads would be helpful.

Submitted July 26, 2018 at 10:34AM by swapnil kumar
via Flutter Dev https://ift.tt/2NL9sV7
GGroup: Drawing performance issue in flutter
Hi all, here is the code the problem is after drawing continuously the drawing speed become very slow compare to previous. Thanks for any help. Widget build(BuildContext context) { _currentPainter = new DrawPainting(_points); return new Container( child: new ConstrainedBox( constraints: const

Submitted July 26, 2018 at 02:02PM by Manusb
via Flutter Dev https://ift.tt/2v9zGcg