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...

Flexible and Extended

November 17 2022

Flexible Controlling the width/height by % return MaterialApp( home: Scaffold( appBar: AppBar(), body: Row ( children: [ // First box ta...