/flutter-practice

An introductory project into Flutter

Primary LanguageDart

Flutter Practice

Various tutorials in Flutter, 1/21/19

By Luke Vandekieft

Project Description

A collection of tutorials relating to Flutter. By changing the root component to various widgets you can toggle easily between the finished (and unfinished) results.

Tutorials Included:

Setup/Installation Requirements

  • Download file from Github.

    $ git clone https://github.com/lukevandekieft/flutter-practice.git
    
  • Install NPM (node package manager) as needed - instructions can be found at https://www.npmjs.com/get-npm .

  • Install necessary webpack dependencies for project.

    $ npm install
    
  • Flutter & Android Studio must be installed to edit - follow instructions below as needed:

    Flutter Site Install

Technologies Used

  • Flutter
  • Dart
  • Android Studio

Support and contact details

If you have any concerns or suggestions please contact Luke Vandekieft at vandekie@gmail.com

License

This software is licensed under the MIT License.

Copyright (c) 2019 Luke Vandekieft