Aplikasi pengingat konsultasi yng di bangun di menggunakan framework flutter, dengan memanfaatkan teknologi Cloud Messaging dari Firebase.
Untuk melakukan build pada projek ini anda di haruskan mempunyai flutter sdk v2 dan dart sdk
# Clone this repository
$ git clone https://github.com/CloudMyn/konsul.git
# Go into the repository
$ cd konsul
# Get all the packages needed
$ flutter pub get
# Run the app
$ flutter run
# Or build for production
$ flutter build apk --split-per-abi
Sourcerer is under the MIT license. See the LICENSE for more information.