tyfoo1603

Results 6 comments of tyfoo1603

Encounter same issue. Any update?

@UlanNurmatov U can try replace NetworkImage with CachedNetworkImageProvider(https://pub.dev/packages/cached_network_image) as temporary solution, which works in my case.

I am having the issue. @shangl can you provide the code as reference?

I encounter same issue without `import 'package:flutter/foundation.dart'; ` Channel stable, 3.38.

My issue is resolved after followed the migration guide. https://github.com/rrousselGit/freezed/blob/master/packages/freezed/migration_guide.md#migrate-from-v2-to-v3 Require keyword (sealed / abstract) Classes using the factory constructor now require a keyword sealed / abstract.