Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 854 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 854 Bytes

flutter_cpit3

A simple Flutter chat app. You can chat with a Bot created with DialogFlow (a piadina generator). The scope of this project presented at Campus Party Italy 2019 is to underline the web potentiality of Flutter. Unique project that can run on Android, iOS, macOS, Windows and Web.

You can try the app here

The application include the slides of thw workshop. (I didn't care about responsive of slides)

Getting Started

Make sure you are in master channel

flutter channel master

flutter upgrade

Detect type_devide_id

flutter devices

Run on Web

flutter run -d <web_device_id>

Run on MacOS

flutter run -d <macos_device_id>

Run on Mobile

flutter run -d <mobile_device_id>

Run on Windows

flutter config --enable-windows-desktop

flutter run -d <mobile_device_id>