• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Doctor Finder - Appointment Booking With Time-slot app

Doctor Finder - Appointment Booking With Time-slot app v8.0

No permission to download
I try to run in android studio, but there is error:


../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:66:10: Error: Type 'RTCRtpCapabilities' not found.
Future<RTCRtpCapabilities> getRtpReceiverCapabilities(String kind) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:77:10: Error: Type 'RTCRtpCapabilities' not found.
Future<RTCRtpCapabilities> getRtpSenderCapabilities(String kind) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:99:8: Error: Type 'RTCRtpCapabilities' not found.
Future<RTCRtpCapabilities> getRtpReceiverCapabilities(String kind) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:103:8: Error: Type 'RTCRtpCapabilities' not found.
Future<RTCRtpCapabilities> getRtpSenderCapabilities(String kind) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/mediadevices_impl.dart:104:8: Error: Type 'AudioOutputOptions' not found.
[AudioOutputOptions? options]) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_rtp_transceiver_impl.dart:172:41: Error: Type 'RTCRtpCodecCapability' not found.
Future<void> setCodecPreferences(List<RTCRtpCodecCapability> codecs) async {
^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/media_stream_impl.dart:104:23: Error: The return type of the method 'MediaStreamNative.clone' is 'Future<MediaStream>', which does not match the return type, 'MediaStream', of the overridden method, 'MediaStream.clone'.
- 'Future' is from 'dart:async'.
- 'MediaStream' is from 'package:webrtc_interface/src/media_stream.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/media_stream.dart').
Change to a subtype of 'MediaStream'.
Future<MediaStream> clone() async {
^
../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/media_stream.dart:56:15: Context: This is the overridden method ('clone').
MediaStream clone();
^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/helper.dart:40:28: Error: Method not found: 'AudioOutputOptions'.
.selectAudioOutput(AudioOutputOptions(deviceId: deviceId));
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/helper.dart:40:10: Error: The method 'selectAudioOutput' isn't defined for the class 'MediaDevices'.
- 'MediaDevices' is from 'package:webrtc_interface/src/mediadevices.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/mediadevices.dart').
Try correcting the name to the name of an existing method, or defining a method named 'selectAudioOutput'.
.selectAudioOutput(AudioOutputOptions(deviceId: deviceId));
^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/media_recorder.dart:28:9: Error: No named parameter with the name 'timeSlice'.
timeSlice: timeSlice,
^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:73:12: Error: The getter 'RTCRtpCapabilities' isn't defined for the class 'RTCFactoryNative'.
- 'RTCFactoryNative' is from 'package:flutter_webrtc/src/native/factory_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'RTCRtpCapabilities'.
return RTCRtpCapabilities.fromMap(response);
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:84:12: Error: The getter 'RTCRtpCapabilities' isn't defined for the class 'RTCFactoryNative'.
- 'RTCFactoryNative' is from 'package:flutter_webrtc/src/native/factory_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'RTCRtpCapabilities'.
return RTCRtpCapabilities.fromMap(response);
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:100:36: Error: The method 'getRtpReceiverCapabilities' isn't defined for the class 'RTCFactory'.
- 'RTCFactory' is from 'package:webrtc_interface/src/factory.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/factory.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getRtpReceiverCapabilities'.
return RTCFactoryNative.instance.getRtpReceiverCapabilities(kind);
^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:104:36: Error: The method 'getRtpSenderCapabilities' isn't defined for the class 'RTCFactory'.
- 'RTCFactory' is from 'package:webrtc_interface/src/factory.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/factory.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getRtpSenderCapabilities'.
return RTCFactoryNative.instance.getRtpSenderCapabilities(kind);
^^^^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/connectycube_sdk-2.6.0/lib/src/calls/peer_connection.dart:285:41: Error: The argument type 'MediaStreamTrack?' can't be assigned to the parameter type 'MediaStreamTrack' because 'MediaStreamTrack?' is nullable and 'MediaStreamTrack' isn't.
- 'MediaStreamTrack' is from 'package:webrtc_interface/src/media_stream_track.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/media_stream_track.dart').
await sender.replaceTrack(newAudioTrack);
^
../../../../.pub-cache/hosted/pub.dev/connectycube_sdk-2.6.0/lib/src/calls/peer_connection.dart:298:41: Error: The argument type 'MediaStreamTrack?' can't be assigned to the parameter type 'MediaStreamTrack' because 'MediaStreamTrack?' is nullable and 'MediaStreamTrack' isn't.
- 'MediaStreamTrack' is from 'package:webrtc_interface/src/media_stream_track.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/media_stream_track.dart').
await sender.replaceTrack(newVideoTrack);
^
lib/views/Doctor/DoctorChooseYourPlan.dart:1736:65: Error: The method 'getImage' isn't defined for the class 'ImagePicker'.
- 'ImagePicker' is from 'package:image_picker/image_picker.dart' ('../../../../.pub-cache/hosted/pub.dev/image_picker-1.0.1/lib/image_picker.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getImage'.
final pickedFile = await picker.getImage(
^^^^^^^^
lib/views/Doctor/DoctorChooseYourPlan.dart:1803:60: Error: The method 'getImage' isn't defined for the class 'ImagePicker'.
- 'ImagePicker' is from 'package:image_picker/image_picker.dart' ('../../../../.pub-cache/hosted/pub.dev/image_picker-1.0.1/lib/image_picker.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getImage'.
await picker.getImage(
^^^^^^^^
lib/views/Doctor/DoctorChooseYourPlan.dart:1842:60: Error: The method 'getImage' isn't defined for the class 'ImagePicker'.
- 'ImagePicker' is from 'package:image_picker/image_picker.dart' ('../../../../.pub-cache/hosted/pub.dev/image_picker-1.0.1/lib/image_picker.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getImage'.
await picker.getImage(
^^^^^^^^
lib/views/Doctor/DoctorChooseYourPlan.dart:1995:37: Error: The method 'getImage' isn't defined for the class 'ImagePicker'.
- 'ImagePicker' is from 'package:image_picker/image_picker.dart' ('../../../../.pub-cache/hosted/pub.dev/image_picker-1.0.1/lib/image_picker.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getImage'.
final pickedFile = await picker.getImage(
^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/mediadevices_impl.dart:25:9: Error: The getter 'ondevicechange' isn't defined for the class 'MediaDeviceNative'.
- 'MediaDeviceNative' is from 'package:flutter_webrtc/src/native/mediadevices_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/mediadevices_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'ondevicechange'.
ondevicechange?.call(null);
^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/mediadevices_impl.dart:104:8: Error: 'AudioOutputOptions' isn't a type.
[AudioOutputOptions? options]) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_data_channel_impl.dart:93:13: Error: The getter 'onBufferedAmountLow' isn't defined for the class 'RTCDataChannelNative'.
- 'RTCDataChannelNative' is from 'package:flutter_webrtc/src/native/rtc_data_channel_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_data_channel_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'onBufferedAmountLow'.
onBufferedAmountLow?.call(_bufferedAmount);
^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_data_channel_impl.dart:96:9: Error: The getter 'onBufferedAmountChange' isn't defined for the class 'RTCDataChannelNative'.
- 'RTCDataChannelNative' is from 'package:flutter_webrtc/src/native/rtc_data_channel_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_data_channel_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'onBufferedAmountChange'.
onBufferedAmountChange?.call(_bufferedAmount, map['changedAmount']);
^^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_rtp_transceiver_impl.dart:172:41: Error: 'RTCRtpCodecCapability' isn't a type.
Future<void> setCodecPreferences(List<RTCRtpCodecCapability> codecs) async {
^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_rtp_transceiver_impl.dart:177:39: Error: The method 'toMap' isn't defined for the class 'Object?'.
- 'Object' is from 'dart:core'.
Try correcting the name to the name of an existing method, or defining a method named 'toMap'.
'codecs': codecs.map((e) => e.toMap()).toList()
^^^^^
Target kernel_snapshot failed: Exception


Can you help @sirallan ?
 
friend i am getting below error

A 500 error has occured

500 errors are generally caused by one of the following two problems.

1) A bad entry in the site .htaccess file, if you are the webmaster try logging into your cPanel, and use the file manager to rename your .htaccess file if this fixes the error you should then check the contents of the .htaccess file / roll back any recent changes.

2) A php error / code error also causes a 500 error, you can try enabling 'PHP display_errors' by following this guide Enable Display errors

If after trying both of the above solutions and you are still seeing the 500 error please do contact support​

 
Can you please share your .htaccess file

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>

RewriteEngine On

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Send Requests To Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

<Files .env>
Order allow,deny
Deny from all
</Files>
 

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>

RewriteEngine On

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Send Requests To Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

<Files .env>
Order allow,deny
Deny from all
</Files>
thank you so much for sharing but my error is still remains. i have php 7.4 version and .htaccess is same still error
 
I try to run in android studio, but there is error:


../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:66:10: Error: Type 'RTCRtpCapabilities' not found.
Future<RTCRtpCapabilities> getRtpReceiverCapabilities(String kind) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:77:10: Error: Type 'RTCRtpCapabilities' not found.
Future<RTCRtpCapabilities> getRtpSenderCapabilities(String kind) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:99:8: Error: Type 'RTCRtpCapabilities' not found.
Future<RTCRtpCapabilities> getRtpReceiverCapabilities(String kind) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:103:8: Error: Type 'RTCRtpCapabilities' not found.
Future<RTCRtpCapabilities> getRtpSenderCapabilities(String kind) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/mediadevices_impl.dart:104:8: Error: Type 'AudioOutputOptions' not found.
[AudioOutputOptions? options]) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_rtp_transceiver_impl.dart:172:41: Error: Type 'RTCRtpCodecCapability' not found.
Future<void> setCodecPreferences(List<RTCRtpCodecCapability> codecs) async {
^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/media_stream_impl.dart:104:23: Error: The return type of the method 'MediaStreamNative.clone' is 'Future<MediaStream>', which does not match the return type, 'MediaStream', of the overridden method, 'MediaStream.clone'.
- 'Future' is from 'dart:async'.
- 'MediaStream' is from 'package:webrtc_interface/src/media_stream.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/media_stream.dart').
Change to a subtype of 'MediaStream'.
Future<MediaStream> clone() async {
^
../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/media_stream.dart:56:15: Context: This is the overridden method ('clone').
MediaStream clone();
^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/helper.dart:40:28: Error: Method not found: 'AudioOutputOptions'.
.selectAudioOutput(AudioOutputOptions(deviceId: deviceId));
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/helper.dart:40:10: Error: The method 'selectAudioOutput' isn't defined for the class 'MediaDevices'.
- 'MediaDevices' is from 'package:webrtc_interface/src/mediadevices.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/mediadevices.dart').
Try correcting the name to the name of an existing method, or defining a method named 'selectAudioOutput'.
.selectAudioOutput(AudioOutputOptions(deviceId: deviceId));
^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/media_recorder.dart:28:9: Error: No named parameter with the name 'timeSlice'.
timeSlice: timeSlice,
^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:73:12: Error: The getter 'RTCRtpCapabilities' isn't defined for the class 'RTCFactoryNative'.
- 'RTCFactoryNative' is from 'package:flutter_webrtc/src/native/factory_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'RTCRtpCapabilities'.
return RTCRtpCapabilities.fromMap(response);
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:84:12: Error: The getter 'RTCRtpCapabilities' isn't defined for the class 'RTCFactoryNative'.
- 'RTCFactoryNative' is from 'package:flutter_webrtc/src/native/factory_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'RTCRtpCapabilities'.
return RTCRtpCapabilities.fromMap(response);
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:100:36: Error: The method 'getRtpReceiverCapabilities' isn't defined for the class 'RTCFactory'.
- 'RTCFactory' is from 'package:webrtc_interface/src/factory.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/factory.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getRtpReceiverCapabilities'.
return RTCFactoryNative.instance.getRtpReceiverCapabilities(kind);
^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/factory_impl.dart:104:36: Error: The method 'getRtpSenderCapabilities' isn't defined for the class 'RTCFactory'.
- 'RTCFactory' is from 'package:webrtc_interface/src/factory.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/factory.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getRtpSenderCapabilities'.
return RTCFactoryNative.instance.getRtpSenderCapabilities(kind);
^^^^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/connectycube_sdk-2.6.0/lib/src/calls/peer_connection.dart:285:41: Error: The argument type 'MediaStreamTrack?' can't be assigned to the parameter type 'MediaStreamTrack' because 'MediaStreamTrack?' is nullable and 'MediaStreamTrack' isn't.
- 'MediaStreamTrack' is from 'package:webrtc_interface/src/media_stream_track.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/media_stream_track.dart').
await sender.replaceTrack(newAudioTrack);
^
../../../../.pub-cache/hosted/pub.dev/connectycube_sdk-2.6.0/lib/src/calls/peer_connection.dart:298:41: Error: The argument type 'MediaStreamTrack?' can't be assigned to the parameter type 'MediaStreamTrack' because 'MediaStreamTrack?' is nullable and 'MediaStreamTrack' isn't.
- 'MediaStreamTrack' is from 'package:webrtc_interface/src/media_stream_track.dart' ('../../../../.pub-cache/hosted/pub.dev/webrtc_interface-1.0.3/lib/src/media_stream_track.dart').
await sender.replaceTrack(newVideoTrack);
^
lib/views/Doctor/DoctorChooseYourPlan.dart:1736:65: Error: The method 'getImage' isn't defined for the class 'ImagePicker'.
- 'ImagePicker' is from 'package:image_picker/image_picker.dart' ('../../../../.pub-cache/hosted/pub.dev/image_picker-1.0.1/lib/image_picker.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getImage'.
final pickedFile = await picker.getImage(
^^^^^^^^
lib/views/Doctor/DoctorChooseYourPlan.dart:1803:60: Error: The method 'getImage' isn't defined for the class 'ImagePicker'.
- 'ImagePicker' is from 'package:image_picker/image_picker.dart' ('../../../../.pub-cache/hosted/pub.dev/image_picker-1.0.1/lib/image_picker.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getImage'.
await picker.getImage(
^^^^^^^^
lib/views/Doctor/DoctorChooseYourPlan.dart:1842:60: Error: The method 'getImage' isn't defined for the class 'ImagePicker'.
- 'ImagePicker' is from 'package:image_picker/image_picker.dart' ('../../../../.pub-cache/hosted/pub.dev/image_picker-1.0.1/lib/image_picker.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getImage'.
await picker.getImage(
^^^^^^^^
lib/views/Doctor/DoctorChooseYourPlan.dart:1995:37: Error: The method 'getImage' isn't defined for the class 'ImagePicker'.
- 'ImagePicker' is from 'package:image_picker/image_picker.dart' ('../../../../.pub-cache/hosted/pub.dev/image_picker-1.0.1/lib/image_picker.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getImage'.
final pickedFile = await picker.getImage(
^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/mediadevices_impl.dart:25:9: Error: The getter 'ondevicechange' isn't defined for the class 'MediaDeviceNative'.
- 'MediaDeviceNative' is from 'package:flutter_webrtc/src/native/mediadevices_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/mediadevices_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'ondevicechange'.
ondevicechange?.call(null);
^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/mediadevices_impl.dart:104:8: Error: 'AudioOutputOptions' isn't a type.
[AudioOutputOptions? options]) async {
^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_data_channel_impl.dart:93:13: Error: The getter 'onBufferedAmountLow' isn't defined for the class 'RTCDataChannelNative'.
- 'RTCDataChannelNative' is from 'package:flutter_webrtc/src/native/rtc_data_channel_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_data_channel_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'onBufferedAmountLow'.
onBufferedAmountLow?.call(_bufferedAmount);
^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_data_channel_impl.dart:96:9: Error: The getter 'onBufferedAmountChange' isn't defined for the class 'RTCDataChannelNative'.
- 'RTCDataChannelNative' is from 'package:flutter_webrtc/src/native/rtc_data_channel_impl.dart' ('../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_data_channel_impl.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'onBufferedAmountChange'.
onBufferedAmountChange?.call(_bufferedAmount, map['changedAmount']);
^^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_rtp_transceiver_impl.dart:172:41: Error: 'RTCRtpCodecCapability' isn't a type.
Future<void> setCodecPreferences(List<RTCRtpCodecCapability> codecs) async {
^^^^^^^^^^^^^^^^^^^^^
../../../../.pub-cache/hosted/pub.dev/flutter_webrtc-0.9.34/lib/src/native/rtc_rtp_transceiver_impl.dart:177:39: Error: The method 'toMap' isn't defined for the class 'Object?'.
- 'Object' is from 'dart:core'.
Try correcting the name to the name of an existing method, or defining a method named 'toMap'.
'codecs': codecs.map((e) => e.toMap()).toList()
^^^^^
Target kernel_snapshot failed: Exception


Can you help @sirallan ?

Use PHP 8.0
Flutter 3.10.6

Delete pubspec.lock file and invalidate cache, select all 3 options. Android Studio will reopen and the app will run/build very well.
 
  • Love
Reactions: kingalmak
Follow the instructions I've given above.
tried instructions
I made the setting is_demo 1 from the database, logged out of the admin panel and entered again, but unfortunately it still gives This Action Disable In Demo error
 
Go to your database and look for Settings, open it and find is_demo select "1" and save. Log out of the Admin Panel and login again. That's how to null it.
tried instructions
I made the setting is_demo 1 from the database, logged out of the admin panel and entered again, but unfortunately it still gives This Action Disable In Demo error
 

Attachments

  • Ekran Resmi 2023-08-09 00.24.43.png
    Ekran Resmi 2023-08-09 00.24.43.png
    492.1 KB · Views: 15
  • Ekran Resmi 2023-08-09 00.24.57.png
    Ekran Resmi 2023-08-09 00.24.57.png
    843.6 KB · Views: 15
tried instructions
I made the setting is_demo 1 from the database, logged out of the admin panel and entered again, but unfortunately it still gives This Action Disable In Demo error
I solved it like this
I fixed the setting definition in the database by changing the is_demo field to ( int )instead of (enum.)
 
  • Like
Reactions: tisna98
Latest Version of the Doctor Finder - Appointment Booking With Time-slot app — Neither Tested Nor Nulled
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock