bharat-1809 / glass_kit

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

Bug when viewing on web #30

Closed JayWebtech closed 10 months ago

JayWebtech commented 11 months ago

Describe the bug When viewing my flutter app on web, I have this error: image

But on app, it works fine I an using the latest version of flutter

bharat-1809 commented 10 months ago

hey @JayWebtech, as the assertion says, you need to provide a borderColor when running the application on the web. For mobile app, it's not required. If your design demands a transparent border you can use Colors.transparent

JayWebtech commented 10 months ago

Thank you it works