Skip to content

dart-casbin/dart-casbin-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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