BMBharat Makwanainbharatmk256.hashnode.dev·Jul 30, 2021 · 1 min readUsing VIM as your Flutter IDEToday we are going to setup vim as your Flutter IDE If you have not installed Vim, consider installing NeoVim in your machine. Once you have installed Vim in your machine you need to have plugin manager for vim I Use Vim plug: https://github.com/jun...00
BMBharat Makwanainbharatmk256.hashnode.dev·Feb 26, 2021 · 4 min readVIM cheatsheetExiting: :qa ⇒ close alll file :qa! ⇒ close all files, abadon changes :w ⇒ save :wq / :x ⇒ Save and close file :q ⇒ close file :q! ⇒ close files, abadon changes ZZ ⇒ save and quit ZQ ⇒ quit without checking changes Navigation: h, j, k, l ⇒ arrow k...00
BMBharat Makwanainbharatmk256.hashnode.dev·Nov 10, 2020 · 3 min readCreating New/Old Flutter project with web supportCreating New/Old Flutter project with web support Hey there Bharat here. Today I will be guiding you on how to create a flutter project with web support There will be 2 portion of this article 1: Creating project from scratch 2: Adding web support...00
BMBharat Makwanainbharatmk256.hashnode.dev·Nov 10, 2020 · 1 min read(Flutter Tip) Setting Path Variable in Linux Manually(Flutter Tip) Setting Path Variable in Linux Manually Flutter I have seen many Linux distros which have this problem According To flutter docs and Linux docs to set path you have to use this command export PATH="$PATH:`pwd`/flutter/bin"</span> But ...00
BMBharat Makwanainbharatmk256.hashnode.dev·Nov 10, 2020 · 5 min readWelcome to fuchsia-OSWelcome to fuchsia-OS Pink + Purple == Fuchsia (A new Operating System) For the last 1-week I was just confused with 2 medium blogs which one should I write but now I am pretty clear and today we are gonna talk about fuchsia Don’t know about Fuchsi...00