Skip to content

Instantly share code, notes, and snippets.

View velia-vito's full-sized avatar
📖
studying

Michael velia-vito

📖
studying
  • Hyderabad
  • 14:29 (UTC +05:30)
View GitHub Profile
# See https://dev.to/brunooliveira/measuring-code-quality-with-bettercodehub-5cde for SIG standards
include: package:flutter_lints/flutter.yaml
analyzer:
plugins:
- dart_code_metrics
linter:
rules:
@velia-vito
velia-vito / Flutter Setup (without unnecessary junk).md
Last active May 26, 2023 21:35
How to setup flutter with the Android SDK, WSL-Ubuntu, and Windows dev toolchains but, without Android Studio and other Space consuming junk --- a.k.a, a lean install

Tested/Updated on: 27 May 2023 (02.12 AM)

Flutter Setup

Create a working directory

Create a folder to Store all Flutter related stuff. We will refer to this folder as FlutterFolder here on out.

mkdir Flutter