open:syllabus-the-complete-flutter-development-bootcamp

Syllabus The Complete flutter development bootcamp

  • Learn to set up a new Flutter project using Android Studio.
  • Understand the Widget tree and learn to use pre-made Flutter Widgets for user interface design.
  • Learn to incorporate Image and Text widgets to create simple user interfaces.
  • Learn to incorporate App Icons for iOS and Android.
  • Run Flutter apps on iOS Simulator, Android Emulator and physical devices.
  • Use Hot Reload and Hot Restart to quickly refresh the app UI and understand when to use each.
  • Learning to use the Pubspec.yaml file to incorporate dependencies, custom assets and fonts
  • An introduction to the Widget build() method.
  • Learning to use layout widgets such as Columns, Rows, Containers and Cards.
  • Incorporating Material icons using the Icons class.
  • Understand the difference between Stateful and Stateless widgets and when they should each be used.
  • Understand how callbacks can be used detect user interaction in button widgets.
  • Understand the declarative styles of UI programming and how Flutter widgets react to state changes.
  • Learn to import dart libraries to incorporate additional functionality.
  • Learn about how variables, data types and functions work in Dart 2.
  • Build flexible layouts using the Flutter Expanded widget.
  • Understand the relationship between setState(), State objects and Stateful Widgets.
  • Learn to use the Dart package manager to incorporate Flutter compatible packages into your projects.
  • Understanding the structure of the pubspec.ymal file
  • Incorporate the audioplayers pakcage to play sound.
  • Learn more about funtions in Dart and the arrow syntax.
  • Learn to refactor widgets and understand Flutter's philosophy of UI as code.

  • open/syllabus-the-complete-flutter-development-bootcamp.txt
  • 마지막으로 수정됨: 2020/06/02 09:25
  • 저자 127.0.0.1