home_industry
Home Industry is a platform that sell various goods
Table of Contents
Install
This mobile side of the project uses Dart programming language, Flutter for building environment, and Bloc for building the backend. You need these requirements prior to building and contributing to the project.
-
IDE of your choice
Note: For this project we do recommend an Intellij IDEA based IDE like Android Studio or Intellij IDEA itself. You can find them at the following links:
-
Dart
Note: As the following instructions show, you can use a package manager to easily install and update the Dart SDK. Alternatively, you can build the SDK from source or download the SDK as a zip file. We recommend the latest and stable channel builds.
-
Flutter SDK
Note: We recommend the latest and stable release of Flutter SDK. Follow the tutorial provided to install Flutter SDK in your computer. Once installed execute 'flutter doctor' to check if Flutter has been successfully installed.
-
Bloc
The first thing we need to do is add the bloc package to our
pubspec.yaml
as a dependency. Next, to install bloc you run 'flutter packages get' from the same directory as your `pubspec.yaml' file.
Once everything is installed you can make sure everything checks out by typing 'flutter doctor' in your terminal.
Running Development Mode
Once you've installed all the requirements you can run the application using your IDE. By plugging in your android device on your computer, if you've had your Dart plugin installed, your IDE will detect it immediately, you just have to press the Run icon or press 'Shift + F10'.
References
License
Copyright (c) 2020 PPLC4 Team & Faculty of Computer Science Universitas Indonesia.