Do you also work on a Flutter project with many screens and many custom widgets? How do you load a specific screen with specific dependencies when you work on it? How do you provide the screen to your designer for review ? If you felt uncomfortable a... https://mvolpato.hashnode.dev/this-week-in-flutter-32
Steps: 1, Install stagehand: $ flutter pub global activate stagehand
2, Add installed pub bin to PATH: export PATH="$PATH":"$HOME/soft/flutter/.pub-cache/bin"
3, Use stagehand to generate a simple project $ stagehand package-simple https://0xbf.me/create-simple-dart-project-with-pubspecyaml
![Journal - Today's Activities](https://www.cdn5.niftycent.com/d/e/a/K/d/r/r/journal-today-s-activities.webp)
It's the 1st of December and the last month of 2021. Wow! that year has flown by and so much has happened in 2021. Many of you are probably planning for 2022 or have your plans layed out for the year ahead. I'm playing catch-up to be honest so need... https://chrismulvany.com/journal-01-12-2021
What is an Alert Dialog? Flutter Alert Dialog is a Popup Box will use to show small messages on Current window. This Alert Box can be of Warning/Info/Network alerts... class DialogButton extends StatelessWidget { final Widget child; final double ... https://tpoint.hashnode.dev/flutter-alert-dialog-with-close-button
I can't remember the day I first heard about flutter. It was a long time ago and since then flutter has evolved a lot. I do remember thinking right away it would be revolutionary. With flutter a dev could do it once and publish to iOS or Android and ... https://coffeecode.hashnode.dev/the-start-of-my-flutter-journey
![FlutterTip: Select quick actions in VSCode faster](https://www.cdn5.niftycent.com/d/1/x/X/A/K/r/fluttertip-select-quick-actions-in-vscode-faster.webp)
If you are an avid keyboard user you may not enjoy having to reach out for your mouse every time you need to select a quick action, for example, to wrap one widget with another widget. Although this is not specific to any programming language, it is ... https://blog.fabianmendez.dev/fluttertip-select-quick-actions-in-vscode-faster
![Flutter MVVM and Clean Architecture - Part 2: Testable Routing](https://www.cdn5.niftycent.com/d/D/m/N/a/r/6/flutter-mvvm-and-clean-architecture-part-2-testable-routing.webp)
In the previous post we went through the basics of setting up the view models, moving all the logic from Widgets to the VMs, making it very simple to test and reason about action/effect. That's nice, but what about routing? Routing I want to route s... https://cassiuspacheco.com/flutter-mvvm-and-clean-architecture-part-2-testable-routing-ckwkjnkph0dmngns1cf8e7d5n
![Flutter MVVM and Clean Architecture - Part 1: Setup](https://www.cdn5.niftycent.com/d/1/0/E/y/x/6/flutter-mvvm-and-clean-architecture-part-1-setup.webp)
I've written in the past an example of an iOS app, using The Clean Architecture and MVVM, which is a solution that has worked very well for me and my teams in the past years. I'm going to share as a series of posts how easy and clean it can be scali... https://cassiuspacheco.com/flutter-mvvm-and-clean-architecture-part-1-setup-ckvxo2f6q021rz2s1825l8bf1
![Flutter, Hive And Getx](https://www.cdn5.niftycent.com/d/1/n/A/O/7/Y/flutter-hive-and-getx.webp)
LEARN HOW TO USE HIVE AND GETX IN FLUTTER BY BUILDING ET SIMPLE NOTES APP Introduction Hi everybody, i'm Jocelin and we are going to work with Flutter, especially how to use GetX and Hive. Defintions Flutter is an open-source UI software development... https://jocelinfowe.hashnode.dev/flutter-hive-and-getx
![Flutter, the marvelous of 120 fps](https://www.cdn5.niftycent.com/d/1/B/E/B/N/V/flutter-the-marvelous-of-120-fps.webp)
flutter uses Widgets, Elements, and RenderObjects, to deliver the 120fps eye stunning performance
Flutter layers flutter is built on top of five layers
Skeia Engine Low-level C++ dart:ui rendering widgets Material & Cupertino
Dart:ui provide the b... https://laknabil.hashnode.dev/flutter-the-marvelous-of-120-fps