flutter app demos in devops, state management, UI, etc

Related tags

Templates flutter
Overview

novice flutter

Novice Flutter

Doing this a bit different. Not the stuff in the Flutter Docs, but the missing stuff that no one is telling you about. Like:

  • How to extend ThemeData

  • How to Share Scaffolds in the adaptive nav pattern

  • How to really glue the jumble of state solution parts so it becomes one coordinated full state management solution.

  • How to implement full acceptance driven development testing along with behavior driven development within the same exact test setup.

  • Adaptive and Responsive Layouts for all screens

But, first I need the code demos. Hence a repo with small code demos that become the center of book chapters.

Biases

  • Domain Driven Design based

  • Widget Dependency Injection as it's saving grace despite being putting compile time dependency errors in run-time error buckets is integrated with dev-tools to give enough debug tools during debug testing to make up for that antipattern of confining dependency errors to the run-time bucket.

  • BLoC

  • Proper logging via actually understanding why log infrastructure should be using the streaming to support real performative application logging in real-time.

  • Infusion of Functional Programming to switch from imperative to more composable code both in the business-logic layer, domain layer, and the presentation layers

Medium Articles

DevOPS:

DevOPS: Speed Up Code Generation Using Build Runner

How To Get Windows App Targets With Flutter SDK

ADHD Way To master Flutter Project DevOps

As you await articles, you can view past ones at my medium blog:

Fred Grott's Medium Blog

Book Work In Process

As I get closer to publication, these will be updated with real websites implement in flutter explaing about aech book and where they will be published and where to buy them.

[Your First Flutter App]

]Flutter Best Practices]

[Category Theory In Dart and Flutter]

[Dart Programming For Designers]

[Flutter Domain Driven Design]

[Flutter CrossPlatform With Flutter Platform Widgets]

[Material Design In Flutter Apps]

Also a Big HINT! Obviously, I am draft writing my book chapters and breaking those up into smaller articles that I publish on medium at my blog:

Fred Grott's Medium Blog

And, not to mention the fact that I publish medium friend free-link-to-view-articles on certain social media platforms.

About Fred Grott

Having come off of being uncontrolled ADHD sufferer for most of my life, I am now in hyper-drive creating some books about app development. One is about Flutter Best Practices and One is about the Dart computer language.

Places you can follow me at include:

Fred Grott at keyBase

Fred Grott at Twitter

Fred Grott at GitHub

Resources

Design:

Material Dessign 3(Material You) Specs https://m3.material.io/

Nielsen Norman Group, One of the top research groups in UI design. Some of the information is paywalled, but there is still a good foundation of free stuff to view and use.

https://www.nngroup.com/

Donald Norman's Every Day Things https://archive.org/details/pdfy-9Bb1XUCNFvb5HrMP

Jakob Nielsen's Usability Engineering https://archive.org/details/usabilityenginee00jak_pv3

A Course In Mastering The Art of Mixing Colors by Betty Edwards https://archive.org/details/colorbybettyedwa00bett

Josef Mueler's Grid Systems In Graphic Design https://archive.org/details/GridSystemsInGraphicDesignJosefMullerBrockmann

Letterform archive https://oa.letterformarchive.org/

Stephen Coles Anatomy Of Type In Six Letters https://typeanatomy.com/image/640694338958000129

And yes, it's Stephen Cole's website and there are other gems there.

TypeDetai1

https://typedetail.com/

Logo Design Love by David Airey https://archive.org/details/logodesignlogodesignlove

AIGA Design Archives https://designarchives.aiga.org/#/home

Mathematics:

Category Lecture Notes And Books Resources https://www.logicmatters.net/categories/

You might also like...

Flutter Control is complex library to maintain App and State management. Library merges multiple functionality under one hood. This approach helps to tidily bound separated logic into complex solution.

Flutter Control is complex library to maintain App and State management. Library merges multiple functionality under one hood. This approach helps to tidily bound separated logic into complex solution.

Flutter Control is complex library to maintain App and State management. Library merges multiple functionality under one hood. This approach helps to

Feb 23, 2022

This project follows the Reso Coder course for flutter test-driven-development with clean architecture and BloC state management for a random trivia simple app.

This project follows the Reso Coder course for flutter test-driven-development with clean architecture and BloC state management for a random trivia simple app.

Jan 5, 2022

Pomodoro-app - Application of a pomodoro clock with Flutter using Mobx as state management

Pomodoro-app - Application of a pomodoro clock with Flutter using Mobx as state management

Pomodoro App Tecnologias | Como executar | Licença Demo ✨ Tecnologias Esse proje

Oct 21, 2022

FlutterQRcode - Flutter QR Code Scanner app for a specific type of QR using GetX State Management Architecture

FlutterQRcode - Flutter QR Code Scanner app for a specific type of QR using GetX State Management Architecture

qrcode A new Flutter QR Scanner Project for Data Entry using GetX state manageme

Dec 11, 2022

Building a simple Flutter app for understanding the BLoC State Management including: Cubit, Managing Route & showSnackBar.

Building a simple Flutter app for understanding the BLoC State Management including: Cubit, Managing Route & showSnackBar.

Dec 3, 2022

Building a simple Flutter app * Switch Theme * for understanding the BLoC State Management including: Cubit Communications with StreamSubscription & Managing Route.

Building a simple Flutter app * Switch Theme * for understanding the BLoC State Management including: Cubit Communications with StreamSubscription & Managing Route.

Oct 3, 2022

Practice code of simple flutter app to explain how provider works as across the widget state management.

vdo A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is y

Nov 7, 2022

A fully functional Furniture App Clone made using Flutter, Supabase and Getx State Management.

A fully functional Furniture App Clone made using Flutter, Supabase and Getx State Management.

🛌 Flutter Furniture App 🪑 Timberr is a fully functional Furniture App Clone Developed using Flutter, Supabase and Getx State Management which is bas

Nov 22, 2022

Riverpod University. App that shows my way of dealing with state management in Flutter.

Riverpod University A Flutter project that showcases Riverpod possibilities created with https://flutlab.io Realized thusfar: Counter, Light/Dark butt

Dec 18, 2022
Owner
Fred Grott
Flutter front end developer, former android developer seeking next startup ride
Fred Grott
Greentick assignment - State management tool provider and UI components like ListView etc

greentick_assignment This project is a part of assignment, which demonstrate the

Vinod Patil 0 Feb 11, 2022
State Persistence - Persist state across app launches. By default this library store state as a local JSON file called `data.json` in the applications data directory. Maintainer: @slightfoot

State Persistence Persist state across app launches. By default this library store state as a local JSON file called data.json in the applications dat

Flutter Community 70 Sep 28, 2022
Practice building basic animations in apps along with managing app state by BLoC State Management, Flutter Slider.

Practice building basic animations in apps along with managing app state by BLoC State Management including: Cubit & Animation Widget, Flutter Slider.

TAD 1 Jun 8, 2022
An extension to the bloc state management library which lets you create State Machine using a declarative API

An extension to the bloc state management library which lets you create State Machine using a declarative API

null 25 Nov 28, 2022
A powerful state machine for MobX management, that can be used in almost any application state.

A powerful state machine for MobX management, which can be used in almost any application state. It has 3 states - loading, success, error - and is pe

Daniel Magri 8 Oct 31, 2022
Shopify Tag and Product Management App using Flutter and Riverpod State Management

Myshopify App A Simple Flutter Application project to get List of Tags, Products and Product Details from shopify https://shopicruit.myshopify.com/adm

Idowu Tomiwa 5 Nov 12, 2022
Pexels-app - Wallpapers Mobile App using Flutter Framework and pexles API with provider as a state management.

jo_sequal_software_pexels_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to ge

Aasem Hany 0 Jan 5, 2022
Flutter bloc example - An app for State management using BLoC pattern in Flutter

Flutter BLoC My first app for State management using BLoC pattern in Flutter Col

Harshil Patel 1 Jun 16, 2022
Doctor Consultation App in Flutter containing splash screen on boarding screen Routing state management Dash board Bottom navigation Decorated Drawer and Doctors Screen in the last.

Online doctor Consultation App UI in Flutter Doctor Consultation App UI in Flutter Visit Website Features State Management Navigation Bar Responsive D

Habib ullah 14 Jan 1, 2023