The Lenra Client in Flutter.
Report Bug
·
Request Feature
The Client repository is the main entrypoint of Lenra to access an application when not considering the devtools. For the moment, you can only access an application by entering its link into your browser but the goal of this repository is to provide a launcher of applications so that you could browse and find the applications you need. app.lenra.io is actually this repository running on our servers.
Run flutter app with chrome
flutter run -d chrome --web-port 10000 --dart-define=LENRA_SERVER_URL=http://localhost:4000 --dart-define=OAUTH_CLIENT_ID=<your_client_id>
Run flutter test
flutter test
Run flutter test with coverage report (need to install lcov)
flutter test --coverage && lcov --list coverage/lcov.info
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement". Don't forget to give the project a star if you liked it! Thanks again!
TODO Distributed under the GPL License. See LICENSE for more information.
Lenra - @lenra_dev - contact@lenra.io
Project Link: https://github.com/lenra-io/client