Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 793 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 793 Bytes

dart-casbin-demo-app

A Flutter app demonstrating use of dart-casbin.

Getting Started

Download the apk from here. To build project locally, follow the following steps:

Step 1:

Install Flutter if you don't already have it.

Step 2:

Clone this repository

git clone https://github.com/dart-casbin/dart-casbin-demo-app.git

Step 3:

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get

Step 4:

Use the following command to run the app in a connected device or emulator

flutter run

Or build the apk using this command:

flutter build apk