What's the project error on Android Studio? Did you load all dependencies using pub get?
I'm still compiling it though, there's much that wasn't clear in the initial documentation but will share any update on my end.
lib/user/components/PaymentScreen.dart:13:8: Error: Error when reading '/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave_standard-1.0.6/lib/core/navigation_controller.dart': The system cannot find the file specified.
import 'package:flutterwave_standard/core/navigation_controller.dart';
^
lib/user/components/PaymentScreen.dart:72:8: Error: Type 'NavigationController' not found.
late NavigationController controller;
^^^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.24.0/lib/src/firebase_app.dart:18:25: Error: Member not found: 'FirebaseAppPlatform.verifyExtends'.
FirebaseAppPlatform.verifyExtends(_delegate);
^^^^^^^^^^^^^
lib/user/components/PaymentScreen.dart:72:8: Error: 'NavigationController' isn't a type.
late NavigationController controller;
^^^^^^^^^^^^^^^^^^^^
lib/user/components/PaymentScreen.dart:556:18: Error: The method 'NavigationController' isn't defined for the class 'PaymentScreenState'.
- 'PaymentScreenState' is from 'package:mighty_delivery/user/components/PaymentScreen.dart' ('lib/user/components/PaymentScreen.dart').
Try correcting the name to the name of an existing method, or defining a method named 'NavigationController'.
controller = NavigationController(Client(), style, this);
^^^^^^^^^^^^^^^^^^^^
lib/delivery/components/OTPDialog.dart:94:13: Error: 'OTPTextField' is imported from both 'package:nb_utils/src/widgets/otp_text_field.dart' and 'package

tp_text_field/otp_field.dart'.
OTPTextField(
^^^^^^^^^^^^
Failed to load "test\widget_test.dart": Compilation failed for testPath=test\widget_test.dart
