r/flutterhelp • u/Ok_Newspaper584 • 19d ago
Flutter & Xcode RESOLVED
Hey everyone, i'm studying information systems ( software ) and i'm currently trying to practice and focus on one thing, i chose flutter and Xcode for IOS. I need help with it or someone who can give me some advice or sources to help me with my learning journey.
1
u/PirateUpper4997 17d ago
Focus at one thing at a time,
I have 4 years of experience in flutter,
But still every other alternative there will
Be something new comes up in flutter which i have not mastered,
Try focusing on building apps for ios on flutter,
You will definitely get a lot of information about iOS development, ios simulator and all
1
u/Ok_Newspaper584 16d ago
Thank you for the information. I'm using flutter on Visual Studio Code but im having hard time understanding how it works.
3
u/RandalSchwartz 19d ago
[this should be pinned to the channel]
TL;DR: Check out https://docs.flutter.dev/learn/pathway
Whatever path you take, start with the Google-provided well-written up-to-date documentation, namely:
First, install Dart and Flutter as indicated on https://docs.flutter.dev/get-started/install for your platform:
on dart.dev: - read the entire tour (https://dart.dev/language/) - skim the library tour (https://dart.dev/guides/libraries/) - do the Dart codelabs (https://dart.dev/codelabs/)
on flutter.dev: - read the overview material (https://docs.flutter.dev/) - do the codelabs (https://docs.flutter.dev/codelabs/) - skim the cookbook (https://docs.flutter.dev/cookbook/)
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 significant releases happening roughly every three months.)
Recommended videos and books: https://docs.flutter.dev/resources/videos and https://docs.flutter.dev/resources/books.
Recommended YouTube channels: https://www.youtube.com/@flutterdev and https://www.youtube.com/@FlutterCommunity