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

All the widgets from the Flutter widget index in a single image
Flutter widgetsSometimes it's hard to recall the extensive range of widgets that flutter provides, so I've made a easy to use image containing all of the widgets that are currently available.

December 06, 2019 at 05:22PM by madebyayan
https://ift.tt/2sKfW1l
New post on Flutter Dev Google group:

Scrollable AlertDialog widget
I created a design doc for a breaking change proposal to the AlertDialog widget (https://ift.tt/2rYOH2X). Please take a look if you're interested. All feedback is welcome [image: :slight_smile:] tldr; this change would make the AlertDialog widget scrollable by default, and

December 06, 2019 at 08:25PM by Shi Hao Hong
https://ift.tt/368P75j
New post on Flutter Dev Google group:

App VS Code flutter ERROR redirect. For God's sake someone helps me!
I'm starting here in the community and recent in flutter. I have a mission to use json and input controller. I need the button to exit the first screen redirect to the second screen, save and return to the first showing (name and value). The Second Screen form will have fields: name, phone, date

December 06, 2019 at 08:29PM by Israel Lira
https://ift.tt/2PiVmgh
New post on /r/flutterdev subreddit:

Stateless vs Stateful Widget
Hello there Everyone 😊👋 I hope that you guys are doing well.Here's the thing, I asked this before about whats the difference between stateless and stateful widgets and I'm still confused about them.Now, I'm confused how will I know which one to use and which one not? Means I've seen some tutorials where people made there Main class as statless while some used them as stateful.Any help will be appreciated. Thanks 😊☺️

December 06, 2019 at 09:12PM by m_hamzashakeel
https://ift.tt/2Ryq4EG
New post on Flutter Dev Google group:

New Dart DevTools Release 0.1.12
DevTools 0.1.12 Release Notes Dart DevTools - A Suite of Performance Tools for Dart and Flutter General Updates - An alpha version of DevTools written in Flutter is available for testing! To test out DevTools in Flutter, click the “beaker” icon in the upper-right corner

December 06, 2019 at 09:56PM by Dave Shuckerow
https://ift.tt/2sLrKAq
New post on /r/flutterdev subreddit:

AutoRoute is a route generation library, where everything needed for navigation is automatically generated for you.
https://ift.tt/2rcuJli

December 06, 2019 at 09:23PM by Milad_Alakarie
https://ift.tt/38gkzQX
New post on /r/flutterdev subreddit:

Concise HTML writer syntax using extension methods
https://ift.tt/2LvKU3O

December 06, 2019 at 10:28PM by Abion47
https://ift.tt/2LsPvDO
New post on /r/flutterdev subreddit:

Snowflake effect
Can anyone help with an effect where snowflakes are falling down the page please. Or better still point me to a library/tutorial that will help me do it myself.

December 06, 2019 at 10:24PM by mrksndrs
https://ift.tt/2LsPoIo
New post on /r/flutterdev subreddit:

Architecture of the Google Play Brasil Best App of 2019. 1.5M+ installs, score 4.9 with 68.000+ ratings.
Hi everyone! I'm Ricardo from Cíngulo (www.cingulo.com). Our app has been featured by Google Play as the Best App of 2019 for Brazil. We have 1.500.000+ installs and a score of 4.9 on the store with 68.000+ ratings.We have published a very similar architecture as the one we are using at https://github.com/cingulo/flutter-sample . This sample app is fully working, with a sample API also available.It took us about 3 months to build the app from zero knowledge about Flutter. When we started, it was hard to find fully working, complete examples to play with. This is why we have decided to publish this project.Every project may have its own architecture. This is what worked for us. There are still improvements to be done but it already is a good starting point and it would have helped us a lot if had something similar to this when we started.This post is not intended to promote our app as it actually is not even available in most countries and we already have good numbers. But I did mention our numbers to show that this architecture has already reached many people and is working very well. Anyway, if moderators find this an unwanted promotion, remove the post.Hope it can be useful for some, it would have been for us :)

December 06, 2019 at 11:19PM by rmserro
https://ift.tt/2RuvHDR
New post on /r/flutterdev subreddit:

Any solution to using Flutter + Firebase Auth + Apple Sign In?
My app just got denied because I had Google Sign In but now Apple Sign In. I would love a fix very soon.

December 07, 2019 at 01:13AM by garrettmortara
https://ift.tt/36czPN7
New post on /r/flutterdev subreddit:

Retrofit for api
Is it better to use retrofit and di in flutter for easy implementation in api call?

December 07, 2019 at 01:56AM by Jecky633
https://ift.tt/2RssDs8
New post on /r/flutterdev subreddit:

Calculator App made with Flutter
Hey guys!I recently started learning flutter and just made my first calculator from it. Would love to get any feedback on the code behind it. I'm sure there's a much more efficient way of what I made so I'm open to criticism. The link to the code:https://github.com/createdbymitch/flatcalculatorfollow me on instagram @ createdbymitch I'm doing a 100 day coding challenge!
https://www.instagram.com/createdbymitch/

December 07, 2019 at 04:30AM by Heisenlife
https://ift.tt/369PxIF
New post on /r/flutterdev subreddit:

What are some use cases of auth sign in with Google/Facebook etc without Firebase/server side auth?
This Flutter tutorial video https://www.youtube.com/watch?v=8o-DJDi2bmQ explains how to use Google Sign In without Firebase. Basically the app just uses Google Sign In SDK to retrieve the access token and user info. There is no server side auth such as Firebase involved. One scenario where you implement auth in this way is when your app is a client of the provider's service, for example writing a Google Drive client or Facebook client or Reddit client. Are there some other use cases or types of mobile app that one could just implement auth this way without involving server side auth?

December 07, 2019 at 06:51AM by etca2z
https://ift.tt/38cWJWp
New post on Flutter Dev Google group:

Cannot get rid of the "BOTTOM OVERFLOW BY 24 PIXELS"
Can anyone please help? I have tried everything I've searched on stackoverflow but nothing helps. This is the actual problem. [image: Screenshot_2019_1207_193827.png]
New post on /r/flutterdev subreddit:

<b>Flutter Discovery #20</b>
&#8203;<a href="https://medium.com/flutter-community/quick-tip-firestore-multiple-operations-in-flutter-23ddb08d1581">Quick Tip: Firestore multiple operations in Flutter</a>There will be times when the business logic of your app need multiple database operations to have atomicity. An example will be decrementing a store's stock of a product and simultaneously assign the sold product to a customer. Firestore supports <a href="https://firebase.google.com/docs/firestore/manage-data/transactions#transactions">transactions</a> and <a href="https://firebase.google.com/docs/firestore/manage-data/transactions#batched-writes">batched writes</a>(when all the operations are writes) for situations that demand operation atomicity. These provide a way to maintain database integrity when dealing with multiple operations.<a href="https://twitter.com/timsneath/status/1201320559310598144">Advent of Code 2019</a>The Advent of Code are programming puzzles that are revealed each day till the 25th of December. This is the fifth year of this event and previous years are <a href="https://adventofcode.com/2019/events">archived</a> and still available. They can be solved using any programming language including Dart. The difficulty varies from event to event but they are still a great challenge and could possibly improve code quality<a href="https://twitter.com/dart_lang/status/1202324263753015296">http://DartPad.dev gets an upgrade!</a><a href="https://dartpad.dev/">DartPad.dev</a> is an online compiler for Dart that is very useful for quickly testing and prototyping code. The <a href="https://dart.dev/codelabs">Codelabs for Dart</a> uses embedded DartPads so that users can follow along. The Dartpads can now run flutter apps so now it is possible to test the Flutter SDK straight from the browser. There have been already amazing apps written and shared through Dartpad such as a <a href="https://twitter.com/rodydavis/status/1202412333538140160">piano app</a> and <a href="https://twitter.com/divyanshub024/status/1202828494490591232">a tic tac toe game</a>. There have been some issues reported but any issues found can be <a href="https://twitter.com/divyanshub024/status/1202828494490591232">submitted</a> for triage.<a href="https://www.youtube.com/watch?v=fneC7t4R_B0">Creating custom explicit animations with AnimatedBuilder & AnimatedWidget - Flutter in Focus</a>The newest video in the latest Flutter in Focus series shows when to use <a href="https://api.flutter.dev/flutter/widgets/AnimatedBuilder-class.html">AnimatedBuilder</a> and <a href="https://api.flutter.dev/flutter/widgets/AnimatedWidget-class.html">AnimatedWidget</a> to create your own Explicit Animations. AnimatedWidget changes whenever the <a href="https://api.flutter.dev/flutter/widgets/AnimatedWidget/listenable.html">listenable</a> property, usually an AnimationController change which reduces a lot of boilerplate code. An AnimatedBuilder is a more inline version of AnimatedWidget. It takes a builder function that returns a Widget that gets rebuilt when the <code>listenable</code> property changes. The video recommends making an <code>AnimatedWidget</code> when the Widget is big enough to have its own responsibility and <code>AnimatedBuilder</code> when the parent widget is simple enough or the Widget being animated is not complex enough itself<a href="https://medium.com/flutterpub/flutter-alert-dialog-to-custom-dialog-966195157da8">Flutter Alert Dialog to Custom Dialog</a>Flutter has multiple ways to create dialogs for situations where the user needs to be alerted. They are also highly customizable beyond what the default offers. This article goes over the various types of dialogs and how to customize them to create the perfect dialog<a href="https://www.youtube.com/watch?v=kVEguaQWGAY">ToggleButtons</a>The ToggleButtons offers a horizontal set of toggle buttons perfect for situations with buttons that can be grouped logically.…
New post on /r/flutterdev subreddit:

Flutter UI videos and what content you’d like to see on YouTube
Hi guys, I’ve stumbled across a post in this subreddit concerning YouTube creators and the amount of UI videos. Here is the postI’ve wondered what type of content you guys like to see on Youtube?(expect the ones mentioned in the post) What do you guys think about speed code videos? What do you think about those ‘App from scratch’ videos that aren’t really meant to be tutorials?Because I really enjoy watching those types of videos😅Would really appreciate everything you guys have to say on the topic.Thanks guys

December 07, 2019 at 01:22PM by levelupdigital
https://ift.tt/369RrZZ