Introduction
Introduction
You will be able to get 💻 hands-on experience with Flutter and build an app while learning the fundamentals.
UI for Chat App 💬
Proposed Work
A high-level overview of what we're building.
An event chat app 🧑💻, for attendees to message among each other
Prerequisite
please check the installation on your mac or PC by running https://docs.flutter.dev/get-started/install
\> flutter doctor- upload the screenshot with your name prefix use the link https://github.com/sumithpdd/devfest_uk_i_2022_flutter/blob/main/Screenshots/
Please fork this repo https://github.com/sumithpdd/devfest_uk_i_2022_flutter and run the command
cd .\devfest_flutter_firebase_chat\flutter pub getflutter runuse an emulator or a device
// IOSxcrun simctl listopen -a Simulator --args -CurrentDeviceUDID <your device UDID>// Androidwhich adb/Users/<user_name>/Library/Android/sdk/tools/emulator -list-avds/Users/<user_name>/Library/Android/sdk/tools/emulator -avd <device name>
Create a screenshot , use cli command saves a png screenshot
> flutter screenshot
Upload the screenshot with your name prefix back to the screenshot folder in the repo
https://github.com/sumithpdd/devfest_uk_i_2022_flutter/blob/main/Screenshots/
Visual Studio Code Extension
Some Vs code extensions I will be using through out this code lab