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

My take on Navigator 2.0 (or Router) API
Flutter as a framework has lots of really good solutions for exposing its APIs for us to build mobile applications. With all the respect to the team involved, Router is not one of them.And I don’t think I am alone on this one, just look at the comments in the most upvoted router-related explanation post - while the explanation is great on the post, this is a bizarrely verbose solution for an app that has two extremely simple pages. How should I feel needing to write more lines for the navigation when comparing to the whole page’s layout?I am far from the most experienced developer out there but, with a decent sum of years in mobile development, having worked with Android and iOS native APIs, I don’t think this is a developer adoption learning curve problem, this is very likely a overly complex solution for something that could be simplified, even if at some minimal performance cost that I am unaware of.I tried to ask about this in Flutter Engage live Q&A event, but I wasn’t lucky to get my message read.After spending about 30ish hours in total, I have given up trying to scale this solution for my application that has around 12 full-screen pages and deep-links. Sure, I could try harder and eventually find out better implementations for my use-case, but it would still be super verbose. I am not event taking into account the insane amount of docs and comments that I added to the related classes, to make them friendly for anyone that will be reading my code later.There are alternatives like beamer and voyager which kind-of removes part of the complexity, but still, they have to implement another bigger abstraction as an alternative to the “native” one.And with all of that said, we get to the core issue that gets closed almost a month ago with a roadmap for an improvement of the Router API!I am just sharing this for people that are also struggling with this new API. For now, to meet some deep-link use-cases I still have to use Router, as it introduces relevant new behaviors, but I will not spend any more time trying to understand an API that must change (and Flutter team already positioned like so), I will use and try to contribute to one of the existing community libraries. Just hope that they could be more emphatic on this matter, as of right now, the API is just “hanging” there, on the stable branch.

March 08, 2021 at 11:09PM by gmatuella
https://ift.tt/2OxzMb5
New post on /r/flutterdev subreddit:

Help choosing between react native and flutter.
/r/appdev/comments/m0y6tc/help_choosing_between_react_native_and_flutter/

March 09, 2021 at 05:18AM by ewoolsey
https://ift.tt/38lVhCX
New post on Flutter Dev Google group:

Learn Everything About Flutter
Hello, My Dear Friend! Please like and subscribe to this youtube channel! Here you learn : 1: Creating a Modern Promo Video in After Effect 2: Modern Mobile Application Development in Flutter 3: Modern Web App with React-Hooks. 4: Modern Video Editing 5: Principle of Animation 6: Creating

March 09, 2021 at 06:37AM by Jitendra Kumar Kumawat
https://ift.tt/3cicJt9
New post on Flutter Dev Google group:

Rename a specific field to snake case (json_serializable) package
hi , anyone here using *json_serializable* package ? i would like to know how can i rename a specific field to snake case , example : id change to _id , thank in advance

March 09, 2021 at 07:47AM by You Sour
https://ift.tt/3qpXuTP
New post on Flutter Dev Google group:

iOS state management problem
i'm building an app that records location and accelerometer data, and exports that data into a csv file. *The problem:* when I'm deploying to android everything working fine. I have a running clock as you can see at the build widget: `time:DateTime.now().toString()),`. And the location

March 09, 2021 at 07:56AM by Amit Aflalo
https://ift.tt/3brm4iW
New post on /r/flutterdev subreddit:

In App Purchases with Bloc.
Has anyone implemented IAP using Bloc as state management?Or know of any open source projects that has done it.Would love to look at some examples!Thanks!

March 09, 2021 at 07:57AM by MentalMarzipan5
https://ift.tt/3quqV7o
New post on /r/flutterdev subreddit:

FlutterFire for windows and linux?
FlutterFire packages are available for Android, iOS, web and macOs. Do you think they will be available on windows and linux anytime soon? Is it doable?
The roadmap is not updated anymore https://github.com/FirebaseExtended/flutterfire/issues/2582

March 09, 2021 at 11:32AM by chiracjack
https://ift.tt/30sP2sp
New post on /r/flutterdev subreddit:

Flutter Template Examples
I finally published my first Flutter app. It is a collection of Flutter widget and animation examples. The part about UI Snippets are frequently updated from Rest.​https://play.google.com/store/apps/details?id=com.tltemplates.flutter_templates

March 09, 2021 at 02:13PM by tledrag
https://ift.tt/38oKWWO
New post on /r/flutterdev subreddit:

Best approach to go from idea to app planning?
I have an idea for an app. What’s the best way to get started. Is there any books and courses on how to plan for an app e.g. wire framing, user flows, etc.This isn’t necessarily how to code the app. But just the basic planning on how to develop the app if that makes sense?Like, drawing the blueprint before building the house.Any books or courses would be greatly appreciated.

March 09, 2021 at 03:02PM by augst1
https://ift.tt/38kGqID
New post on /r/flutterdev subreddit:

Anyone else with huge performance difference between Firefox and Chrome, for flutter web?
After flutter web has been declared stable, I couldn't resist playing around with it a bit.I find huge differences in responsiveness between Firefox and Chrome. Is this normal?It's hard to describe. Basically, the animations trigger with a huge delay, same goes for page transitions. I tried to capture this, by clicking and then moving the mouse. At the end of the Firefox clip, I move the mouse immediately after clicking, but it takes time to register and play that inkwell animation. Here's an imgur link: https://imgur.com/a/yKEo8ec

March 09, 2021 at 02:40PM by mintwurm
https://ift.tt/3qzjU5c
New post on /r/flutterdev subreddit:

Portfolio Website in Flutter
Hey Guys,Given the much-anticipated release of stable Flutter Web, I decided to build a portfolio website in Flutter. Additionally, it uses Firebase as a Content Management System.Here is the link:https://taufeeqr.dev/The source code is available here: https://github.com/taufeeq849/portfolio_websiteAll feedback is much appreciated, thanks.

March 09, 2021 at 03:57PM by taufeeq849
https://ift.tt/30oGRxv
New post on /r/flutterdev subreddit:

cesarferreira/UIState - Clean way of representing UI state in a flutter widget
https://ift.tt/2MZyuoP

March 09, 2021 at 03:42PM by tymonn
https://ift.tt/3t4bTa5
New post on Flutter Dev Google group:

Scrolling to close a Container
I am working on a layout where when you scroll up you close the container you are scrolling on. I am getting an overflow problem when the container starts to close due to the words not fitting in their space anymore. I tried wrapping my column in a fittedbox but that seemed to cause errors

March 09, 2021 at 04:21PM by Mark Valeriani
https://ift.tt/3t18atS