Description: Monitoring and license curation web user interface for the License Scanner service.
The project is developed in Flutter using the Dart programming language.
This project provides the user interface for the License Scanner service project.
Build the application for web:
flutter build web
This generates the app in the /build/web
directory of this project,
which can be copied directly into the src/main/resources/static
folder of the License Scanner.
If the software is configurable, describe it in detail, either here or in other documentation to which you link.
Stand-alone: The user interface can run as a stand-alone (desktop) app for development: Follow the appropriate Flutter desktop instructions to configure your system for building native desktop applications, and start it either from the command line or your IDE.
In browser: To integrate the client as a Progressive Web Application in the Scanner Service, first follow the Flutter web instructions to set up your system for building web applications. You should be able to run the application this way from your IDE, which will silently take care of the required CORS handling.
(The project does not include any tests.)
(Empty)
Use the project issue tracker.
See LICENSE.md.
(Empty)