Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
GGroup: Looking up a deactivated widget's ancestor is unsafe
How to handle deactivated widgets using their context in async functions? How to get ancestor of deactivated widgets using the context?

Submitted July 26, 2018 at 03:11PM by VijayaRagavan A
via Flutter Dev https://ift.tt/2NHap0E
GGroup: foregroundDeacoration of Container() deactivates its child
bool showForegroundDecoration=SomeFunction(); *...* *...* *...* Container( foregroundDecoration: showForegroundDecoration?BoxDecoration(color: Colors.black27):null, child: SomeWidget() ) Here the child 'SomeWidget()' is getting deactivated when foregroundDecoration is not null. ('Deactivated

Submitted July 26, 2018 at 05:56PM by AVRSP GKF
via Flutter Dev https://ift.tt/2mLR0R6
GGroup: Bottom Modal Sheet - Flutter Tutorial
Hey everyone! Just posted my second tutorial about the bottom modal sheet. Just my way of giving back for all the help I get here and in forums from the awesome flutter community! Tutorial: https://www.youtube.com/watch?v=vt4KNl0q4C4

Submitted July 26, 2018 at 06:14PM by Robert Brunhage
via Flutter Dev https://ift.tt/2AaaacT
Reddit: Why You Should Start Looking At Google's Flutter And Fuchsia Now
https://ift.tt/2LURwH2

Submitted July 26, 2018 at 04:19PM by zintjr
via reddit https://ift.tt/2Okcz7S