flutter_simple_shopify icon indicating copy to clipboard operation
flutter_simple_shopify copied to clipboard

Error: 'UnmodifiableUint8ListView' is restricted and can't be extended or implemented.

Open devsideal opened this issue 4 years ago • 2 comments

When I'm running the app with added package ver flutter_simple_shopify: ^0.0.25-alpha I'm getting the below error:

../../flutter/.pub-cache/hosted/pub.dartlang.org/uuid_enhanced-3.0.2/lib/uuid.dart:9:7: 
Error: 'UnmodifiableUint8ListView' is restricted and can't be extended or implemented.
class Uuid extends UnmodifiableUint8ListView {
      ^

My Flutter version is: Flutter 2.8.1 • channel stable Framework • revision 77d935af4d (5 weeks ago) • 2021-12-16 08:37:33 -0800 Engine • revision 890a5fca2e Tools • Dart 2.15.1

devsideal avatar Jan 18 '22 08:01 devsideal

getting the same error, anyone tried to fix this?

bharatk101-dckap avatar Feb 09 '22 10:02 bharatk101-dckap

The version from pub.dev is quiet old. I suggest including it via git

SimonIT avatar Feb 09 '22 12:02 SimonIT