Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Flutter vs Cross Platform Swift
What if Apple release a framework like Flutter, let's call it Apper in the near future like 2019, using Swift as the programming language, you can still develop android app with Apper and of course full native support for iOS, will you move over to Apper?This question raised in my mind after seeing a blog post of an iOS Google Engineer about Flutter, you can read it here

Submitted August 07, 2018 at 11:54PM by sandangel91
via reddit https://ift.tt/2AQaKN5
Reddit: Is flutter (or dart) tied to Google in any way?
Im interested in running flutter on devices that are not certified with Google. That is to say they cant run Google play services or even the app store. Is flutter or dart designed in anyway that makes a dependency on Google? Perhaps with some core libraries or updates from 'mothership' along the way?

Submitted August 07, 2018 at 11:43PM by yabadababoo
via reddit https://ift.tt/2vxUw6r
GGroup: Graphs
How do you create a graph in Flutter, because I searched their website, and I wasn't able to find a flutter dependency.

Submitted August 08, 2018 at 02:26AM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2OlhZ1A
Reddit: Help! I'm very confused.
First, a little background on myself. I am not a professional coder. I learned Pascal and C++ too many years ago in highschool.('98 -'00) followed by assembly in college. I've looked through the dart docs, examples, and watched tutorials. It seems straight forward enough.Then we hop over to flutter and i is a completely different animal. I don't know if it is because of the squished code formatting most people seem to be using or if I just can't understand the design paradigm.My biggest confusion is where to put the actual logic for my programing? It seems like main() is only used to enter my app, which is used to build the display and everything in there is kinda higgldy piggly. I was taught a very neat style, with everything separated into header files and main used for the logic.Is there anything that can help me understand the particular logic behind the way things are setup in flutter and how to work in this particular paradigm. If possible, in baby, idiot steps/language.

Submitted August 08, 2018 at 04:36AM by Chronigan
via reddit https://ift.tt/2Mt3eZW
Reddit: [answered?] Why does widget_test.dart exist in every code directory if the first thing I have to do to test it is *delete it*?
https://www.youtube.com/watch?v=YDvhyFiaBZcI think it's there as a placeholder. You can go create a unit test and then you'll use it for automated testing or whatnot. Err.. but I still don't really understand why flutter create creates this file if you don't have to implement unit test(s), then you have to delete it. Wouldn't it make more sense not to create the file automatically? Then whoever wants to write unit tests will create it. A minor thing but still gets me every time.

Submitted August 08, 2018 at 12:49PM by somenick
via reddit https://ift.tt/2vPmRnV
GGroup: how to pass an image list in navigator.push in flutter
I am trying tp pass selected images on next controller but I am getting an error: Tried calling: ancestorStateOfType(Instance of 'TypeMatcher') E/flutter (25860): #0 Object.noSuchMethod (dart:core/runtime/libobject_patch.dart:46:5) #here is my code: setState(() { images =

Submitted August 08, 2018 at 01:19PM by rakesh lorentz
via Flutter Dev https://ift.tt/2B0c6VQ
Reddit: I created a package to create an appbar with a gradient. Works just like the normal AppBar
https://ift.tt/2MtRBlt

Submitted August 08, 2018 at 12:53PM by joostlek
via reddit https://ift.tt/2MdjocW
GGroup: Why is widget_test.dart in code directories if the first thing I have to do is delete it?
Hi, https://www.youtube.com/watch?v=YDvhyFiaBZc I think it's there as a placeholder. You can go create a unit test and then you'll use it for automated testing or whatnot. Err.. but I still don't really understand why flutter create creates this file if you don't have to implement unit test(s),

Submitted August 08, 2018 at 01:42PM by Naim Abu Darwish
via Flutter Dev https://ift.tt/2vOUCFZ
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