Tadas PetraforTadas Petratadaspetra.hashnode.net·Nov 20, 2020FeaturedQuitting My Job with Only $150 Monthly Side IncomeWhy I left Since I was in highschool, I never wanted to work a 9-5 job. I have been the person that likes to have control of what I am doing, and with the things that I build. What I don't like about 9-5 A 9-5 forces you to stay there even when you...Cryptokkie and 10 others are discussing this11 people are discussing thisDiscuss·178 likes·2.9K readsflutter
Promise AmadiforPromise Amadi's Blogpromise.hashnode.net·Sep 4, 2019FeaturedBuild Your Responsive Flutter Layout like A ProYour days of experiencing deadends when it comes to working on an engaging layout as a software developer are over. In this write-up, you will learn how to build a hitch-free and adaptive layout with Flutter. As part of the tools for this writeup, yo...Discuss·56 likes·1.4K readsGeneral Programming
Sébastien LorberforSébastien Lorbersebastienlorber.hashnode.net·Sep 1, 2020FeaturedKotlin multiplatform: a new cross-platform contender to ReactNative and FlutterAfter ReactNative and Flutter, a new cross-platform solution is emerging: Kotlin Multiplatform Mobile (KMM) has just been released in alpha. Introduction Kotlin Multiplatform allows you to share logic written in Kotlin between Android and iOS, and ...Discuss·54 likes·979 readsKotlin
Rahul NaikforRahul Naik rahulnaik.hashnode.net·Apr 22, 2023Navigation and routing in FlutterFlutter provides a complete system for navigating between screens and handling deep links. Small applications without complex deep linking can use Navigator, while apps with specific deep linking and navigation requirements should also use the Router...Discuss·1 like·51 readsFlutter Widgets
Niyas KunnekkadanforNiyasKunnekkadan's blogniyaskunnekkadan.hashnode.net·Mar 29, 2023The 7 basic Widgets on FlutterEverything is a Widget!! Everything that you see on the screen is a widget. This includes everything from simple text and images to more complex user interface elements like buttons, lists, and animations. In other words, everything in Flutter is a w...Discuss·1 likeFlutter
Siddhi Jadhavforsiddhiblog.hashnode.net·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...DiscussFlutter
Anuj MouryaforCode Bytesanuj0612.hashnode.net·Mar 22, 2023"Removing the Hash Symbol from URLs in Flutter Web Applications: A Simple Guide"Flutter is a popular framework for building high-performance, cross-platform applications, including web applications. However, when building web applications with Flutter, you may encounter a problem where the URL contains a hash symbol (#). This ca...Discuss·33 readsFlutter
Sanjib MaharjanforLearn, Develop, Sharecshanjib.hashnode.net·Mar 5, 2023FVM - Flutter Version Management, Managing multiple versions in a flutterhttps://www.youtube.com/watch?v=4Ph7nK7rG_0&t=449s FVM is a tool that is used to manage different flutter SDK versions. If you are working on a single project with only one version of flutter then this tool may not seem to be very useful. It comes ...Discuss·58 readsFVM
Raman TankforRaman's blograman04.hashnode.net·Mar 5, 2023Shared PreferencesShared Preferences is a simple key-value storage system provided by the Flutter framework. This storage system is used to store small amounts of data that are required by the application across different screens. Shared Preference is an ideal solutio...Discuss·10 likesFlutter
Harvinder SinghforCodeBlogsharvinder.hashnode.net·Jan 31, 2023Flutter Tips and Tricks: Essential Techniques for Every DeveloperFlutter is a popular mobile development framework created by Google that allows developers to build natively compiled apps for mobile, web, and desktop from a single codebase. As the demand for Flutter developers increases, it’s essential for develop...DiscussFlutter
Harvinder SinghforCodeBlogsharvinder.hashnode.net·Jan 31, 2023Reduce flutter app sizeIntroduction Flutter is a new mobile app development framework from Google. It’s intended to make it easier for developers to build beautiful, high-performance apps for Android and iOS. In this tutorial we’ll learn how to reduce our flutter app size ...DiscussFlutter
Harvinder SinghforCodeBlogsharvinder.hashnode.net·Jan 21, 2023Implement Google Pay using FlutterWe will cover briefly: What is Google Pay Integration of Google Pay Payment results UI elements My E-book on Flutter — https://harvinder.gumroad.com/l/flutter-ebook What is Google Pay Google Pay (known as G Pay) is a digital wallet platform and...DiscussFlutter
Vinit KarkeraforA Beginner's Guide to Building Mobile Apvinitkarkera.hashnode.net·Dec 25, 2022A Beginner’s Guide: Managing Packages and Dependencies in React Native and FlutterInstalling Packages In Flutter, you can install packages using the pub package manager. To install a package, you'll need to add a dependency to your pubspec.yaml file. For example, installing the flutter_map package, you would add the following to y...Discuss·117 readsFlutter