Skip to content

A Flutter chat app that show how use same code for web mobile and desktop devices

Notifications You must be signed in to change notification settings

giandifra/flutter_cpit3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A Flutter chat app that show how use same code for web mobile and desktop devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published