Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
GGroup: How to download full page from the web
How to load full web page I'm trying to download content from https://ift.tt/1MypKMD to extract information about lottery numbers. I have tried many times, and in all, I had the problem with RedirectException. Does anyone know how to load the page into a

Submitted July 27, 2018 at 04:10PM by pce...@gmail.com
via Flutter Dev https://ift.tt/2va1xco
Reddit: Anyone had luck wrapping Flutter in a React-Native app?
So I am trying to add in-app purchases (auto-renewing subscriptions) to my Flutter app and there are currently no packages out there with this functionality that are ready for production. But there are a few out there for React Native. I don't have any experience with Java/Swift, but I do have experience with React Native.I'm wondering if there is any way to wrap Flutter with a React Native app and provide a bridge similar to the native-bridge that is built into Flutter with the specific purpose of enabling me to handle IAPs in RN and then expose a method (isSubscribed()) which hands off a boolean (subscribed/not subscribed).Any ideas for how something like this might work?

Submitted July 27, 2018 at 05:05PM by lukepighetti
via reddit https://ift.tt/2LqQM0c
Reddit: What do you like or not like about the Dart language? How does Dart stack up against other native languages?
Two part question, but feel free to answer either one :)

Submitted July 27, 2018 at 05:02PM by phriend2spin
via reddit https://ift.tt/2K0yWvB
GGroup: Timer.periodic
I'm hitting a web endpoint and getting JSON data back for display. I'm relying on a periodic timer to do updates. I'd like updates at around 10 seconds. However, since I'm relying on the timer to trigger the read, I have to wait initially for the timer to cycle. Is there a way I can trigger

Submitted July 27, 2018 at 05:59PM by K Wilde
via Flutter Dev https://ift.tt/2vc15KG
GGroup: How to push notification without firebase ?
Hello, I am working on weather app project, and I would like to get a notification of the weather, *even if my application is turn off* (1 notification per day, or 1 notification when you turn on your device). However, I don't use Firebase or any cloud, and I don't want. How can I do that with

Submitted July 27, 2018 at 06:43PM by fab...@metadot.com
via Flutter Dev https://ift.tt/2LDHsFE
GGroup: IOWebSocketChannel with self signed cert
Is it possible to allow a self signed cert when creating an IOWebSocketChannel using the example on https://ift.tt/2y4VVVH works fine with no ssl or a valid ssl, but I need to be able to allow users to accept a self signed cert if that is what their own system has.

Submitted July 27, 2018 at 07:51PM by James Peterson
via Flutter Dev https://ift.tt/2LtPO3z
Reddit: Card Settings - A flutter package for building card based settings forms.
https://ift.tt/2LFJEwq

Submitted July 27, 2018 at 07:32PM by CodyLeet
via reddit https://ift.tt/2K670X4
Want to give focus to a widget, such as an input field? You can use autofocus in simple cases, but you can also use FocusNode to do this programmatically. #FlutterFriday

Learn more → https://t.co/5cj9I7zg13

See an example →https://t.co/pB1My989R1 pic.twitter.com/s5K4bcGP6s— Flutter (@flutterio) July 27, 2018

July 27, 2018 at 08:20PM
via Twitter https://twitter.com/flutterio