FlutterMinimalWebsite icon indicating copy to clipboard operation
FlutterMinimalWebsite copied to clipboard

A minimalistic Flutter website template for blogs and portfolios. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/

Results 4 FlutterMinimalWebsite issues
Sort by recently updated
recently updated
newest added

No Menu Hamburger Icon in mobile layout

How to use the update version with GetX. I used this as doc. ``` builder: (context, child) => ResponsiveBreakpoints.builder( child: child!, breakpoints: [ const Breakpoint(start: 0, end: 450, name: MOBILE),...

1. added responsive 2. navbar refactored blog code

Can be easily reproduced in https://gallery.codelessly.com/flutterwebsites/minimal/