Francesco Iapicca
Francesco Iapicca
Hi @Herohtar testing the code below with the latest master code ```dart import 'package:flutter/material.dart'; import 'dart:ui'; void main() => runApp( const MyApp( key: Key('app'), ), ); class MyApp extends StatelessWidget...
Hi @kserko testing the code below with the latest master code ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { const MyApp({Key key}) : super(key: key); @override...
Hi @miyoyo testing the [code above](https://pastebin.com/k00S4PWs) with the latest master doctor ```console [✓] Flutter (Channel master, 1.21.0-6.0.pre.37, on Mac OS X 10.15.5 19F101, locale en-GB) • Flutter version 1.21.0-6.0.pre.37 at...
@ohjongsung your code sample depends from the 3rd party packages [charset_converter](https://pub.dev/packages/charset_converter) and [file_picker](https://pub.dev/packages/file_picker) so for science I try to reproduce it without 3rd party plugins code sample ```dart import 'dart:convert'...
@maheshmnj something wrong with my [repro code](https://github.com/flutter/flutter/issues/109512#issuecomment-1214421593)? crash or not, this seems a memory leak if processing 3MB file explodes to 256MB
@maheshmnj the warning occurs on physical `pixel 3a` ```console ➜ issue_109512 flutter run Running "flutter pub get" in issue_109512... 1,381ms Launching lib/main.dart on Pixel 3a in debug mode... ```
> I have the same issue, has there been any progression? https://stackoverflow.com/questions/74526831/setting-variables-outside-state-class-causing-flutter-app-to-lag-and-crash same error but different cause, here is a [repro code](https://github.com/flutter/flutter/issues/109512#issuecomment-1214421593) without global variables
testing the [code above](https://github.com/flutter/flutter/issues/14288#issue-291882490) the issue still occurs with the latest master screenshot  doctor ```console [✓] Flutter (Channel master, 1.21.0-6.0.pre.38, on Mac OS X 10.15.5 19F101, locale en-GB) •...
same issue here, I modified the example app as follow ```yaml name: example description: AutoSizeText example version: 1.0.0 environment: sdk: '>=3.3.3
@iliyami you have a point, it really stutters in mid scrolling (tested on pixel 3a) screen recording  cc @TahaTesser