How would u guys recommend someone start with flutter/mobile ?

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.

1 Like

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:

on flutter.dev:

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

1 Like

thank u for the advise mate