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)
Make sure you are in master channel
flutter channel master
flutter upgrade
flutter devices
flutter run -d <web_device_id>
flutter run -d <macos_device_id>
flutter run -d <mobile_device_id>
flutter config --enable-windows-desktop
flutter run -d <mobile_device_id>