![Recommended Visual studio code extensions for Flutter developers](https://www.cdn5.niftycent.com/d/D/2/X/Z/r/K/recommended-visual-studio-code-extensions-for-flutter-developers.webp)
In this article, we'll be looking at awesome vscode extensions for Flutter developers. Vscode is a free open-source text editing tool by Microsoft with support for developing applications using different programming languages. It has built-in Git fun... https://alemsbaja.hashnode.dev/recommended-visual-studio-code-extensions-for-flutter-developers
![I am new here!](https://www.cdn5.niftycent.com/d/1/d/8/d/y/z/i-am-new-here.webp)
Hello ! I am happy to be here . I am a Flutter developer about 7 months and I want to improve my knowledge in this area. https://hashnode.com/post/i-am-new-here-ckyoc3nrm01gg7ns18hm7c9yt
![Localize your Flutter packages](https://www.cdn5.niftycent.com/d/k/l/0/g/d/b/localize-your-flutter-packages.webp)
Flutter's basic blocks are reusable widgets. You create a widget and you can use it everywhere in your application. But what happens when you have multiple applications and you want to use the same widgets? You can create a Flutter package, which can... https://blog.dtengeri.com/localize-your-flutter-packages
![Building Zoom clone in Flutter with 100ms SDK](https://www.cdn5.niftycent.com/d/e/a/K/6/7/5/building-zoom-clone-in-flutter-with-100ms-sdk.webp)
Today, Zoom is the most popular video and audio conferencing app. From interacting with co-workers to organising events like workshops and webinars, Zoom is everywhere. This content was originally published - HERE This post will take you through a st... https://100mslive.hashnode.dev/building-zoom-clone-in-flutter-with-100ms-sdk-ckymlqgmp0r2ytos101ddbc88
![How to develop and distribute Flutter apps and deploy them to iOS (without Mac)](https://www.cdn5.niftycent.com/d/e/7/m/y/R/6/how-to-develop-and-distribute-flutter-apps-and-deploy-them-to-ios-without-mac.webp)
You can develop and distribute iOS apps on Linux without Mac with Flutter and Codemagic – it makes iOS development on Linux easy!
Most of the time, iOS apps are developed and distributed from macOS machines. It's hard to imagine developing apps for... https://hashnode.com/post/how-to-develop-and-distribute-flutter-apps-and-deploy-them-to-ios-without-mac-ckylnzdzq0hs9tos16b4d94o1
![I Started Programming All Over Again…](https://www.cdn5.niftycent.com/d/k/A/O/z/Q/6/i-started-programming-all-over-again.webp)
How It Started I started coding in 2020 at the age of 16, I began with the CS50 Introduction to Computer Science, the entire course took me about 2 months to complete, after I finished that I went full-on into Flutter App Development. This Is what I ... https://qlier.hashnode.dev/i-started-programming-all-over-again
![How to parse fixed-length data and why you should avoid 'String.substring'](https://www.cdn5.niftycent.com/d/e/a/K/q/y/g/how-to-parse-fixed-length-data-and-why-you-should-avoid-string-substring.webp)
Introduction This article is about exchanging data with a fixed-length data format. It will tell you about the pros and cons of this data format. It shows and demonstrates an implementation in Dart that is easy to read and maintain. The implementatio... https://yapb.dev/tips-and-tricks-how-to-parse-fixed-length-data-and-why-you-should-avoid-string-substring
![How To Create Your First Flutter App](https://www.cdn5.niftycent.com/d/D/y/X/z/m/x/how-to-create-your-first-flutter-app.webp)
Introduction
Flutter is an open-source and free framework for creating a mobile application with one body of code and deploy on the web, iOS, and android. It is developed by Google. Dart Programming Language is used in Flutter.
After hearing a lot ...
https://sceptrum.hashnode.dev/how-to-create-your-first-flutter-app
![How I released my first app to the Google play store](https://www.cdn5.niftycent.com/d/e/4/x/5/Y/5/how-i-released-my-first-app-to-the-google-play-store.webp)
I just released my first app to the Google play store. It was surprisingly not as difficult as I thought but it involved a lot of steps. I'll detail all of them here from idea to publishing. Idea I've been using habit tracking apps for more than 3 ... https://kirohanna.hashnode.dev/how-i-released-my-first-app-to-the-google-play-store
![How do you use the print statements in Flutter effectively](https://www.cdn5.niftycent.com/d/e/a/K/q/R/g/how-do-you-use-the-print-statements-in-flutter-effectively.webp)
We all use print() or debugPrint() on a daily basis in Flutter. Whether it's to track the appflow in the console, or just to keep an eye on the status of certain services. In this short article I want to talk about what all is possible with print() o... https://blog.frischbutter.dev/how-do-you-use-the-print-statements-in-flutter-effectively