Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Flutter Beginner Tutorial - Build own App
Rating: 4.2 out of 5(1,826 ratings)
37,566 students

Flutter Beginner Tutorial - Build own App

Learn the dart and flutter basics
Created byTim Schütz
Last updated 3/2019
English

What you'll learn

  • Learn the basics of dart and flutter and build an complete ToDo App

Course content

2 sections50 lectures3h 13m total length
  • Welcome0:50
  • DartPad main print3:36

    Learn how to use DartPad to run Dart code, understand the main method as the starting point, and use print statements with semicolons to display output.

  • Comments2:26
  • Variables6:01
  • Constant3:12
  • Variables interaction4:32
  • Conditions8:42

    Learn to use conditions and if statements to run code based on true or false, print messages like 'happy birthday', and compare numbers with equality and inequality.

  • Methods without a return value2:57
  • Methods with parameters3:52
  • Methods withe return4:13

    Explore methods with a return value and a return statement that produces an integer. See how printing the result demonstrates adding numbers and using the returned value in code.

  • Fat arrow methods2:19

    Master fat arrow methods in Flutter by turning single-statement functions into concise one-line expressions, omitting explicit returns, and ensuring unique function or method names to avoid errors.

  • Lists4:59
  • For loop9:32

    Use for loops to repeat actions, starting from zero and incrementing until a condition is met. Print items or list names by iterating over indices and accessing elements.

  • Classes and object example6:56
  • Constructor6:11

    Define a constructor to create objects with mandatory name and age, assign fields using this.name and this.age, and use a concise shorthand form for parameters.

  • Class methods0:56
  • Inheritance4:32

    Explore inheritance in this Flutter beginner tutorial as classes extend a superclass to share attributes like age, name, weight, and height across pets and wildlife animals, reducing code repetition.

  • Overriting method4:11
  • Maps3:15

    Learn how to use maps to store key–value pairs with string keys and int values, access them via keys, and explore dynamic types for flexible data.

Requirements

  • For beginners. No tools required

Description

First part of the series talks about the basics of dart so beginners can get up to speed for the flutter tutorials. After that we will install android studio and start with the basics of flutter. At the end of the course we will create a simple ToDo App with basic functionallity.

- learn dart basics

- learn flutter basics

- create own app


Good luck and have fun!

Who this course is for:

  • If you are interested in Flutter and App development take this course