The next article will be about building efficient CI pipelines for large flutter projects
π₯13π6β€3
Happy to share that Sizzle Starter is now updated to Flutter 3.32.0
Together with this update, I have landed a few important ones:
- Now app (root) project is located in "app" folder. This stimulates modularization principles
- flutter gen-l10n is not used anymore for localizations in favor of intl_utils (from Localizely)
- some other minor changes..
https://github.com/hawkkiller/sizzle_starter
Together with this update, I have landed a few important ones:
- Now app (root) project is located in "app" folder. This stimulates modularization principles
- flutter gen-l10n is not used anymore for localizations in favor of intl_utils (from Localizely)
- some other minor changes..
https://github.com/hawkkiller/sizzle_starter
GitHub
GitHub - hawkkiller/sizzle_starter: A production-ready template for flutter applications.
A production-ready template for flutter applications. - hawkkiller/sizzle_starter
π₯11π4
Mobile Tech
Happy to share that Sizzle Starter is now updated to Flutter 3.32.0 Together with this update, I have landed a few important ones: - Now app (root) project is located in "app" folder. This stimulates modularization principles - flutter gen-l10n is not usedβ¦
Following updates might be focused on modularization practices, such as moving features to feature-modules and shared code into corresponding packages, so they are more reusable.
If you want to make your VS Code indentation a bit more beautiful for #Flutter widgets, set "dart.previewFlutterUiGuides" to true
If I'm not mistaken, the same thing exists in IDEA :)
If I'm not mistaken, the same thing exists in IDEA :)
β€10π4
Learn essentials and optimization techniques to achieve fast & robust CI for Dart and Flutter!
https://lazebny.io/effective-ci-for-flutter/
https://lazebny.io/effective-ci-for-flutter/
Michael Lazebny
Effective CI for Dart & Flutter
Set up efficient Flutter CI pipelines with GitLab. Covers linting, testing, caching, coverage, sharding, and monorepo best practices.
π8
I have started working on my next article, which is about semantics and accessibility in Flutter.
We will discuss how to design components to make them accessible to users. You will learn how to use the Semantics widget correctly and understand the differences between semantics properties and widgets. Finally, I will demonstrate how to debug accessibility, write tests, and confirm that you are heading in the right direction.
We will discuss how to design components to make them accessible to users. You will learn how to use the Semantics widget correctly and understand the differences between semantics properties and widgets. Finally, I will demonstrate how to debug accessibility, write tests, and confirm that you are heading in the right direction.
π₯12π3π2π±1