Bigyanicnotes.bigyantimilsina.com.np·Jan 11, 2025Flutter Custom Widgets Tutorial: A Beginner's Learning JourneyFlutter is like a momo-making machine. You take raw ingredients (widgets), mix them well (code), and create something delicious (apps)! For anyone diving into Flutter development for beginners, custom widgets are a must-learn skill. They let you buil...Flutter
Bigyanicnotes.bigyantimilsina.com.np·Jan 1, 2025How to Fetch Data from the Internet in Flutter with APIsAPI (Application Programming Interface) An API (Application Programming Interface) is like a bridge that lets two software programs talk to each other. It defines how one program can request information or services from another. For example, when you...1 likeAPIs
Reme Le Haneremelehane.dev·Dec 31, 2024Flutter skill: using CustomPainter for drawing custom shapes and graphics.If you need to create complex shapes, custom visual effects, or even a signature pad, CustomPainter is the way to go. It gives you complete control over drawing on the canvas. Example: Drawing a Sun with Rays This example demonstrates how to use Cust...Flutter
GDG Siligurigdgsiliguri.hashnode.dev·Dec 28, 2024An Introduction to Object Oriented Programming in DartAbout the Author This blog was written by Amarjit Malick. He is currently working at Cloudcraftz as an Associate Software Developer. He has over 2+ years of experience on working on Flutter and App development. We’re grateful to have him share his in...62 readsFlutter
Bigyanicnotes.bigyantimilsina.com.np·Dec 26, 2024All You Need to Know About Flutter WidgetsHave you ever wondered how apps are built? In Flutter, the answer lies in something magical called widgets. Let’s dive in to understand what widgets are, how they work, and why they’re so important. What is a Widget? A widget is like a building bloc...Flutter Examples
Bigyanicnotes.bigyantimilsina.com.np·Dec 17, 2024From Educator to Developer: Starting with FlutterToday marks the start of a new journey—and it’s an extra special day because it’s my 25th birthday! I am kicking off my learning journey with Flutter, and this blog will serve as a weekly checkpoint to document my progress, reflect on my experiences,...1 like·45 readsFlutter
Parth Shethparthshethflutterdeveloper.hashnode.dev·Dec 16, 2024Exploring the Flutter ExpansionTile: A Comprehensive GuideThe ExpansionTile widget in Flutter is a great tool for displaying a list of items that can expand or collapse. This widget is useful for creating expandable/collapsible sections within your app, often used for things like FAQs, menus, or lists with ...Flutter Widgetsflutter expansion tile
Encodedots Technolabsencodedots.hashnode.dev·Dec 13, 2024Flutter 3.27 Release OverviewIntroduction Welcome to Flutter 3.27! This release is packed with exciting updates designed to enhance your development experience and elevate your app’s performance. Flutter 3.27 brings improvements across the framework, engine, and ecosystem, with ...69 readsFlutter
Aniket Acharyadevutter.hashnode.dev·Dec 13, 2024Exploring 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. ...1 likeFlutter
Aniket Acharyadevutter.hashnode.dev·Dec 13, 2024App 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...1 likeFlutter