Starting a new app from the Skeleton template (The Boring Flutter Development Show, Ep. 52)

preview_player
Показать описание
Craig and Fitz resume The Boring Flutter Development Show. In this episode, they start building a new application from the Skeleton app template, and much more!

0:00 - Intro
3:21 - Skeleton app tour
8:38 - Running the skeleton app
11:58 - Investigating ThemeMode
12:47 - Investigating the SettingsService
14:48 - Localization
19:08 - Discussing tests
21:44 - Mocks vs Fakes
24:39 - Controllers vs Services
33:28 - Testing the Controller
45:06 - Testing the UI
1:00:31 - Outro

#Flutter #BoringShow #AppDevelopment

product: Flutter - Development - User interface; fullname: Andrew Fitz Gibbon, Craig Labenz;
Рекомендации по теме
Комментарии
Автор

16:45
You can also regenerate localizations with hot reload or with the command: `flutter gen-l10n`

elfor
Автор

Nice Tutorial!!! Flutter is the best framework for cross-app development out there, and all the libraries and stuff it has is just amazing, keep up the good work

Test-uirl
Автор

Thanks for the video it was great without even see one minute because I know how great you are.

ahmedmohned
Автор

Looking forwards to the next one where you have a look at local persistence. Hopefully you can add another setting in?
Thanks!

mlem
Автор

8:10 The reason is because `ListenableBuilder` does not exist, well it does, it's just weirdly named `AnimatedBuilder`! Would be awesome if the Flutter team would deprecate `AnimatedBuilder` and name it with the proper name.

This is doing basically the same thing as => setState())`, ie the whole tree rebuilds _once_ every time settings says it changes. It has nothing to do with the theme animations, that's just ThemeData doing it's thing.

ShawnBlais
Автор

Sir, thank you for your efforts and time.
Please, change the name show,
**it's a creative show.**
Thank you for your time.

TechWithSabri
Автор

I need this theme and color scheme for VS Code. Pls help *_*

mahmoudeslami
Автор

what vs code theme are you guys using?

JenuelDevTutors
Автор

29:05 the getter is cashed; the setter breaks cache

EmanueleTozzato
Автор

flutter create -t skeleton assistant Does not work! Why?

YamalMedia
Автор

I love your VsCode theme😍😍.... what is it called?

codeVictor
Автор

I need this vscode theme 🤤 what is it called?

mesota
Автор

You should have change that theme. It is distracting and visibility of text is low

amitbaderia
Автор

#BoringShow flutter + shelf + gRPC. Please

DartMitai