How to create a beautiful Splash Screen in Flutter for Android and ios apps

Introduction Splash Screens are a necessity in today's apps. They give your app branding and make the user interface beautiful. In today's article, we will learn how you can create a beautiful splash screen with the help of an amazing package called ... https://cswithiyush.hashnode.dev/how-to-create-a-beautiful-splash-screen-in-flutter-for-android-and-ios-apps

Parsing Markdown in Flutter, Dart

Hey 👋, Prince here from Desi Programmer. Let's talk about rendering markdown using Flutter. Markdown The markdown package , written purely in Dart, parses markdown content into HTML. Not something that we are interested in right now, Although you ca... https://desiprogrammer.hashnode.dev/parsing-markdown-in-flutter-dart

Why Flutter makes me exciting.

This post is my first one on hashnode. Originally, I used the Medium for my english blog post. But, medium editor is not good for me. It's not good for writing tech information. I don't want to use Gist or something like external tools just for makin... https://sugitlab.hashnode.dev/why-flutter-makes-me-exciting

5 Popular Tech companies who use Flutter.

Introduction In this article, I will put some light on the topic of the use of Flutter in the tech industry. A lot of startups are using Flutter to build their MVP or even their finished product because we all know how easy and efficient it is to mak... https://cswithiyush.hashnode.dev/5-popular-tech-companies-who-use-flutter

Document your dart and Flutter packages

Document your code When you are working on a package that you want to share with others, either on pub.dev or internally with your team, you should provide documentation for your public API. Luckily, we have a great example, the Flutter framework ha... https://blog.dtengeri.com/document-your-dart-and-flutter-packages

How to install Flutter on Windows 11/10. Complete Guide to Flutter installation

Introduction In this article, I will guide you on how you can get started with your Flutter journey. We will see how to install Flutter on Windows 10/11. So let's get started Step 1 Go to your preferred browser and search install flutter. Then from t... https://cswithiyush.hashnode.dev/how-to-install-flutter-on-windows-1110-complete-guide-to-flutter-installation

Building an Omegle clone in Flutter using 100ms SDK

The Internet is full of cool people; Omegle lets you meet them. When you use Omegle, it picks someone else at random so you can have a one-on-one live audio/video/text chat with them. This content was originally published - HERE This post will take y... https://100mslive.hashnode.dev/building-an-omegle-clone-in-flutter-using-100ms-sdk-ckzp86wp30a2cr4s1h8o0961t

Architecting Flutter Application with MVVM using GetIt.

Starting with Basics 🧑‍💻

Flutter: Flutter is an open-source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.

Features of Flutter:

Fast: Flutter code compiles to ARM or Intel machi... https://hashnode.com/post/architecting-flutter-application-with-mvvm-using-getit-ckzp89ijy0a94s5s12b1q4pkz

5 Awesome Project Ideas for Beginners in Flutter.

Introduction The best way to learn anything new is by building things using that particular thing. If you are stuck in a tutorial hell and want to escape it then the best way to do so would be to START YOUR OWN PROJECT. Talking about projects, getti... https://cswithiyush.hashnode.dev/5-awesome-project-ideas-for-beginners-in-flutter

How to integrate Twilio SMS with Flutter. Beginners Guide to Twilio & Flutter.

Introduction Twilio is one of the best third-party APIs when it comes to adding SMS or Voice features to your mobile app. There are a few packages out there that make Twilio integration with Flutter super easy. Let's use one of those packages to inte... https://cswithiyush.hashnode.dev/how-to-integrate-twilio-sms-with-flutter-beginners-guide-to-twilio-and-flutter


Search