Welcome to the Flutter Bootcamp. This is the fully flutter course for a complete guide to the Flutter SDK and flutter framework with DARK for building a beautiful native Android and iOS application. I am covering all fundamental concepts for flutter development; this becomes the most comprehensive free flutter course.
What you will learn?
- The fundamentals of building apps with Flutter and Dart
- Build beautiful, engaging native and fast apps for Android and iOS with one codebase
- Learn the advanced UI with premade flutter widgets and third-party SDK
- Dart programming with the concept of OOPS fundamentals
- All widgets explanation with rich text articles and speed code video
- Create a fully functional app with firebase authentication, firestore and fire storage [with speed code video]
- Advanced features like push notification, google map, device camera, touch authentication and many more
- Deep dive in Crashlytics, Admob, Performance, A/B testing and Remote config
What you will need?
- A computer system with admin privileges
- We will use Android studio as a development tool [it is free to use]
- Git, Flutter SDK and Dart SDK
- Have at least 20GB of free space on your hard drive
- This course starts with a very basic level, so no prior programming language experience required
What is Flutter?
Flutter is Googleās UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktopfrom a single codebase. In this course, you will learn about mobile development.
Why I choose Flutter for mobile development?
Fast Development
Paint your app to life in milliseconds with Stateful Hot Reload. Use a rich set of fully customizable widgets to build native interfaces in minutes.
Flutterās hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times without losing state on emulators, simulators, and hardware.
Expressive and Flexible UI
Quickly ship features with a focus on native end-user experiences. The layered architecture allows for full customization, which results in incredibly fast rendering and expressive and flexible designs.
Delight your users with Flutterās built-in beautiful Material Design and Cupertino (iOS-flavour) widgets, rich motion APIs, smooth natural scrolling, and platform awareness.
Native Performance
- Flutterās widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts, and your Flutter code is compiled to native ARM machine code using Dartās native compilers.
Step by Step walk-throughs
Flutter Development setup for Windows
A. Install Git:
- Download Git from https://git-scm.com/downloads
- Install the downloaded Git setup
B. Ready to start with Flutter SDK:
Download the latest stable release Flutter SDK from https://flutter.dev/docs/get-started/install/windows
Extract the zip file and place the contained flutter in the desired installation location for the Flutter SDK (for example, C:\src\flutter; do not install Flutter in a directory like C:\Program Files\ that requires elevated privileges)
- Update your path (If you wish to run Flutter commands in the regular Windows console, take these steps to add Flutter to the PATH environment variable)
1) From the Start search bar, enter āenvā and select Edit the system environment variables for your account.
2) In the Advanced tab click on āEnvironment Variablesā¦ā
3) Under User variables check if there is an entry called Path: (select the Path entry and click on Edit)
4) If āC:\src\flutter\binā does not exist, then click on Newand add āC:\src\flutter\binā
5) To check the path variable setup open the command prompt and run āflutter ā versionā
C. Get started with Dark SDK:
- Download the latest stable release version of Dark from https://dart.dev/tools/sdk/archive
Extract the zip file and place the contained dart-sdk in the desired installation location for the Flutter SDK (for example, C:\Program Files\Dart\dart-SDK)
Update your path
1) From the Start search bar, enter āenvā and select Edit environment variables for your account.
2) In the Advanced tab click on āEnvironment Variablesā¦ā
3) Under System variables check if there is not an entry called DARK_SDK; click on Newā¦
4) Enter āDART_SDKā in Variable name and āC:\Program Files\Dart\dart-sdkā in Variable value then click on OK
5) To check the path variable setup open the command prompt and run āflutter ā versionā
D. Install the Android Studio tools:
- Download the latest version of Android Studio from https://developer.android.com/studio and install it. We will set up the Android Emulator later. [At the development time]
E. Finish the installation by running the command flutter doctor:
- From a console window run the command āflutter doctorā to see if there are any platform dependencies you need to complete the setup:
Note: You may warning message ā! Doctor found issues in 1 categoryā for āconnected deviceā. Ignore it at this point as we have not set up any physical device or emulator.
Note: To set up the Flutter development on MAC, follow the step describe in https://flutter.dev/docs/get-started/install/macos. As I donāt have MAC so unable to describe the steps in details but you can follow the step as per the above link to complete the setup on MAC.
Top comments (4)
Great explained. I've tried it and perfectly worked as mentioned. Thank you so much @khuntsr
So where's the rest of the tutorial?
github.com/sagar98cyber/dummy_trai....
I am having an issue with admob-flutter ads, can you help me out here?
thank's