ResourcesMobile InstallationFollow these steps to install the BUMA-UI V2 for mobile applications.

Registry
BUMA-UI V2 currently is available as a private Azure archive registry only for internal products Bukit Makmur Mandiri Utama Prequisites
You must have the following requirements on your device system:
- Flutter SDK: v3.24.5
- Dart: v3.5.4
- Java Development Kit (JDK) : 17
- iOS (minimum deployments) : 11
Installation
You can access the Azure BUMA archive library and your sprint or task card directly with your BUMA user authentication.
Add the package
You can easly add the BUMA-UI V2 package to pubspec.yaml
dependencies:
buma_design_system:
git:
url: https://buma.visualstudio.com/BUMA%20-%20BSpace%202.0/_git/Shared.Package.Mobile.DesignSystem
ref: main
Usage
When you done adding the package/library, you can import that into your page or UI Components.
import 'package:buma_design_system/buma_design_system.dart';