On Demand Doctor Appointment Booking App Built in Flutter

  Doctor App

flutter_doctor_appointment_booking_app

Getting Started

flutter_doctor_appointment_booking_app project has “main.dart” as Entry Point.

 flutter-doctor-booking-app.mp4 

= = = To Generate Android release steps = = =

Generate FAT APK

  • flutter clean
  • flutter build apk –release

Generate split APK’s

  • flutter clean
  • flutter build apk –split-per-abi –release

= = = iOS release steps = = =

Set iOS deployment target

Follow below steps

  • setup flutter sdk
  • get packages
  • open runner.xcworkspace from ids folder
  • update version code in yaml

Bellow commands will generate the runner.app file

  • flutter clean
  • flutter build ios –release

Now open the xcode run/build to check if project has error

Select Product -> Archive Follow the uploading steps

Download Doctor Appointment Booking app source code on GitHub