Andoird gradle build
Launching libmain.dart on sdk gphone64 x86 64 in debug mode…
Running Gradle task ‘assembleDebug’…
Process ‘command ‘C:Usersmahesdevflutterbinflutter.bat” finished with non-zero exit value 1
lib/controller/auth_controller.dart:44:36: Error: Required named parameter ‘altitudeAccuracy’ must be provided.
Position _pickPosition = Position(longitude: 0, latitude: 0, timestamp: DateTime.now(), accuracy: 1, altitude: 1, heading: 1, speed: 1, speedAccuracy: 1);
^
/C:/Users/mahes/AppData/Local/Pub/Cache/hosted/pub.dev/geolocator_platform_interface-4.2.2/lib/src/models/position.dart:9:9: Context: Found this candidate, but the arguments don’t match.
const Position({
^^^^^^^^
lib/controller/auth_controller.dart:602:29: Error: Required named parameter ‘altitudeAccuracy’ must be provided.
_pickPosition = Position(
^
/C:/Users/mahes/AppData/Local/Pub/Cache/hosted/pub.dev/geolocator_platform_interface-4.2.2/lib/src/models/position.dart:9:9: Context: Found this candidate, but the arguments don’t match.
const Position({
^^^^^^^^
lib/view/screens/html/html_viewer_screen.dart:42:40: Error: ‘RenderContext’ isn’t a type.
onLinkTap: (String? url, RenderContext context, Map<String, String> attributes, element) {
^^^^^^^^^^^^^
lib/view/screens/html/html_viewer_screen.dart:42:26: Error: The argument type ‘void Function(String?, invalid-type, Map<String, String>, dynamic)’ can’t be assigned to the parameter type ‘void Function(String?, Map<String, String>, Element?)?’.