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

DART/Flutter is good for the building career?
Is it good to switch to DART/Flutter for building a career in 2021?

June 03, 2021 at 02:02PM by sp_jamesdaniel
https://ift.tt/3piWIta
New post on Flutter Dev Google group:

RAPISCE, INCULA, AMMAZZA I BAMBINI: DANIELE MINOTTI! AVVOCATO PEDOFILO, SATANISTA, SATAN卐AZISTA, MASSON^PIDUISTA, ASSASSINO DI GENOVA, RAPALLO E CRIMINALISSIMO STUDIO LEGALE LISI!
É DA ARRESTARE L'AVVOCATO CHE RAPISCE, INCULA ED AMMAZZA TANTI BAMBINI: DANIELE MINOTTI DI TWITTER, GENOVA E CRIMINALISSIMO STUDIO LEGALE LISI (FOTO https://ift.tt/3ieYQ3y )! NONCHE' DI MASSONERIE SATANISTE E SERVIZI SEGRETI ITALIANI DI TIPO

June 03, 2021 at 02:54PM by LORENZO PIACENTINI LAZARD MILAN
https://ift.tt/2SUeXbU
New post on /r/flutterdev subreddit:

Dart Functions Framework with Google Cloud Platform to manage Firebase backend?
I used to use the firebase cloud functions interop package to write functions in dart, which would then be compiled to javascript and served as cloud functions. Great for manipulating firebase on event triggers.The package hasn't been updated in a while so I'm looking at other alternatives to do cloud functions for firebase.Is there a good resource out there for using the functions framework package, maybe hosting them on google cloud platform, but using it to manage firebase through the Admin SDK? Extra points if I could make this work with firebase cloud function triggers like when a user is created or when a database entry is updated, etc.Alternatively if anyone has alternate ideas for what I'm trying to accomplish please share them. (Before anyone suggests just doing cloud functions in another language, I might end up doing so but I would really prefer looking at what full stack dart options I have.)Thanks!

June 03, 2021 at 02:44PM by Shazamo333
https://ift.tt/3fOgl8Y
New post on /r/flutterdev subreddit:

State Management with Bloc - What is the best way to handle and copy states?
I mostly use Bloc for state management (and sometimes provider for smaller parts of the UI - or at least cubit). The only thing I really hate about Bloc is the states. I always create a StateBase class and extend it with stuff like:```dartclass BaseState {}class Loading extends BaseState {}class Loaded extends BaseState {String myData;// some constructor}```And in the build method we have to make type checks like this:```dartif (state is LoadingState) {} else if (state is Loaded) {} else {// have to do this for the type checker but we never reach this}```This is so much boilerplate I think and we still have to handle think about using Equatable and copyWith methods for all State and Data classes so that we actually trigger a rebuild when emitting/yielding a new state.I liked the way Freezed is handling all the copyWith and hashCode stuff for me but in general I hate Freezed since the code generation introduces new code I don't know about and the syntax of Freezed is absolutely counterintuitive with all the abstract classes. This is sad since you can't read the code easily anymore which is too big of a tradeoff because good code is code which you can easily read and understand.So how do you guys use Bloc in combination with your data classes and how do you guys code states? Did you guys have the same experience with Freezed?

June 03, 2021 at 05:04PM by Hard_Veur
https://ift.tt/2Rh6GhQ
New post on /r/flutterdev subreddit:

How do you guys go about error handling in your architecture? Which is the best way you found?
This is a problem that I think we all came across but I still think I didn't found the perfect solution. I generally go with a 3 layer architecture which is pretty common I think (e.g. MVVM, MVP/MVC....). I separat my project in presentation/application, domain and infrastructure (presentation is UI stuff, application is state management, domain is for the data classes and infrastructure is for the repos).The problem now is how to pass an Error from the repository up to the presentation in the best way? I started by the most trivial approach: if I get null as return type something went wrong. This is obviously bad since we don't know what and where something went wrong (I assume I catch all errors and handle them in the repo since everything else means risking a red screen of death in flutter). I also saw the complete over engineered method from ResoCoder DDD course which used Either and Options all over the place to handle errors.What I'm interested in is how do you handle errors probably? (and how do you pass them to the user - like showing a server error message or no connection error?) I mean it isn't relevant which architecture you use since no matter if MVC or whatever we all need error handling.

June 03, 2021 at 04:52PM by Hard_Veur
https://ift.tt/2TIyyfX
New post on /r/flutterdev subreddit:

Introducing NativeShell for Flutter
https://ift.tt/3yX8FJf

June 03, 2021 at 04:18PM by jpnurmi
https://ift.tt/2TDlCI6
New post on /r/flutterdev subreddit:

super_editor | Flutter Package | Configurable, composeable, extensible text editor and document renderer for Flutter.
https://ift.tt/3yX9aTH

June 03, 2021 at 06:35PM by EngineerScientist
https://ift.tt/34KsRjS
New post on Flutter Dev Google group:

Flutter web automation options for deployed web apps
We want to implement end-to-end tests for workflows in which a Flutter web app is only one of several web applications to be automated in a test environment. In short, I'd like to be able to point flutter drive to a web application URL instead of a main dart file. Even better would be an

June 03, 2021 at 09:56PM by Heinrich Janzing
https://ift.tt/3z0138T
New post on /r/flutterdev subreddit:

Alerting mistakes you are making when you Hire Flutter Developer for your App.
https://ift.tt/3vQ0koQ

June 03, 2021 at 09:25PM by alexisgilburt
https://ift.tt/34YnNsh
New post on /r/flutterdev subreddit:

Keeping up with new features and updates
hi guys, im fairly new to flutter and dart.i basically am starting a flutter and dart course and i have this question, how am i gonna be able to keep up with the developing of the language?? is there a way to see which stuff changes overtime?how do flutter updates work? if i am coding an app while the language changes, how does it affect my code?also, can yall see if this course is outdated or not? i just bought it and i dont want to learn outdated stuffhttps://www.udemy.com/course/learn-flutter-dart-to-build-ios-android-apps/thanks

June 03, 2021 at 11:41PM by FilthyFrankuuu
https://ift.tt/2SaOR4D
New post on /r/flutterdev subreddit:

How does the UI become functional?
I'm sorry this is a very beginner question.So I saw some great flutter UI tutorials on YouTube and I'm just wondering is it possible to make all those beautiful UI functional or not.For example:- I saw a beautiful pie chart UI but can I actually implement it to represent the data taken from the app users?If so how does it basically work?I'm gonna purchase a flutter course this week and one day I'd love to turn those beautiful UI into fully functional apps. That's why I'm curious.Thanks!

June 04, 2021 at 12:20AM by Stoic_Dude_2001
https://ift.tt/3gc90iR
New post on Flutter Dev Google group:

Re: Convert Java code to Dart
Can you explain how the two pieces of code achieve matching *é *for *e *respectively? (Both Java and Dart) On Thu, Jun 3, 2021 at 21:17 ZA
New post on /r/flutterdev subreddit:

Flutter 2.2: Question about the new "Android deferred components"
Are you guys familiar with the manga reading app Tachiyomi? (kotlin android app)This app has a very clever way of splitting components. They call it "extensions". Each extension is in a form of a .apk file which can be downloaded and installed. And it will not add a new app icon in the device menu. The app itself will just have additional functionalities.My question is: Are these two similar? If not, what's the difference?

June 04, 2021 at 05:02AM by yurabe
https://ift.tt/2SWS3AI
New post on Flutter Dev Google group:

The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to solve the incompatibility. Building plugin cloud_firestore...
Note: F:\softwares\flutter_windows_1.17.5-stable\flutter\.pub-cache\hosted\ pub.dartlang.org\cloud_firestore-2.2.1\android\src\main\java\io\flutter\plugins\firebase\firestore\FlutterFirebaseFirestorePlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for

June 04, 2021 at 07:58AM by codewith Rana
https://ift.tt/3gb1Smv
New post on Flutter Dev Google group:

Good Morning
I have a problem I'm using Firebase in that we can authenticate either mobile number or Google signin but I need to use both for verifying both email and password. So give me a solution If I good a good verification method for Email means i can authenticate with mobile number and verify email

June 04, 2021 at 08:46AM by Navaneethan MacAppStudio
https://ift.tt/3pkwyWD
New post on /r/flutterdev subreddit:

I have Mac OS Big Sur. Do I need to do some extra steps to change my terminal from bash to zsh, prior to installing Flutter?
I feel like I shouldn't have updated to Big Sur so fast, but now that I have, is this a necessary step to make everything work better or should I just leave it alone?Is there anything else I should do to make sure that Flutter works with Big Sur?

June 04, 2021 at 09:25AM by JustYourLocalDude
https://ift.tt/2THilaL
New post on /r/flutterdev subreddit:

Facing issue while creating iOS build (Flutter)
hello all
I am facing issue while creating iOS build (flutter )the error is throwing in Xcode isCommand PhaseScriptExecution failed with a nonzero exit code

June 04, 2021 at 11:27AM by jaya2905
https://ift.tt/34JIrfq
New post on Flutter Dev Google group:

Architectural strategy for sharing mobile application in flutter
Good morning I'm currently developing an application project using flutter, which initially has a structure coupled with all features and libraries in just one repository, applying the web view strategy in scenarios where it is necessary to display items developed in other technologies (Ex:

June 04, 2021 at 02:07PM by Lucas Andrade
https://ift.tt/34NHaE4