Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
GGroup: Yes, I'm venting. Current monetization with Flutter is atrocious.
I just spend about 200 hours working on a mobile app built entirely in Flutter. As I approach the end of the project it is time to monetize. Flutter team has not provided any meaningful ways to recoup the investment I have made in learning Flutter and building an app with it. My app was designed

Submitted July 27, 2018 at 12:55AM by Luke Pighetti
via Flutter Dev https://ift.tt/2AaFW9G
GGroup: I try to write a new video_player,but I meet a problem,can you help me?
I try to imitate the video_player plugin,and write my own "video_player",use AliyunVodPlayer sdk. I check many times,I'm sure it has same steps with official plugin,but when I play it,video has no image but only sound. this is github: https://ift.tt/2v6tz8I thanks very much

Submitted July 27, 2018 at 08:59AM by huang
via Flutter Dev https://ift.tt/2LrNhGP
GGroup: Show popup from background service
I need to display a popup whenever a call is disconnected. popup Should overlay on other apps. how can i achieve it in flutter

Submitted July 27, 2018 at 09:35AM by swapnil kumar
via Flutter Dev https://ift.tt/2OoanMi
GGroup: Debug android i.e java code in flutter project
i Want to Debug android i.e java code in flutter project in VS Code editor

Submitted July 27, 2018 at 09:41AM by swapnil kumar
via Flutter Dev https://ift.tt/2vbuJ2P
Reddit: Beginner Flutter Question [FLUTTER CLEAN COMMAND]
Looking for an exact example for how to use "flutter clean."It says it must be run "from the root of your Flutter project."How do I find the root? I am on MacOS and have found the general folder in Finder where the entire project is stored, but I don't think this is the right place to run the command.Thanks!

Submitted July 27, 2018 at 09:57AM by BaltimoreKnots
via reddit https://ift.tt/2LGUhyT
GGroup: How to save image in device and use it later?
Hi, I have an image in my assets folder. I am using *image: "^2.0.4"* plugin. I load the my image from my assets folder, I add some string on top of it using image plugin and save it to disk. *This is work when using basic dart project and I am getting error to use in Flutter.* *Error is:*

Submitted July 27, 2018 at 10:36AM by Niyazi Toros
via Flutter Dev https://ift.tt/2Luw3ZC
Reddit: Breathing Flutter : A breathing appbar and widget library in Flutter.
https://ift.tt/2LDzufD

Submitted July 27, 2018 at 10:32AM by imthepk
via reddit https://ift.tt/2NJyaoQ
GGroup: Regarding Flutter command not found
I have downloaded my Flutter sdk and saved in my documents on mac device .I have set my path variable .I have checked my user settings where my sdk is being saved and its "dart.flutterSdkPath": "/Users/abcd/Documents/flutter". However Flutter command runs on my root terminal but not running on

Submitted July 27, 2018 at 02:20PM by rakeshl...@gmail.com
via Flutter Dev https://ift.tt/2Ontt5h
GGroup: Emotion recognition flutter
Hi, is it possible to use google vision in flutter for detecting emotion of faces detected? If yes, how do I implement it?

Submitted July 27, 2018 at 02:48PM by Giuseppe Gentile
via Flutter Dev https://ift.tt/2LBq04P