Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Keyboard Shortcut To Add Trailing Comma? (Android Studio)
Does this exist? Did not find it on google. Would love to be able to use a keyboard shortcut to add a comma to the end of the existing line or the current widget's closing paren without moving my cursor around.

July 12, 2019 at 04:04PM by boon4376
https://ift.tt/2JJrHtV
New post on /r/flutterdev subreddit:

MXFlutter is a high-performance Flutter dynamic framework based on JS
https://ift.tt/2YQJtl5

July 12, 2019 at 03:49PM by refiammingo
https://ift.tt/2LiVM6B
New post on /r/flutterdev subreddit:

What are the best practices for responsive layout?
I‘m currently working with a MediaQuery class that I initialize in every build method and then scale margins, sizes etc. according to the mediaquery.Is this the best way to accomplish a responsive app? It seems very tedious and somewhat unintuitive.I‘d be super thankful for any help :).

July 12, 2019 at 05:17PM by flexindev
https://ift.tt/2XHCIpl
New tweet from FlutterDev:

🗞 Want Flutter news?

Sign up for the latest Flutter announcements and stay in-the-know. Releases, breaking changes, updates, and more. #FlutterFriday

Join here → https://t.co/O71fbapRiE pic.twitter.com/19zOxY37yv— Flutter (@FlutterDev) July 12, 2019

July 12, 2019 at 06:30PM
http://twitter.com/FlutterDev/status/1149717558188302337
New post on /r/flutterdev subreddit:

Book Library App with Provider package, tests and assets for beginners
https://github.com/devrnt/book-libraryBook Library Flutter project with use of the Provider package (ChangeNotifierProvider, extends ChangeNotifier) and some widget tests.I used the best practices based on the Flutter Developer Quest project.Don't hesitate to contact me if you are having any problems.

July 12, 2019 at 08:18PM by JonasDeVrient
https://ift.tt/2NQ3KGw
New post on /r/flutterdev subreddit:

Can't decide on an architecture - redux vs mobx vs bloc
Hello,I'm starting to build an app, which is sort of a social network, but in a specific niche. I've been reading and trying different approaches, that would be :scalable, maintainable and easily debuggable, and would allow for a clean and well-structured code, that wouldn't mess up the performance and responsiveness of the app.Also, obviously allow appropriate management of global state/data for the app, e.g - Signed in User details, etc.The options that I'm torn between are :BloC + RxDart/streamsReduxMobX​I would appreciate any advice and opinion on the matter, especially if anyone had experience building a rather complex app with one(or more) of the aforementioned patterns and libraries.​Thanks!

July 12, 2019 at 08:13PM by Ovid7
https://ift.tt/32nE4nT
New post on /r/flutterdev subreddit:

Book Library App with Provider package, tests and assets for beginners
https://ift.tt/2jDWrDq

July 12, 2019 at 11:44PM by JonasDeVrient
https://ift.tt/2NR6LX3
New post on /r/flutterdev subreddit:

State Management discussion, the Pros and Cons?
Let's vote and discuss the pros and cons of the flutter state management options. So developers new to Flutter can know which one suits better to their project, and veterans can discover new ideas.Please use each "Comment" as an option.Please upvote the one you like. And "reply" with your opinions.

July 13, 2019 at 01:22PM by Nowm
https://ift.tt/2JvpIua
New post on /r/flutterdev subreddit:

Project Chocolate - Crowdfunding Flutter project developed by 7th grader.
https://ift.tt/2NWxwta

July 13, 2019 at 04:07PM by radi-cho
https://ift.tt/2lea0Ko
New post on /r/flutterdev subreddit:

For all you Go players out there, I've created a Go board widget for Flutter. Please let me know what you think.
https://ift.tt/2YPGxoU

July 13, 2019 at 04:27PM by ironmaiden947
https://ift.tt/2LlSRdm
New post on /r/flutterdev subreddit:

How do I place a column stack at the center of the screen?
Please bear me for a silly question, I'm just getting started with Flutter.​As seen in this pic, the column stack is appearing at the edge of the screen, I want it to come at the center of the screen (equal spacing on the right and left).I'm using this now:
crossAxisAlignment: CrossAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center, 
Why is it not working?

July 13, 2019 at 05:44PM by itsVinay
https://ift.tt/2XNf7i7
New post on /r/flutterdev subreddit:

Flutter web firebase authentication
does anyone have working firebase authentication working on flutter for web?

July 13, 2019 at 05:19PM by DoPeopleEvenLookHere
https://ift.tt/2Y7IyzA
New post on /r/flutterdev subreddit:

Form validation without TextFormField
Hey there​I was wondering since I cant seem to find a description on how to do this for days if some of you might have an input.​I'm trying to make a CRUD dialog with a RaisedButton that retrieves a DateTime value. How can I get form.validate() to consider this value. I can only find how to do this with TextFormFields but surely there must be other ways too?​Any help would be greatly appreciated.

July 14, 2019 at 01:07AM by darthsitthiander
https://ift.tt/2xPJQjW
New post on /r/flutterdev subreddit:

How to learn it?
Hello everyone!My friend is a mobile app programmer (who uses Flutter) and he wants to teach me how to code too. However, he's a great coder, but not a great teacher.I am looking for a guide that will help me start with coding, no advanced stuff. I have followed Flutter's guide, but I suppose it's too advanced for me as I'd like to first understand what's a variable, when I use it, what ( and ) mean, etc.Is there any guide like that, free or paid, that I could use to learn basics? I am not looking for anything quick as I am willing to invest years into learning. However, I want to understand things that I am coding.Right now, I can code a Hello World app, but that's pretty much all I know. I'd like to be able to do much more without looking at any references.Thank you!

July 14, 2019 at 05:07AM by AsPeHeat
https://ift.tt/2Sf8Bzz