Doctro - On-Demand Doctor Appointment Booking SaaS Marketplace Business Model

Doctro - On-Demand Doctor Appointment Booking SaaS Marketplace Business Model v4.3.0 Untouched

No permission to download

profuturetech

Member
Apr 18, 2020
46
11
8
Got Same error in Online app, Kindly any one help me

/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/home/flutterwave_payment.dart:414:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState!.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_account_payment/bank_account_payment.dart:127:28: Error: The method 'RaisedButton' isn't defined for the class 'PayWithBankAccountState'.
- 'PayWithBankAccountState' is from 'package:flutterwave/widgets/bank_account_payment/bank_account_payment.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_account_payment/bank_account_payment.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_account_payment/bank_account_payment.dart:424:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/bank_transfer_payment.dart:171:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/card_payment.dart:175:26: Error: The method 'RaisedButton' isn't defined for the class '_CardPaymentState'.
- '_CardPaymentState' is from 'package:flutterwave/widgets/card_payment/card_payment.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/card_payment.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/card_payment.dart:363:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mobile_money/pay_with_mobile_money.dart:131:28: Error: The method 'RaisedButton' isn't defined for the class '_PayWithMobileMoneyState'.
- '_PayWithMobileMoneyState' is from 'package:flutterwave/widgets/mobile_money/pay_with_mobile_money.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mobile_money/pay_with_mobile_money.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mobile_money/pay_with_mobile_money.dart:315:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState!.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mpesa_payment/pay_with_mpesa.dart:62:28: Error: The method 'RaisedButton' isn't defined for the class '_PayWithMpesaState'.
- '_PayWithMpesaState' is from 'package:flutterwave/widgets/mpesa_payment/pay_with_mpesa.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mpesa_payment/pay_with_mpesa.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mpesa_payment/pay_with_mpesa.dart:139:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState!.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/pay_with_ussd.dart:228:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/voucher_payment/pay_with_voucher.dart:74:28: Error: The method 'RaisedButton' isn't defined for the class '_PayWithVoucherState'.
- '_PayWithVoucherState' is from 'package:flutterwave/widgets/voucher_payment/pay_with_voucher.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/voucher_payment/pay_with_voucher.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/voucher_payment/pay_with_voucher.dart:134:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/home/flutterwave_payment_option.dart:11:12: Error: The method 'RaisedButton' isn't defined for the class 'FlutterwavePaymentOption'.
- 'FlutterwavePaymentOption' is from 'package:flutterwave/widgets/home/flutterwave_payment_option.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/home/flutterwave_payment_option.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
return RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_otp.dart:63:26: Error: The method 'RaisedButton' isn't defined for the class '_RequestOTPState'.
- '_RequestOTPState' is from 'package:flutterwave/widgets/card_payment/request_otp.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_otp.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/flutterwave_view_utils.dart:28:13: Error: Method not found: 'FlatButton'.
FlatButton(
^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/flutterwave_view_utils.dart:35:13: Error: Method not found: 'FlatButton'.
FlatButton(
^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/pay_with_account_button.dart:14:14: Error: The method 'RaisedButton' isn't defined for the class 'PayWithTransferButton'.
- 'PayWithTransferButton' is from 'package:flutterwave/widgets/bank_transfer_payment/pay_with_account_button.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/pay_with_account_button.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/show_transfer_details.dart:108:24: Error: The method 'RaisedButton' isn't defined for the class 'AccountDetails'.
- 'AccountDetails' is from 'package:flutterwave/widgets/bank_transfer_payment/show_transfer_details.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/show_transfer_details.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_address.dart:113:30: Error: The method 'RaisedButton' isn't defined for the class '_RequestAddressState'.
- '_RequestAddressState' is from 'package:flutterwave/widgets/card_payment/request_address.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_address.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_pin.dart:59:26: Error: The method 'RaisedButton' isn't defined for the class '_RequestPinState'.
- '_RequestPinState' is from 'package:flutterwave/widgets/card_payment/request_pin.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_pin.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/pay_with_ussd_button.dart:41:24: Error: The method 'RaisedButton' isn't defined for the class '_PayWithUssdButtonState'.
- '_PayWithUssdButtonState' is from 'package:flutterwave/widgets/ussd_payment/pay_with_ussd_button.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/pay_with_ussd_button.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/ussd_details.dart:56:20: Error: The method 'RaisedButton' isn't defined for the class 'USSDDetails'.
- 'USSDDetails' is from 'package:flutterwave/widgets/ussd_payment/ussd_details.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/ussd_details.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
 

Snowflakes786

Well-known member
Trusted Uploader
Apr 14, 2021
233
306
63
Got Same error in Online app, Kindly any one help me

/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/home/flutterwave_payment.dart:414:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState!.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_account_payment/bank_account_payment.dart:127:28: Error: The method 'RaisedButton' isn't defined for the class 'PayWithBankAccountState'.
- 'PayWithBankAccountState' is from 'package:flutterwave/widgets/bank_account_payment/bank_account_payment.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_account_payment/bank_account_payment.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_account_payment/bank_account_payment.dart:424:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/bank_transfer_payment.dart:171:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/card_payment.dart:175:26: Error: The method 'RaisedButton' isn't defined for the class '_CardPaymentState'.
- '_CardPaymentState' is from 'package:flutterwave/widgets/card_payment/card_payment.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/card_payment.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/card_payment.dart:363:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mobile_money/pay_with_mobile_money.dart:131:28: Error: The method 'RaisedButton' isn't defined for the class '_PayWithMobileMoneyState'.
- '_PayWithMobileMoneyState' is from 'package:flutterwave/widgets/mobile_money/pay_with_mobile_money.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mobile_money/pay_with_mobile_money.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mobile_money/pay_with_mobile_money.dart:315:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState!.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mpesa_payment/pay_with_mpesa.dart:62:28: Error: The method 'RaisedButton' isn't defined for the class '_PayWithMpesaState'.
- '_PayWithMpesaState' is from 'package:flutterwave/widgets/mpesa_payment/pay_with_mpesa.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mpesa_payment/pay_with_mpesa.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/mpesa_payment/pay_with_mpesa.dart:139:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState!.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/pay_with_ussd.dart:228:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/voucher_payment/pay_with_voucher.dart:74:28: Error: The method 'RaisedButton' isn't defined for the class '_PayWithVoucherState'.
- '_PayWithVoucherState' is from 'package:flutterwave/widgets/voucher_payment/pay_with_voucher.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/voucher_payment/pay_with_voucher.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/voucher_payment/pay_with_voucher.dart:134:37: Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'.
- 'ScaffoldState' is from 'package:flutter/src/material/scaffold.dart' ('/F:/android_new/flutter/packages/flutter/lib/src/material/scaffold.dart').
Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'.
this._scaffoldKey.currentState?.showSnackBar(snackBar);
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/home/flutterwave_payment_option.dart:11:12: Error: The method 'RaisedButton' isn't defined for the class 'FlutterwavePaymentOption'.
- 'FlutterwavePaymentOption' is from 'package:flutterwave/widgets/home/flutterwave_payment_option.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/home/flutterwave_payment_option.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
return RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_otp.dart:63:26: Error: The method 'RaisedButton' isn't defined for the class '_RequestOTPState'.
- '_RequestOTPState' is from 'package:flutterwave/widgets/card_payment/request_otp.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_otp.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/flutterwave_view_utils.dart:28:13: Error: Method not found: 'FlatButton'.
FlatButton(
^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/flutterwave_view_utils.dart:35:13: Error: Method not found: 'FlatButton'.
FlatButton(
^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/pay_with_account_button.dart:14:14: Error: The method 'RaisedButton' isn't defined for the class 'PayWithTransferButton'.
- 'PayWithTransferButton' is from 'package:flutterwave/widgets/bank_transfer_payment/pay_with_account_button.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/pay_with_account_button.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/show_transfer_details.dart:108:24: Error: The method 'RaisedButton' isn't defined for the class 'AccountDetails'.
- 'AccountDetails' is from 'package:flutterwave/widgets/bank_transfer_payment/show_transfer_details.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/bank_transfer_payment/show_transfer_details.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_address.dart:113:30: Error: The method 'RaisedButton' isn't defined for the class '_RequestAddressState'.
- '_RequestAddressState' is from 'package:flutterwave/widgets/card_payment/request_address.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_address.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_pin.dart:59:26: Error: The method 'RaisedButton' isn't defined for the class '_RequestPinState'.
- '_RequestPinState' is from 'package:flutterwave/widgets/card_payment/request_pin.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/card_payment/request_pin.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/pay_with_ussd_button.dart:41:24: Error: The method 'RaisedButton' isn't defined for the class '_PayWithUssdButtonState'.
- '_PayWithUssdButtonState' is from 'package:flutterwave/widgets/ussd_payment/pay_with_ussd_button.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/pay_with_ussd_button.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/ussd_details.dart:56:20: Error: The method 'RaisedButton' isn't defined for the class 'USSDDetails'.
- 'USSDDetails' is from 'package:flutterwave/widgets/ussd_payment/ussd_details.dart' ('/F:/android_new/flutter/.pub-cache/hosted/pub.dartlang.org/flutterwave-1.0.1/lib/widgets/ussd_payment/ussd_details.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
child: RaisedButton(
^^^^^^^^^^^^
Are you using the proper required flutter version? Please recheck
 

wondermiddel

Member
Sep 4, 2022
34
60
18
hi friends

I wanted to test the code but when I checked thr is new files in Oct 2022...

is this 4.1v updated one.. cld you please confirm and if its not the latest any chance for resource update..

thank you for the contribution and help..

Change Log - 21-October-2022
- Version update
- Add Crud operation of Multiple admins
- Doctor can add an appointment
- Add edit appointment option (which appointment is added by doctor that can be edit)
 

gurudharsan

Member
Trusted Uploader
May 5, 2022
30
84
18
Tomz updated Doctro - On-Demand Doctor Appointment Booking SaaS Marketplace Business Model with a new update entry:

Doctro v4.2 Nulled

Download Doctro v4.2 - On-Demand Doctor Appointment Booking SaaS Marketplace Business Model Nulled Free
Change Log - 21-October-2022

- Version update
- Add Crud operation of Multiple admins
- Doctor can add an appointment
- Add edit appointment option (which appointment is added by doctor that can be edit)

Read the rest of this update entry...
 
  • Like
Reactions: wondermiddel

gurudharsan

Member
Trusted Uploader
May 5, 2022
30
84
18
Did you just changed the ib_helper file ? As much as i can remember you need to remove some code from dashboard file that's checking license not remember what exactly the file name
Ye,I just changes lb_helper file, And happen to get it installed. Didin't check the dashboard page you mentioned
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu