Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Problem with Uploading a video with MultiPart request (http package)
Hi everybody, I am experiencing problems in uploading a file to Vimeo using a *streamed PUT* request of the *http *package. Steps: - Create multipartfile using http.MultipartFile.fromPath() - Add the newly created file to a http.MultipartRequest (PUT) - Add headers to the request

Submitted August 07, 2018 at 08:14PM by Gabriele Mazzola
via Flutter Dev https://ift.tt/2MnmeZM
GGroup: Andoid App Review
I have an app that is pending publication and it has been for about 1 hour, so how long should I expect my app to be pending publication?

Submitted August 07, 2018 at 09:10PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2njHoxb
GGroup: Google Play Store
When I search for my app in the Google play store website, it shows up as the first result, but on the app, it isn't even shown, so what is going on?

Submitted August 07, 2018 at 09:41PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2vKEuFj
GGroup: [Breaking Change] SegmentedControl -> CupertinoSegmentedControl
Hello, Currently the new iOS-style SegmentedControl widget is the only widget in the Cupertino library that isn't named Cupertino*. To maintain this pattern, I would like to change SegmentedControl's name to CupertinoSegmentedControl. If you used a Widget called SegmentedControl, then rename

Submitted August 07, 2018 at 09:59PM by Natalie Sampsell
via Flutter Dev https://ift.tt/2Ky4DfT
GGroup: Piano Exam Prep
I have released an app that all of you can use. It is called Piano Exam Prep. I have attached the link below. I used Flutter to develop it and so far, I have only put it on the Play Store, but the IOS version should come soon. The link is attached below. https://ift.tt/Y7CXUs

Submitted August 07, 2018 at 10:11PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2njAnMF
GGroup: How to get Map Class index id
Hi, I've been trying to figure how to get the index from my list with map() class. My List class MyTestList { MyTestList({this.title}); String title; } List myTestList = [ MyTestList(title: "Foo 1"), MyTestList(title: "Foo 2"), MyTestList(title: "Foo 3"), ]; I know how

Submitted August 07, 2018 at 10:24PM by Marc Andrew
via Flutter Dev https://ift.tt/2OSarUX
Reddit: iOS App Development Without Mac?
I have an IPhone, but not a mac. I'm currently running Linux on a XPS 13. Is it possible to develop iOS apps with flutter without having a mac? I understand that in order to release the app I will probably have to sign it with Xcode, but I was wondering for purely developmental purposes, if I could develop iOS apps with flutter on linux wtihout a mac.

Submitted August 07, 2018 at 10:29PM by throwaway119284
via reddit https://ift.tt/2OTno11
GGroup: [Breaking Change] Removes children and modifies constructor in ListWheelScrollView
Hello, As part of pull #19789, I'm planning to replace the ListWheelScrollView's [children] field with a [childDelegate], just like we do with Slivers. This change will - Remove the children field from ListWheelScrollView - Add a field called childDelegate to ListWheelScrollView -

Submitted August 08, 2018 at 01:13AM by Viet Do
via Flutter Dev https://ift.tt/2ARC3Xo
Reddit: I made my first Flutter App! A simple audio recorder for your phone!
I got interested in Flutter after seeing the "Single Codebase, Two apps with Flutter" video from about a year ago, and I actually got very frustrated with a different mobile development framework called Kivy which I was using to build a hobby mobile game (https://www.youtube.com/watch?v=e_MNbgrjB-8&t=1s).Ya'll can check out the audio recorder app here:https://github.com/LarsDu/simple_flutter_audio_recorderI'll eventually take some time to fork the app and add a server connection for audio --> text transcription using some machine learning...

Submitted August 08, 2018 at 01:17AM by Fathomx1
via reddit https://ift.tt/2vK5jcX
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