This is a demo application for Easy Development with Flutter section in TechTalk - Latest Tech in Android event at Tokopedia.
techtalk_flutter
is a project made with Flutter.
The project should be able to run on any Flutter supported platforms ( iOS
, Android
, etc... ).
- Clone project
git clone https://github.com/fueerqan/techtalk-flutter.git
- Make sure you have the latest
stable
version of Flutter installed.
flutter channel stable
flutter upgrade
- Generate builds folder
cd techtalk-flutter
flutter create .
- Run it
flutter run
Will be updated later
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.