A decentralized app (DApp) that enable Providers to render a decentralized EV charging service to Consumers.
The Consumer (app user) connects to the provider peer via peer-to-peer connection to order the charge service.
-
Install
flutter
-
Download and Install
android studio
-
Download and install
android emulator
via android studio -
Install
ffi
dart pub global activate ffigen
-
Install
LLVM
To run app on emulator flutter run
If changes are made to models, run ./build.sh
To build apk run flutter build apk --release
see flutter documentation for more build commands and deployments.
iOS intergration coming soon