Skip to content

ComPlat/chemobile

Repository files navigation

Chemobile

Getting Started

Clone this repo and run

flutter pub get

Add this to your android/local.properties

flutter.minSdkVersion=21
flutter.targetSdkVersion=30
flutter.compileSdkVersion=30

Start dev mode

flutter run

Build apk

flutter build apk --release

Acknowledgments

This project has been funded by the DFG.

DFG Logo

Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under the National Research Data Infrastructure – NFDI4Chem – Projektnummer 441958208 since 2020.

License

Copyright © 2015 - 2023Nicole Jung
of the Karlsruhe Institute of Technology.

This program is free software:

You can redistribute it and / or modify it under the terms
of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details.

You should have received a copy of the GNU
General Public License along with this program.

If not, see https://www.gnu.org/licenses/.