Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Different paint brush types in drawing app using flutter.
Hi All, I want to add different paint brushes for drawing app using flutter. Now I'm using only stroke width for brush type and I want different kind of brush types like pencil,crayon. marker. Is there any suggestion? Thank you regards, Manu

Submitted August 07, 2018 at 08:17AM by Manusb
via Flutter Dev https://ift.tt/2ANifnZ
GGroup: Changing bundle id on flutter ios app for debug, staging, release builds
I'd like to be able to have a different bundle id for my debug, staging and release builds. This is quite easy to setup in Xcode and I can use a new Scheme for each (see examples in this blog post https://ift.tt/2M0YWgj

Submitted August 07, 2018 at 09:05AM by Jason Scott
via Flutter Dev https://ift.tt/2OjgOzG
Reddit: E-Commerce app using Flutter — Part 2: WooCommerce Dashboard Integration
https://ift.tt/2APbpOM

Submitted August 07, 2018 at 09:33AM by Purple_Pizzazz
via reddit https://ift.tt/2LYZ9jZ
Reddit: Resource to learn Flutter
I am a UI developer working primarily with Angular and JavaScript. I wanted to learn flutter, can someone point me to some good resources or video tutorials to learn it?

Submitted August 07, 2018 at 01:45PM by esnewbie
via reddit https://ift.tt/2vMefOH
GGroup: Delayed animation of list item on scroll
Hi there, I've already tried to get some help on gitter.im and StackOverflow ( https://ift.tt/2OPXwmA) but no luck yet. I'd like ListView items to start scrolling after some delay when the user starts scrolling. Basically it

Submitted August 07, 2018 at 05:23PM by Sekib Omazic
via Flutter Dev https://ift.tt/2KzBQaU
Flutter users have been enjoying Dart 2 for a while. Today is an important milestone: Dart 2 Stable release has been announced!

Learn more in the blog post ↓ https://t.co/hBfwW0AZDZ— Flutter (@flutterio) August 7, 2018

August 07, 2018 at 07:05PM
via Twitter https://twitter.com/flutterio
GGroup: Release Flutter App on Play Store
In order to release a flutter app on the play store, do you need to have a website to do that?

Submitted August 07, 2018 at 07:46PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2LWVtz8
GGroup: Release Flutter App on Play Store
In order to release a flutter app on the play store, do you need to have a website to do that?

Submitted August 07, 2018 at 07:46PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2LWVtz8
GGroup: save an image in firestore storage
? I get image from image picker and put it in file. i want to save it in firestore storage.how can i do this

Submitted August 07, 2018 at 07:52PM by Mohammad Meshkani
via Flutter Dev https://ift.tt/2MrWnjB
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: 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