bharat-1809 / glass_kit

💎 A package containing widgets to implement glass morphism in flutter apps
https://pub.dev/packages/glass_kit
MIT License
77 stars 16 forks source link

Error shown when trying to run on chome browser using a MacBook Air M2 chip #32

Open inglesuniversal opened 7 months ago

inglesuniversal commented 7 months ago

Assertion failed: file:///Users/folder/.pub-cache/hosted/pub.dev/glass_kit-3.0.0/lib/src/glass_container.dart:73:16 kIsWeb != true I| borderColor != null "borderColor cannot be null when runing on the Web\n" See also: https://flutter.dev/docs/testing/errors

bharat-1809 commented 4 months ago

As the assertion says, borderColor is needed when building for web. This is because CustomPaint doesn't work properly on web to paint the border gradient.