How to upload your flutter project to GitHub

It is always wise to save your codes on GitHub because it acts like a cloud if anything is to happen to your system such as hard disk failure, or even a software failure. GitHub will act like an external storage device. GitHub is also a place to show... https://codeblast.hashnode.dev/how-to-upload-your-flutter-project-to-github

Understanding extension methods in flutter,

Have you ever thought of capitalizing the first letter of a word? Well, you might have thought that. Most beginner developers, don't know how to make the implementation more efficient using extension methods in Dart. What's the hustle without extensi... https://blogs.rabinacharya.info.np/understanding-extension-methods-in-flutter

Popup Menu Button with Custom Icon in Flutter

In this article, we shall see how to use popup menu button with custom icon display in our flutter application.

As you can see, when I click on the photo all the popup items opens and when clicked outside it closes. So to start with, add PopupMenuBu... https://blog.dipenmaharjan.com.np/popup-menu-button-with-custom-icon-in-flutter

Dart and Flutter: The Dynamic Duo of Application Development

This article is meant to provide a comprehensive guide for beginners in software development and to understand the basics of the language, framework and best practices. Software developers who are new and would like to start a career in dart and flut... https://devf.hashnode.dev/dart-and-flutter-the-dynamic-duo-of-application-development

Flutter #day11

I have been working on my quiz app and learned the four pillars of oop in Dart:- abstraction, encapsulation, inheritance, and polymorphism. Abstraction:- made different classes to manage questions and answers, Encapsulation:- made the question list p... https://shreshtxa.hashnode.dev/flutter-day11

Getting creative with Shorebird

Some background We have started doing initial testing with a new client, however, they place restrictions on their devices as well as what can be accessed online, this, unfortunately, includes Google Play Store. Naturally that makes getting them upda... https://blog.remelehane.dev/getting-creative-with-shorebird

Efficient Strategies for Building and Managing Large-Scale Software Projects with Flutter Mobile Apps Part 1 (Project Architecture MVVM).

Introduction.

A. Overview of the topic. In the world of mobile app development, building and managing large-scale software projects efficiently is crucial for success. With the increasing complexity of modern applications and the demand for rich use... https://samuelsonowei.hashnode.dev/efficient-strategies-for-building-and-managing-large-scale-software-projects-with-flutter-mobile-apps-part-1-project-architecture-mvvm

Starting with Flutter Devlopment

You want to start flutter development where to start ? What is flutter : a framework developed by google - set for libraries and programs -that help you develop multi platfome mobile apps How to do in order to arrive to the "Hello World" Program : in... https://aliboura.hashnode.dev/starting-with-flutter-devlopment

Creating a reactive TextField in Flutter

In this article, I will show you how you can very easily create a reactive TextField in Flutter. Motivation A few months ago, while working on a client project, I was building multiple pages in a row which all contained some kind of form, like a logi... https://fluttergamedev.com/creating-a-reactive-textfield-in-flutter

Flutter #day10

Xylo app: added the functionality of the button, played the sound, increased the size, and gave color. used expanded to expand the column buttons to take all the space, and then used cross-axis alignment stretch to expand it horizontally. used arrow ... https://shreshtxa.hashnode.dev/flutter-day10


Chercher