Skip to content

A sample basic beginning of a registration form using flutter

Notifications You must be signed in to change notification settings

bos21001/sample_registration_flutter

Repository files navigation

Overview

Hello, and welcome to my first flutter repository.

This repository serves as an attempt to build a registration form with flutter to get built with Android, iOs, Web, Windows, Linux, and macOS.

It is the beginning of my learning path with this language.

Getting Started

  1. Install Flutter according to your Operational System here

  2. Setup an editor here (in this repository I', using Android Studio)

  3. Clone the repository in the same directory as laradock and sample_form_integration directories are:

    git clone https://github.com/bos21001/sample_registration_flutter.git
    
  4. Run the app in the development mode:

    cd sample_registration_flutter
    
    flutter run
    

Software Demo Video

Development Environment

Tools utilized:

  • Android Studio

Programming Languages:

  • Flutter
  • Dart

Useful Websites

Future Work

  • Consume APIs to have a real registration in a database
  • Create a login page
  • Make it full responsive