-- Paste your output here -->[✓] Flutter (Channel stable, 3.19.5, on Ubuntu 22.04.4 LTS 5.15.146.1-microsoft-standard-WSL2, locale C.UTF-8)• Flutter version 3.19.5 on channel stable at /usr/bin/flutter• Upstream repository https://github.com/flutter/flutter.git• Framework re...
import 'dart:io'; import 'package:flutter/material.dart'; import 'package:webview_flutter/webview_flutter.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key key}) : super(key: key); @override Widget build(BuildContext context) { return...
My flutter app not able to start after upgrade flutter version. Gradle build failed to produce an .apk file. It's likely that this file was generated under D:\Flutter_App\team37\build, but the tool couldn't find it. Exited (sigterm) [√] ...