This is a full Flutter app design with both front and back end
Developer
Public chat
Product Details
In this project I incorporated with Flutter the following:
1- Parrallex U.I
2- GoRouter for pages navigation.
3- Paypal payment.
4- Google Map version 2.
5- Provider package.
6- Multi Locale .
And for the back end I used Supabase cloud platform for Postgresql database. You will find all the code for the app and the tables for the database.
Features :
1- Multi items/ sell transaction.
2- Different suppliers items can be added at same sell transaction.
3- Paypal checkout.
4- Shop location with Google Map.
5- Any item can be removed from order list before checkout.
Installation Instructions :
You need and IDE like Intellij , vscode or Android studio,
install the Flutter SDK and with it comes Dart language SDK.
Change & Adaptation of the code :
IMPORTANT: You need to change things in the code like :
1- Your package name in the manifest and app name also in the build/gradle file.
2- Your URL & Secret key given to you by supabase and place in the main file.
3- Use your Google services key to make the Google Map works (kGoogleApiKey).
4- Use Your app key-store when you bundle the app to upload at play store , place the file at /app
You will get any update to this app in future at this repository.
Features :1- Multi items/ sell transaction.
2- Different suppliers items can be added at same sell transaction.
3- Paypal checkout.
4- Shop location with Google Map.
5- Any item can be removed from order list before checkout.
File Tree
-
📁 This is a full Flutter app design with both front and back end
Installation Instructions
install the Flutter SDK and with it comes Dart language SDK.
Change and Adaptation Instructions
1- Your package name in the manifest and app name also in the build/gradle file.
2- Your URL & Secret key given to you by supabase and place in the main file.
3- Use your Google services key to make the Google Map works (kGoogleApiKey).
4- Use Your app key-store when you bundle the app to upload at play store , place the file at /app