Posts

Showing posts with the label Popular

10 Most Wanted VS Code Extension For Flutter Developer

Image
Visual Studio Code is a great code editor that is integrated with VS Code extensions. These extensions help developers to increase their productivity by providing them with various functions and features. Extensions makes developer life so easy and Productive.  In this article, we will be discussing the best Visual Studio Code extensions for Flutter Developer. Best Flutter Extensions If you use VS Code for a Flutter development, make sure to check those plugins. Here is a list of Visual Studio Code extensions that will help flutter developers to increase their productivity and make coding easy and fun. 1. Awesome Snippet Awesome Flutter Snippets is a collection of commonly used Flutter classes and methods. It increases your speed of development by eliminating most of the boilerplate code associated with creating a widget.  2.Pubspec Assist Pubspec Assist is a Visual Studio Code extension that allows you to easily add dependencies to your Dart and Flutter project's pubspec.yaml...

Best Android Emulator For Ubuntu

Image
Waydroid is an android emulator that runs full Android system in a container and provide android applications on any GNU/Linux-based platform. Waydroid is a very powerful android emulator for Linux. It can be used to run apps, games and on your Linux machine.   There are many android emulator availabe for Linux. But In this article we will know about Waydroid and also  I'm going to tell you which one should you use (according to my experience), in order to get the best android experience you can get. Waydroid Android Emulator is a software which enables users to run Android applications on their computers. The applications run inside a Window similar to a virtual machine, giving the user access to all of the features of the device such as its display, touch screen and speakers. Because these emulators are based on the Android operating system core code, they can not only help you to test apps but also allow users to access different Android apps and Games.  But, The...

Flutter State Management for Beginner

Image
Flutter has no built-in support for managing state, but there are several packages available that make this easier. Provider is a State Management package that is Recommended by Flutter Developer Team. We'll take a look at it and see how it can help you to manage states in our app with a simple example of flutter counter app. In this article, we will learn how to use Provider in Flutter. Flutter Best State Management Package Flutter offers a number of packages like GetX, BloC etc for State Management. Here is a list of  most Popular Packages for managing States in Flutter. GetX (aka Get) Provider. Flutter BloC. Riverpod. Get It. Mobx. Recap. But there's one package that makes it easy to use the state management system and developers also recommend it. Here comes flutter provider. Why State Management? We know that everything in Flutter is a widget. They are connected with each other like a tree. Without managing state in your app, all widget get rebuild every time the sta...

5 VSCode Extensions You Must Use To Become A Power User

Image
Visual Studio Code is a free and open-source, cross-platform and lightweight code editor developed by Microsoft. It is available on Linux, OS X, Windows and as extension for Google Chrome and Firefox. Visual Studio Code Visual Studio Code (VS Code) is fast becoming one of the most popular editors among developers. It's not only because it's open source or cross-platform but also because it provides a great experience for developers. The best part about Visual Studio Code is that it comes with a ton of extensions out of the box which makes it really powerful and flexible. You can customize VS Code to your liking using all these extensions. Top VS Code Extensions: VSCode is a great text editor, and some of the best extensions will make your life as a coder a whole lot easier. If you enjoy using this editor, take advantage of these extensions to make your workflow as seamless as possible. Here are the 5 most useful Visual Studio Code extensions you must try: Tokyo Night Most coder...

Most Popular Custom ROMs for Android

Image
Android is the most widely used operating system in the world. It has a massive range of devices and tons of support from many developers. In simple terms, this means that there are many custom ROMs for Android available. Custom ROMs are unofficial versions of Android created by third-party developers. They're superior to stock Android in many ways, but you need root access to install them. Custom ROMs can also be used to unify hardware variations. If you have a Samsung Galaxy S8 but want to make it look like a Google Pixel 2 XL, there's probably a custom ROM for that. The advantage of custom ROMs is that they can bring you the latest version of Android before your device officially supports it. For example, Lineage OS (formerly CyanogenMod) was the first ROM to introduce a stable version of Android 8.0 Oreo on select devices. There are many custom ROMs out there. As such, it can be tough to decide which one is worth your time and effort.  Where to download custom rom? To make ...