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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
< 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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
Reddit: Released my first Flutter App on Google Play last night
https://play.google.com/store/apps/details?id=com.whereisdarran.austinfeedsmeThe app helps you find free food in Austin.Source is here:https://github.com/dazza5000/austin-feeds-me-flutterAny feedback is appreciated. Thank you!
Submitted July 26, 2018 at 02:42PM by Dazza5000
via reddit https://ift.tt/2AcnNbf
https://play.google.com/store/apps/details?id=com.whereisdarran.austinfeedsmeThe app helps you find free food in Austin.Source is here:https://github.com/dazza5000/austin-feeds-me-flutterAny feedback is appreciated. Thank you!
Submitted July 26, 2018 at 02:42PM by Dazza5000
via reddit https://ift.tt/2AcnNbf
Google Play
Flutter Feeds Me #FlutterDev - Apps on Google Play
Flutter Feeds Me is an open source app that helps you find events with free food in the Austin Area.Source code can be found here:https://github.com/dazza5000/austin-feeds-me-flutter
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
YouTube
Flutter - BottomSheet (Modal)
Sign up here for more videos: https://robertbrunhage.com/
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/…
Reddit: Bottom Modal Sheet - Flutter tutorial
https://www.youtube.com/watch?v=vt4KNl0q4C4
Submitted July 26, 2018 at 06:06PM by brunisdev
via reddit https://ift.tt/2LqwP9N
https://www.youtube.com/watch?v=vt4KNl0q4C4
Submitted July 26, 2018 at 06:06PM by brunisdev
via reddit https://ift.tt/2LqwP9N
YouTube
Flutter - BottomSheet (Modal)
Sign up here for more videos: https://robertbrunhage.com/
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/…
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
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
GitHub
hyz1992/my_aliplayer
my_aliplayer - 集成阿里云视频播放器到flutter
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
r/FlutterDev - Beginner Flutter Question [FLUTTER CLEAN COMMAND]
1 vote and 0 comments so far on Reddit
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
https://ift.tt/2LDzufD
Submitted July 27, 2018 at 10:32AM by imthepk
via reddit https://ift.tt/2NJyaoQ
Gfycat
breath - Create, Discover and Share GIFs on Gfycat
Watch breath GIF on Gfycat. Discover more GIFS online at Gfycat.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.