Flutter Tutorial for Beginners - Build iOS & Android Apps w/ Googles Flutter & Dart

preview_player
Показать описание
In this video, Flutter Tutorial for Beginners; Udemy Instructor, Maximilian Schwarzmüller will teach you how to build iOS & Android apps with Googles Flutter and Dart.

You don't need to learn Android/ Java and iOS/ Swift development to build real native mobile apps!

Flutter - a framework developed by Google - allows you to learn one language (Dart) and build beautiful native mobile apps in no time. Flutter is a SDK providing the tooling to compile that Dart code into native code and it also gives you a rich set of pre-built and pre-styled UI elements (so called widgets) which you can use to compose your user interfaces!

Let's get started in this video!

Take the full course on Udemy at a discount with the following link:

#Udemy
#ITeachOnUdemy
#Flutter
#FlutterTutorial
Рекомендации по теме
Комментарии
Автор

For those who already have Flutter and IDE Installed: 53:00

agoodmansaid
Автор

I don't always do online tutorials to learn new technologies, but when I do, I call Maximilian Schwarzmüller. ;)

dshenge
Автор

he and his Udemy course is the best source to learn flutter, great work thank you

shansha
Автор

Nice talk! at 5:42, the bottom right corner content was blocked. I personally like a course video with very short spotlight on the instructor. Maximilian is a very good instructor.

honglangford
Автор

Careful while doing this tutorial. Be sure to read the documentation of these packages. There might be a change of API usage and might cause errors while following the tutorial

vinceramces
Автор

Thank you for a great tutorial! I followed and coded the whole thing including the assignment.

ahmedaj
Автор

2:03:43 when I use toList. it gives an error "toList isn't defined for the class scaffold" can you please help me out here.

alokrawatt
Автор

I believe you as someone who knows React or React Native or Angular or Vue or or or .... You found flutter pretty fun, although you might have some habits from the javascript way of doing things. Anyways good job

coroutinedispatcher
Автор

At 24:16 the Emulated Performance dropdown is greyed out. Android Studio 3.4.2 on Mojave

elyu_vibes
Автор

Anyone else have a problem loading the image as described @ 14:50? Throwing "Flutter Error" at asset_bundle.dart PlatformAssetBundle.load() - only message is "unable to load asset: assets/food.jpg (couldn't find food.jpg so I used my own and placed in assets/) - thx


pubspec.yaml
assets:
- assets/food.jpg


main.dart
body: Card(child: Column(children: <Widget>[
Image.asset('assets/food.jpg'),
Text('Food Paradise')
])),

iammarkfitz
Автор

Is flutter\dart only for simply apps, or can you also build complex user interfaces, with dynamic layouts, resizable grids, grids within grids, etc? Thanks

davidfield
Автор

Why is there an error saying that the program is unable to load the asset?

Olivier.Luethy
Автор

Should I buy Maimilian's udemy flutter course or follow this free youtube video? Please help

msharibahmed
Автор

My question is... HOW DO YOU GUYS LEARN SO MUCH!! 😱

abelotugeme
Автор

can i use one code for ios android and web?

szish
Автор

@Maximilian Schwarzmüller : I am unable to buy this course. It gives an error in the page while trying to buy

LintoMaliyakal
Автор

weird i was always told flutter doesnt actually compile into native code like react native. I was told it runs in its own engine using c++ handling every pixel in the screen....

josecoverlessons
Автор

I suppose one still needs a mac and Apple developer license to build iOS binaries?

abhisekde
Автор

This release is not compliant with the Google Play 64-bit requirement

The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: 3.
From 1 August 2019 all releases must be compliant with the Google Play 64-bit requirement.


Hi anybody can help me with this error when uploading my app to play store.

jonathanrecorba
Автор

They said, ' In Flutter, everything is a widget ' and i said, ' A widget is all about calling class constructors with with named arguments whose values are returned by other constructors that also need to be configured with other named parameters !

عبدالقادرعبدالرحمنعبدالله