Skip to content

Ashpex/eLibrary

Repository files navigation

elibrary

Run the project

Type the following command to build and run the project:

flutter run lib/main.dart

Configure for user and admin UI:

At lib/main.dart, edit the following line to switch between user and admin application:

runApp(MaterialApp(home: SplashPage(isUser: true)));
  • isUser:true : user interface
  • isUser:false: librarian interface

About

Library management system app built in Flutter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published