AAAniket Acharyaindevutter.hashnode.dev·Dec 13, 2024 · 1 min readExploring Scaffold and WidgetsHere’s a quick rundown of what I implemented: AppBar: Added a title with custom styling (font size, colors, and alignment). Body: Positioned styled text ("ANIKET BODY") in the center using the Center widget, adding custom fonts and letter spacing. ...00
AAAniket Acharyaindevutter.hashnode.dev·Dec 13, 2024 · 1 min readApp Layout and StructuresThis code simply depicts the basic structure of layout for any mobile application .In flutter scaffold provides the visual for a material design application. Here are some of elements that scaffold can include: AppBar: It defines the appbar at th...00
AAAniket Acharyaindevutter.hashnode.dev·Dec 12, 2024 · 1 min readMy First CodeThis simple app displays the text “hello” on the screen. While it may not seem groundbreaking, it’s a crucial first step. With this, I’ve set up my environment, explored the structure of a Flutter app, and run my code successfully. Breaking It Down: ...00