REREU LEMEINkhaled4cus.hashnode.dev·12 hours agoPRO's & Cons in DartDart: final vs const This document aims to clarify the differences between final and const in Dart programming language. final final is used to declare variables whose values cannot be changed after initialization. A final variable can be assigned ...Discuss·1 like#dart-for-beginners
Rabin Acharyarabinacharya.hashnode.dev·Jul 21, 2023You are using assets in flutter app the wrong wayLearn how to use and manage assets easily and without hassle. Introduction, If you are a developer, you know what I am talking about. Assets are any fonts, icons, images, or files that are used inside the app. When the app gets large and assets will ...Discuss·13 likes·150 readsFlutter
Adekunle Adeyemoadekunleadeyemo.hashnode.dev·Jun 26, 2023Offline data persistence in Flutter with HiveIntroduction Offline mode is a crucial requirement for almost every app, from e-commerce apps to social media apps. This involves storing data locally on a user's device for later use. For example: Current logged-in user information like username, e...Discuss·66 readsFlutter
Curtly Critchlowblog.ccwc.io·May 24, 2023Creating a Dynamic Dropdown Form Field in flutterOverview In this post, we will discuss how to create a dynamic dropdown form field in Flutter. We will be using two DropdownFormField() widget. A region dropdown field and a district dropdown field. A region is the USA equivalent of a state and a dis...Discuss·28 readsFlutter
Nwakanma Dominionimmadominion.hashnode.dev·May 8, 2023Why You Should Learn Flutter In 2023Flutter is a mobile app development framework created by Google in 2017. It allows developers to build high-quality, native interfaces for Android and iOS platforms using a single codebase. In just a few years, Flutter has gained a lot of traction in...DiscussFlutter
Vatsal Bhesaniyavatsal08.hashnode.dev·Apr 13, 2023Write your first Flutter app in 5 minuteshttps://youtu.be/OZAURsRfH6w Hello everyone and welcome to this tutorial on how to write your first Flutter app. Flutter is an open-source mobile application development framework created by Google. It allows you to build beautiful, fast, and nativ...Discuss·30 readsFlutter
Ahmed Azzabazzab.hashnode.dev·Apr 8, 2023Dart IsolateDart is a single-threaded programming language, Which means That it can do one thing at a time. It has a single call stack [ one thread == one call stack == one thing at a time ]. Program run piece of code at a time. Let's explain call stack fi...Discuss·13 likes·96 readsFlutter
Rahul Naikrahulnaik.hashnode.dev·Apr 8, 2023What is API?API means application programming interface. API is a way to connect to a database/webserver with the client. API Example - 1 Let's say that you went to a KFC shop and the waiter will give you a menu to order items. You as the customer will choose t...Discuss·1 like·141 readsFlutter
Ravi Patelravipatel.hashnode.dev·Mar 31, 2023Why You Should Use Flutter for Your ProjectsFlutter is a UI toolkit and SDK which you can use to build applications. Flutter is open source and you can use it to build highly performant mobile and desktop apps. In this article, I'll explain in detail the various benefits of using Flutter so yo...Discuss·39 readsFlutter
Siddhi Jadhavsiddhiblog.hashnode.dev·Mar 23, 2023Flutter FundamentalsFlutter is quickly becoming the world's most popular cross-platform framework. It's because of its awesome developer experience and ability to ship high-quality apps on multiple platforms. One of the most beautiful features of flutter is that it's 10...Discuss·26 readsFlutter