Skip to main content

Installation

Requirement

This library required

  • Dart SDK version >=2.17.6
  • Flutter version >=3.0.4

Installation

  1. Open pubspec.yaml in your flutter project and append saber_flutter_ui dependency in the dependencies section:
pubspec.yaml
dependencies:
# ...
saber_flutter_ui:
git: https://github.com/SCB-Innovation-Lab/saber_flutter_ui.git

# or
git:
url: https://github.com/SCB-Innovation-Lab/saber_flutter_ui.git
# ref: develop // preferred branch
  1. Run flutter pub get in the terminal.