This must go on official flutter channel. Complex topic explained easily.
@flaasher3 жыл бұрын
One of the best flutter channels ..... respect :)
@dantong89343 жыл бұрын
Thanks for the tutorial. Very easy and deep understanding.
@Nackenschelle2 жыл бұрын
this is f***ing gold, highly appreciated!!
@alejandrogonzalez51923 жыл бұрын
Hey Andrea, thanks for the tutorial! Would you suggest going for Freezed + StateNotifier for a production app?
@aloussase7 ай бұрын
Im not sure when sealed classes came out, but today id think that is the way to go for modeling state
@julienlbrn3 жыл бұрын
👋🏻 Andrea! Thank you for this tutorial. At 14:26, I needed to import 'package:flutter/foundation.dart' at the top of the file to make the command line generate the .freezed file. How could it work for you without it?
@akashkashyap87563 жыл бұрын
Great video... thanks for making this...
@bashiruibrahim84433 жыл бұрын
Wow thank you Sir
@SharpSangalli3 жыл бұрын
Very helpful!
@sumayyariyas85643 жыл бұрын
Hi.. Could you please share a video how to integrate google fit to flutter app? Really want this.. Thanks in advance
@meshkatshadik3 жыл бұрын
How can a single StateNotifier class produce two/more different states? Or do I just need the same number of StateNotifier classes for each state? I'm stuck with this problem for around 3 days. Still stuck!
@BrendansReasons3 жыл бұрын
explanation of maybeWhen at 19:30 was unclear to me
@m.husnulaqib14582 жыл бұрын
thanks
@BrendansReasons3 жыл бұрын
you cut through the crap, thank you
@meansnada3 жыл бұрын
whats the theme you use? looks amazing
@CodeWithAndrea3 жыл бұрын
Dracula theme
@mohamedeltaher16113 жыл бұрын
thank u
@KraasRas3 жыл бұрын
How did you made the screen cast video on the beginning of your great tutorial?
@CodeWithAndrea3 жыл бұрын
Recorded the app with QuickTime, rendered with Rotato
@KraasRas3 жыл бұрын
@@CodeWithAndrea Thank you. It looks really nice
@ashishranjan75863 жыл бұрын
a explaination video of movie app..🥺🥺
@hameedhabeeblahi5763 жыл бұрын
api key file is missing pl
@techhublearn13 жыл бұрын
Sir does the courses on your site give certificate after completion?
@CodeWithAndrea3 жыл бұрын
Yes, all courses come with a completion certificate.
@ericchua34923 жыл бұрын
I need some help. What if the behavior is this i. Load Profile if any ii. Edit Profile How do you construct the ProfileState and ProfiileModel? I am struggling to have both Load and Edit in the same StateNotifier and how to manage the State (freezed). The unexpected behavior i. load profile ii. tap on save iii. profile saved iv. profile is hidden (profile is already loaded, why can't it stays on the screen??? ) my state freezed as below (not sure should I combine or mixed) @freezed abstract class EditProfileState with _$EditProfileState { // General const factory EditProfileState.error(String errorText) = _Error; // Edit const factory EditProfileState.loading() = _Loading; const factory EditProfileState.success() = _Success; // Load profile const factory EditProfileState.dataInitial() = _DataInitial; const factory EditProfileState.dataLoading() = _DataLoading; const factory EditProfileState.dataLoaded(User user) = _DataLoaded; } Do you have any sample codes to achieve the above? Thanks.
@CodeWithAndrea3 жыл бұрын
I would think the states you need are: - noData - data(user) - loading - error Maybe you should load the initial data from your DB before showing the profile page? Then you can initialize your initial state with noData or data(user) accordingly.
@ericchua34923 жыл бұрын
@@CodeWithAndrea if i want to edit the profile, upon success which state will it be? data (user) ?
@hameedhabeeblahi5763 жыл бұрын
from the code on github, api key file is missing
@CodeWithAndrea3 жыл бұрын
Read the instructions on the README on the GitHub repo
@ilmtvtamil3 жыл бұрын
why google didn't hire you yet?
@faheemahmadofficial77013 жыл бұрын
dear brother please please please please please please make flutter series for beginners by using latest mini frameworks for like get tax and other and also teachers basic applications building instead of wasting time on dark