This week in Flutter #32

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

Create simple dart project with pubspec.yaml

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

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

Flutter Alert Dialog with Close Button

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

The Start of My Flutter Journey

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

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

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

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

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

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


Search