Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Flutter Logo in Development-Logo?
Hi everyone Can I use the Flutter Logo in the Logo of our Development-Company? Or is that not allowed? Best regards

June 22, 2019 at 07:08PM by Felix Peer
http://bit.ly/2FrgnRA
New post on /r/flutterdev subreddit:

flutter_hooks vs StatefulWidget
I'm looking into replacing my use of StatefulWidgets with flutter_hooks. For mutable state it's straight-forward, but I'm not sure how to use to replace my uses of initState and dispose. For example, initState to start an async bloc operation or dispose to dispose a stream or scroll/text controller.Is there a good pattern for this? With built-in hooks or does this require creating creating custom hooks?

June 22, 2019 at 07:43PM by Eltonomicon
http://bit.ly/2WY2r7y
New post on /r/flutterdev subreddit:

Looking for some critiques and comments on my first Flutter app
http://bit.ly/2IA563J

June 22, 2019 at 09:40PM by maylortaylor
http://bit.ly/2Y5DGrv
New post on /r/flutterdev subreddit:

Where to find iOS Bundle ID for firebase without Xcode?
I am trying to add my app to my firebase project as per the docs' instructions, and it requires me to enter the bundle id. All instructions of where to find this id explain how to find it in xcode, but i don't have xcode, i develop in my PC.

June 22, 2019 at 10:06PM by TheRedGambit
http://bit.ly/2XvAUij
New post on /r/flutterdev subreddit:

Animations with Redux (or Streams or ChangeNotifiers, etc) [example by Brian Egan]
http://bit.ly/2IW9yZq

June 22, 2019 at 11:03PM by EngineerScientist
http://bit.ly/2J5oHI5
New post on /r/flutterdev subreddit:

The need for a new UI package
For the past weeks i have been working on a styling package for flutter called Division( https://pub.dev/packages/division ). It changes the way we style and construct UI in flutter. I want to expand the project but i dont know if there actually is a need for it or if there are people willing to contribute. What i would like to do is to start a new repository with a bigger scope. I want to change the syntax and make alot more widgets. Some examples of how i would like it to look (I have prototyped and know that the syntax is doable):
// This type of widget is what i have already made Division(child: Widget) .backgroundColor('#eeeeee') // rgb(), rgba(), #xxxxxx and [Color] .width(100) .height(100) .borderRadius(all: 30) .margin(vertical: 10, horizontal: 15) .padding(all: 30) .overflow('scroll') .align(.center) //Hopefully dart will allow this syntax in the future .class(myStyleClass) // reusable style import .onTap(() => print('Widget pressed')) .build() // nessecary so the widget knows when to return Txt('John') // text value .color('#000000') .editable(true) // Editable like TextField .placeholder('Enter name') // Textfield placeholder .build() Img('path/url') .borderRadius(all: 10) .repeat(true) .fit(Fit.cover) .build() etc 
The values above is just dummies values and are just some of the methods.A simple but working version for the Txt widget is already made: https://github.com/ReinBentdal/division/blob/master/lib/src/txt.dartAnd the Division widget alreay exists with a different syntax and with a bunch of properties. Division may be renamed (for example to Box) if this project becomes a reality.A idea is to have the widget value inside the constructor while everything else is added with a method:
[Widget](constructor) .method 
Is this something anyone would like to use/ contribute to? If there is some interest i may open a new GitHub repository (named FlutterUI or whatever) and port over my Division repository to be a part of this.Nothing shown here is final, just thoughts and early implementations. For example not shure if child in constructor is a good idea.

June 23, 2019 at 12:58AM by ReinBentdal
http://bit.ly/2Y7NkKj
New post on /r/flutterdev subreddit:

FlutterForce — Week 32
http://bit.ly/31MBsQ8

June 23, 2019 at 03:04PM by flutterist
http://bit.ly/2IzoddY
New post on /r/flutterdev subreddit:

You don't need file_picker or image_picker for Android anymore. Now intent can do that for you.
Released v1.1.0 intent:What's new ?Can pick a contact from your default phone activityCan capture a photo using default Camera ActivityCan pull document(s)/ media(s) from phoneCan wait for result of activity and get you that backSource : https://github.com/itzmeanjan/intent Pub: https://pub.dev/packages/intent

June 23, 2019 at 07:03PM by meanjan
http://bit.ly/2N3VhPF
New post on Flutter Dev Google group:

Flutter : How to draw map marker widget with Icon as child?
I'am using leaflet map in my flutter application and I want to add custom Marker on the map. Something like that : http://bit.ly/1dpC6HZ. I have found "A Dart implementation of Leaflet.markercluster for Flutter" but I don't know how that can help. Please help

June 23, 2019 at 07:49PM by Gauthier Eholoum
http://bit.ly/2KvHHCx
New post on /r/flutterdev subreddit:

How to print files with Flutter?
Hello, I created an app where you input some values and then you get a graph (I used FlCharts) and a table. How can I print the graph and the table?

June 23, 2019 at 11:00PM by kamilgeagea
http://bit.ly/2ID2Dp0
New post on /r/flutterdev subreddit:

Flutter Events | An Open List of Flutter Events
http://bit.ly/2KxtjK8

June 23, 2019 at 10:19PM by hillel369
http://bit.ly/2N8X06p
New post on Flutter Dev Google group:

3.9MB android build with no flutter so files
I tried flutter build apk --release --target-platform android-arm and flutter build apk and flutter build bundle and i never could get a 64bit build. I'm on • Flutter version 1.5.4-hotfix.2 at /Users/neil/flutter/flutter • Framework revision 7a4c33425d (8 weeks ago), 2019-04-29 11:05:24

June 24, 2019 at 01:25AM by Neil Warner
http://bit.ly/2IAEfV8