Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Is this a typo in the EdgeInsets doc?
https://ift.tt/2njO26t Hi, I thought I understood *EdgeInsets *but then I read the doc and, down at Implementation, I'm confused again. *How can 40 become 0?* Or maybe I don't understand what *Implementation *means. Might look like I'm being a

Submitted August 08, 2018 at 03:11PM by Naim Abu Darwish
via Flutter Dev https://ift.tt/2OmHTlh
Reddit: Flutter challenge: save image to local album.
As far as I notice that there is no project or library can do or show save an image to local album, does it?

Submitted August 08, 2018 at 05:12PM by lucasjinreal
via reddit https://ift.tt/2OnN70u
Reddit: Thinking about making a breaking change to RxCommand
Hi, don't know how to reach you who already use my RxCommand. Currently the command itself is an Observable that emits CommandResult objects while the .results property emits the raw values. While working on my current project I realized that I way more often use the .results So I think about swapping the two meaing .results would issue CommandResult objects and the command the raw values.What are you thinking on this? The refactoring should be pretty easy and as longs as we don't add new features to RxCommand existing Apps won't have to change to the new version. Cheers Thomas

Submitted August 08, 2018 at 05:11PM by escamoteur
via reddit https://ift.tt/2M8cs0K
Reddit: IAP: flutter_inapp_purchase has been released
I just want to let everyone know that as of a couple days ago flutter_inapp_purchase was released on pub. I have refactored my app to use it and it is running awesome on iOS (getting Android setup for the first time as we speak).It is a developer port of react-native-iap which is a really nice 👌🏼 IAP package for react-native.IAP has long been a thorn in my side for Flutter apps and I am so glad to see this out there. I'm sure he has a lot of work on his hands so please, all IAP devs lend support when able.I am calling on /u/JackAppDev, /u/unhappyrobot, and /u/vladlichonos to consider consolidating effortsAlso pinging u/nerdywordy, u/brunisdev, u/Hell0Sh1tty to spread the good newsNote: I am just spreading the word, I have never met the dev of flutter_inapp_purchase

Submitted August 08, 2018 at 04:27PM by lukepighetti
via reddit https://ift.tt/2KCimlX
GGroup: Real-Time Face Detection
Hello everybody, Could you please tell me if, in your opinion, is it possible to create a flutter app that could be capable to process images directly from the camera. In a few words, I want to create a camera-based app like Instagram Camera. I want to use the filters and I really need the app to

Submitted August 08, 2018 at 07:03PM by luigi.s...@gmail.com
via Flutter Dev https://ift.tt/2vvRPC1
GGroup: Strange Error in flutter !
Can someone help me out to resolve this error. * What went wrong: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:

Submitted August 08, 2018 at 07:06PM by rakesh lorentz
via Flutter Dev https://ift.tt/2AS8WmG
Reddit: Open source screens and UI components for Flutter devs: FlutterScreens
A collection of Screens with attractive UIs built with Flutter ready to be used in your applications.One of the flutter screens available and ready to be used.Check out https://github.com/samarthagarwal/FlutterScreens and show some love. Don't forget to share and star the repo.

Submitted August 09, 2018 at 01:05AM by samarthagarwal
via reddit https://ift.tt/2nl493H
GGroup: How to add watermark to image ?
Hi, How can i add watermark to selected image ( either from camera or gallery ). Thanks, Venu Gopal

Submitted August 09, 2018 at 06:24AM by venu gopal Gupta
via Flutter Dev https://ift.tt/2M3tpKK
GGroup: Kindly help me to design my output
Dear all kindly help me out to design list or grid output like this mentioned in attached image.

Submitted August 09, 2018 at 07:10AM by ajay sharma
via Flutter Dev https://ift.tt/2OmqUzK
GGroup: Exception has occurred. NoSuchMethodError:The method 'ancestorStateOfType' was called on null.
I have created a constructor on a class with string parameter. Then I simple passed a string on navigation but throws an error (Exception has occurred. NoSuchMethodError:The method 'ancestorStateOfType' was called on null.) //Passing parameter on navigation String name1 ="dfdvf"; Navigator.o

Submitted August 09, 2018 at 12:33PM by rakesh lorentz
via Flutter Dev https://ift.tt/2MjcSRU
GGroup: How to pass and get list or array parameters between two views on navigation on flutter?
I need to know how we can pass array parameters on navigation without creation models and simple using constructors between multiple screens.Can someone help me with this?

Submitted August 09, 2018 at 01:00PM by rakesh lorentz
via Flutter Dev https://ift.tt/2KEehxR
Reddit: Flutter performance future discussion and questions
Hi!Disclaimer: I am a super noob, I could not possibly be further away from being an expert developer, so if I'm saying some stupid things, please prove me wrong. Also I'm italian and I'm not very good with english, please forgive me fot that.I started learning Dart and Flutter few days ago. I come from a background of heavy KLWP nerding (an app that allows you to create awesome Live Wallpapers for android) and I love making UI's and animations, so my dream is to learn making well animated apps like Telegram X and stuff, but I noticed that the performances of animations in Flutter apps are not what they "should" (imho) be. I mean, even if you compile the release version of your app, if you try to slowly scroll a ListView you can definitely tell that there is a delay from when you start to scroll to when the List starts to move (it's so evident in each flutter app you can find on play store, and it simply doesn't happen in a native app with some scrollable lists), and this is only one example.As I mentioned before, I wanted to learn to code because I love animations and material design, and the example of Telegram X is important, because seriously if you haven't tried it before, try it. Its animations are purely stunning, and I feel like it is completely impossible to achieve such a smooth and consistent result with the material library for flutter, I've tried so many flutter app in these days and they all have that strange feeling.. Idk, they are not what I expected them to be, but I think also that flutter is a young project and it could improve so much in the future, but since I am not an expert in this field, I'm not sure of that.Also, I'm thinking about the future Fuchsia OS, and I would love to know, from someone more expert than me (because I seriously searched on google for all this morning and found nothing) if the apps that we build with flutter will be completely and beautifully native for Fuchsia (I mean that maybe, when Fuchsia comes out, it will not show the aforementioned micro-lag with ListViews and stuff, because the Dart language will be fully optimized to work with Fuchsia, but that is my hypothesis). Because this would be a game changer to me and it would convince me to fully engage in learning Dart and Flutter.What do you think?

Submitted August 09, 2018 at 02:12PM by VittorioMasia
via reddit https://ift.tt/2vMZo6E
Reddit: Flutter and Google App Engine
Hey guys,im currently investigating flutter for my master thesis. I want to build a "skill management system" app which will get user data from google accounts. With the help of the google app engine to use google's cloud solutions to make the data avaiable for everyone. I also need to figure out which database would fit the best.Does anyone know if it is feasible with flutter, the google app engine?The question on my side is, it is for a small business and in this way we can save a lot of money, cause the google solutions are cheaper and they have a nice scalability.Best Regards and i hope my english is understandable,Dennis

Submitted August 09, 2018 at 01:45PM by Krysen
via reddit https://ift.tt/2KF2fnI
Reddit: Custom appbar design with button?
Can someone help achieve this design. I am really struggling. I used stack and column but I still can't get it quite right. Any pros out there? Please? Thankshttps://i.redd.it/rio3oxohx1f11.png

Submitted August 09, 2018 at 01:18PM by DovakhiinHackintosh
via reddit https://ift.tt/2OVhKv2
GGroup: column problems
how can i put two rows in a column that of them is in top of column and other is in bottom?

Submitted August 09, 2018 at 04:38PM by Mohammad Meshkani
via Flutter Dev https://ift.tt/2nokRiA