Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Is there currently a way to add a local framework to a Flutter plugin for iOS?
No text found

Submitted May 19, 2018 at 11:46AM by jogboms
via reddit https://ift.tt/2LcDHnL
GGroup: Haven't visited in over a year, what caused the change from WebStorm to Intellij as preferred IDE?
They are almost the same thing, so I was wondering if there was some minutiae I could be filled in on, Thanks :) Oscar

Submitted May 19, 2018 at 05:25PM by Oscar Wang
via Flutter Dev https://ift.tt/2KFJTDD
GGroup: using json serializable on a received array instead of an object - Is it possible ?
I am currently receiving something like this as json [ { "employee": { "user": { "first_name": "...", "last_name": "Mob", }, "employee_zip": 12345, }, "imageA": "https://ift.tt/2wVm9cJ", } ] Notice the above is

Submitted May 19, 2018 at 09:15PM by Adam Zedan
via Flutter Dev https://ift.tt/2ISUBJt
Reddit: Handy little tool
http://mutisya.com/

Submitted May 20, 2018 at 04:59AM by AussieFlutterDev
via reddit https://ift.tt/2Gz9Yl5
GGroup: GLSL shaders?
I was wondering if Flutter supported adding GLSL shaders I was thinking about writing an Entity-Component-System 2d game engine that would make it easy to port games from web to mobile by having Flutter and Web rendering systems with the same interface. I know I can write the RenderingSystem

Submitted May 20, 2018 at 07:09AM by Lawrence Du
via Flutter Dev https://ift.tt/2LimCbI
Reddit: Newbie questions
Do I need to know Dart to actually code in Flutter?There are some good courses on Flutter? If the answer is yes could you plese leave me a link?Thanks in advice!

Submitted May 20, 2018 at 11:11AM by lialiark
via reddit https://ift.tt/2IvSpbE
Reddit: Multi Screen App Question
Hello! I am creating multiscreen app where screens are very similar. They are sharing a lot of code and I want to create something like generic screen class and inherit as much as I can and customize each screen but I am not able to achieve this :s I am new to flutter and I start wonder if it is possible? Each screen is statefull.

Submitted May 20, 2018 at 02:52PM by czater
via reddit https://ift.tt/2rZxTF0
Reddit: How really fast is building an application with flutter?
Link: https://github.com/veetaw/space-flutterJust tested this and built a quite simple app while listening to a 40 mins album on spotify 😎. Check it with the link on this post.

Submitted May 20, 2018 at 06:27PM by veetaw_
via reddit https://ift.tt/2rZNkgq
Reddit: Help with ios
Novice question, can deploy remotely for ios from a windows PC? I can do it in xamarin? Is it possible with flutter

Submitted May 21, 2018 at 04:42AM by Dev_tool
via reddit https://ift.tt/2rYymHS
GGroup: speech_recognition 0.2.0+1 examples ended with error
Hi, I try to learn about speech_recognition in flutter using https://ift.tt/2kgaBaR plugin. It didn't work on Android simulator and also I am getting error when I connect my Samsung phone. In app example the locale set to en_US. In my current locale

Submitted May 21, 2018 at 08:32AM by Niyazi Toros
via Flutter Dev https://ift.tt/2rZ0Ktc
GGroup: BottomNavigationBar not working as spec'ed in Material Design specs regarding Navigation Hierarchy
Seems that Material BottomNavigationBar does not function as specified in the Material design specs. (see: https://ift.tt/2k3Sbtu) When ever we touch a BottomNavigationBarItem it seems that we always get to the top level widget for that barItem -

Submitted May 21, 2018 at 09:51AM by Morten Overgaard
via Flutter Dev https://ift.tt/2IBUaA7
Reddit: Remote widgets for flutter apps?
Hi all,Total flutter noob here so your patience is appreciated.I have a use case where I maintain a mobile application that accepts layouts and custom widget definitions from a remote server and renders them into a container on my current app at runtime.The functional use case is that I deliver the framework app, and a customizable server for each of my customers, who can then build their own widgets and layouts to deploy internally without me having to maintain separate native apps for each customer. I currently achieve this with fairly outdated tech (cordova hybrid app with HTML5 layouts and angularjs directives that are packaged and rendered inside my app). It works but performance is an area I'd like to improve on.Could Flutter accomodate this use case?Thanks!

Submitted May 21, 2018 at 02:05PM by slimjimnabil
via reddit https://ift.tt/2GAPkkV
GGroup: Flutter Firestore plugin throws error when Archiving in XCode
Hi Community, am I the only one to experience that ? I documented the problem in this Stackoverflow post < https://stackoverflow.com/questions/50353995/flutter-firestore-plugin-throws-error-when-archiving-in-xcode> : The app builds fine in debug & release mode, but when I try to archive with

Submitted May 21, 2018 at 02:21PM by sbes...@gmail.com
via Flutter Dev https://ift.tt/2IA1MD1
Reddit: Flutter vs React Native 2018 (MostImportant)
https://ift.tt/2IbQDw3

Submitted May 21, 2018 at 03:11PM by techie_ninja
via reddit https://ift.tt/2IAYVhp
GGroup: whats Path provider doing different from dart:io Directory class
Hi, need a bit of clarification here are these https://ift.tt/2IBCvZ4 and this https://ift.tt/2oXl1AN given you access to the same directory as well as functionality on the device? if not whats the difference? pros and cons of

Submitted May 21, 2018 at 04:10PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2KGYOgF