Switch getWidgetDescription to use CompletableFuture as it sometimes takes more than 100ms (#4151) Update the product matrix for 2019.3 stable (#4148) Fix an NPE in PubRoot.forDescendant (#4147) Remove FlutterSampleManager; for embedded flutter samples, open the hosted docs (#4139) Make the...
logs PS C:\Users\Taha\StudioProjects\AlarmTest> fsr[ +63 ms] executing: [C:\Users\Taha\Code\flutter_stable/] git -c log.showSignature=false log -n 1 --pretty=format:%H[ +370 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H[ +2 ms] 02c026b...
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...
I see. Thanks for that context. It is possible that you are facing a different issue, but I am not sure. You can test this PR by adding the following to your pubspec.yaml and then re-installing packages (pub get / pub upgrade) ...
We didn't run pub upgrade either and we have been using the following versions since long ago: webview_flutter: ^4.10.0 webview_flutter_android: ^4.2.0 webview_flutter_wkwebview: ^3.16.3 This crash just started out of the blue: ...
(5 weeks ago), 2022-03-25 00:23:12 -0500 • Engine revision 57d3bac3dd • Dart version 2.16.2 • DevTools version 2.9.2 • Pub download mirror https://pub.flutter-io.cn • Flutter download mirror https://storage.flutter-io.cn [√] Android toolchain - develop for Android ...
when i run the flutter android app in release mode the splash screen freezes without any respond ## Steps to Reproduce 1- run the app in real device using flutter run --release --verbose then the app run without any error message but fre...
[ +22 ms] Found plugin image_picker at C:\Users\TONY\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\image_picker-0.6.3+4\ [ +28 ms] Found plugin package_info at C:\Users\TONY\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\package_info-0.4.3\ ...
Switch getWidgetDescription to use CompletableFuture as it sometimes takes more than 100ms (#4151) Update the product matrix for 2019.3 stable (#4148) Fix an NPE in PubRoot.forDescendant (#4147) Remove FlutterSampleManager; for embedded flutter samples, open the hosted docs (#4139) Make the...
fix(pub): ignore templates folder during analysis (#4009) 1.5.1 Fixes fix(analytics): event client flush events to do not discard events from cache on auth exception (#3999) fix: catch and log updateEndpoint error during configure (#3985) 1.4.1 Fixes fix(auth): Cra...