Recent posts

VI editor

September 06 2023

VI is useful in a CLI-only envireonment, especially when changing remote configurations in a service.

Custom Widgets

November 18 2022

Making custom widgets stless + Tab after the code for MyApp Creating a ‘function’ that can be reused ```Dart class MyApp extends StatelessWidget { const...