hi, i am a student in uni of computers science and i want to start learning mobile development.how would u recommend me starting and what course u would aslo recommend ,and would u recommend me into this industry in the first place ? i live in Lebanon and if there an Lebanese here pls help mate
Read the documentation, create a simple dart program, then create some flutter app. You can recreate apps that you use and seem simple to do.
Whatever path you take, start with the Google-provided well-written up-to-date documentation, namely:
First, install Dart and Flutter as indicated on Get started | Flutter for your platform:
on dart.dev:
- read the entire tour (Introduction to Dart)
- skim the library tour (Dart's core libraries)
- do the Dart codelabs (Tutorials)
on flutter.dev:
- read the overview material (https://docs.flutter.dev/)
- do the codelabs (Learning resources | Flutter)
- skim the cookbook (Learning resources | Flutter)
and never read a blog post or watch a video older than six months without seeking the advice of an expert. (Flutter changes fast, with releases happening almost monthly.)
Recommended videos and books: Videos | Flutter and Books about Flutter | Flutter.
Recommended YouTube channels: https://www.youtube.com/@flutterdev and https://www.youtube.com/@FlutterCommunity and https://www.youtube.com/@RandalOnDartAndFlutter
thank u for the advise mate