Small Businesses Deserve Big Technology
Busy PH is a booking mobile application that caters to the micro, small, and medium enterprises (MSME). The MSME sector contributes greatly to the country's Gross Domestic Product (GDP) and plays an integral role in the development of the Philippine economy accounting for almost 3.5 million jobs or 62.3% of the total jobs generated by all types of business establishments. However, this sector was the most affected during the pandemic due to its vulnerability.
The application is still in its prototype stage, and therefore has no official release in the App Store yet. The Busy PH App prototype requires the following software to run:
- Flutter 2.10 (Stable)
- Android Toolchain (Android SDK version 32)
- Google Chrome
- Android Studio (v2021.1 with Flutter plugin v61.2.1) [Recommended]
- Visual Studio Code (with Flutter extension v3.36.0)
- Virtual device of choice (emulator)
Note: You may have either Android Studio or Visual Studio Code. It should run fine on either as long as you have the necessary Flutter extension, connected devices, and the Android SDK. Make sure to enable the Android Command-Line Tools and accept the necessary licenses.
Upon the fulfillment of the necessary software requirements, you may now start your download of the prototype. First, you should run flutter doctor -v and make sure that you have accomplished the proper setup for the application.
flutter doctor -v
The output should look something like this:
[✓] Flutter (Channel stable, 2.10.3, on Ubuntu 20.04.3 LTS 5.13.0-30-generic,
locale en_PH.UTF-8)
• Flutter version 2.10.3 at /home/thea/snap/flutter/common/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 7e9793dee1 (7 days ago), 2022-03-02 11:23:12 -0600
• Engine revision bd539267b4
• Dart version 2.16.1
• DevTools version 2.9.2
[✓] Android toolchain - develop for Android devices (Android SDK version
32.1.0-rc1)
• Android SDK at /home/thea/Android/Sdk
• Platform android-32, build-tools 32.1.0-rc1
• Java binary at: /home/thea/Downloads/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822)
• All Android licenses accepted.
[✓] Chrome - develop for the web
• Chrome at google-chrome
[✓] Android Studio (version 2021.1)
• Android Studio at /home/thea/Downloads/android-studio
• Flutter plugin version 65.1.2
• Dart plugin version 211.7808
• Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822)
[✓] Android Studio (version 4.2)
• Android Studio at /usr/local/android-studio
• Flutter plugin version 61.2.1
• Dart plugin version 202.8531
• Java version OpenJDK Runtime Environment (build 11.0.8+0-b944-P17168821)
[✓] VS Code
• VS Code at /snap/code/current
• Flutter extension version 3.36.0
[✓] Connected device (2 available)
• sdk gphone64 x86 64 (mobile) • emulator-5554 • android-x64 • Android 12
(API 32) (emulator)
• Chrome (web) • chrome • web-javascript • Google
Chrome 97.0.4692.71
[✓] HTTP Host Availability
• All required HTTP hosts are available
• No issues found!
Next, you may clone the GitHub repository and it should be able to run from there.
git clone https://github.com/HilaLi-Tech/Busy-PH.git
cd Busy-PH
flutter run
The Busy PH app also has a business side, where business owners have their own UI for the scheduling of their appointments, as well as for the editting of their shop page. You may find the business side prototype here.
HilaLi Tech is a team of Computer Engineering students from Mapua University formed in 2021 that aims to develop technology for organizations that support a cause.
Meet the Team:
- Thea Denisse Foronda 😎💻
- Sienna Ross Tariman 😳💻
- Mark Jayson Dela Cruz 😅💻
- Patrick Howard Yango 😴🎨
- Cielo Joyce Ando 🥺📋
