Meet Dabhimeetdabhi.hashnode.dev·May 20, 2024Flutter's Reusable Custom Containers for Big ProjectsIn this blog post, we dive into advanced Flutter development by creating highly reusable and clean Custom Container widgets, perfect for large-scale projects. Discover how to streamline your UI design process with a versatile widget that supports cus...Discuss·1 like·131 readsflutter container
Jeet Bhalujeetbhalu.hashnode.dev·Apr 11, 2024Container Class in FlutterWhat is Container ? A Container is a Box. You can specify height , width , color , margin and padding etc. and in the below example. EdgeInsets.all means all direction (top , bottom , left , right). Example : import 'package:flutter/material.dart...DiscussLearn Fluttercontainer class in flutter