Snippets
Snippets are the quick code gists. These shorts snippets can be used easily in your projects.

Custom Startup Logic in Flutter
Show different views on startup when a user has logged in or completed a signup.

Shared Preferences Service in Flutter for Code Maintainability
Store/Cache values locally in Flutter. Use a service to make code more readable and easier to maintain.

A Guide to Using ScreenSize In Flutter - A More Readable Approach
Get the size of the current screen in Flutter using context reducing functions.

Flutter Beginners Text Guide
A beginners guide to customising text and how to use custom fonts in Flutter.

How to parse Json in Flutter
This Tutorial shows the best and most convenient way to convert json in Flutter.

Run Flutter Web Without The Errors
Flutter Web Tutorial. Flutter Web Dev not working? A Guide to run Flutter Web when the intructions are not working.

Use RxDart in Flutter to synchronize UI
Short RxDart and Flutter Guide that shows you how to sync up UI events using Subjects as a MessageBus.

How to call a function on start in Flutter stateless widgets
Ever wondered how you would call an async function on start in Flutter from a stateless widget? Well here you go

Rethinking reactivity with Svelte
Svelte is a good attempt to reduce verbose state updates and asignments on the Front end