aleteo
Best way to learn Flutter: https://sideguide.dev/courses/flutter?ref=grepper
You can literally learn inside VS Code! Thank me later :)
Tough Trout
Best way to learn Flutter: https://sideguide.dev/courses/flutter?ref=grepper
You can literally learn inside VS Code! Thank me later :)
flutter is made by google and it is free opened source mobile UI framework
$ export PATH="$PATH:[PATH_OF_FLUTTER_GIT_DIRECTORY]/bin"
export PATH="$PATH:`pwd`/flutter/bin"
$ git clone https://github.com/flutter/flutter.git -b stable
Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
Welcome to the world of Flutter. Flutter changed my life
TextField(
keyboardType: TextInputType.number,
inputFormatters: <TextInputFormatter>[
FilteringTextInputFormatter.digitsOnly
], // Only numbers can be entered
),
$ cd ~/development
$ unzip ~/Downloads/flutter_macos_2.5.2-stable.zip
When android studio isnt picking up packages in your path such as Cocopods or Flutter
run : open /Applications/Android\ Studio.app