Dart Flutter demo app for Casbin

Clone this repo:

Branches

  1. d3ec5e8 Merge pull request #2 from MrUnfunny/master by Yang Luo · 4 years, 9 months ago master
  2. 3ded0ef feat: updated casbin path, readme and added apk by Mohit Kumar Singh · 4 years, 9 months ago
  3. b3b9814 feat: added demo app (#1) by Mohit Kumar Singh · 4 years, 9 months ago
  4. 73889ea Initial commit by Yang Luo · 4 years, 9 months ago

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