iamvivekkaushik / AwesomeCard

A Flutter package to easily create a Credit Card in your application.
MIT License
151 stars 86 forks source link

Does not work on flutter web #14

Closed lleewwiiss closed 2 years ago

lleewwiiss commented 4 years ago

Running the example app on flutter web shows that the animation is broken, the card does rotate but there is that constant artifact in the middle.

Screenshot from 2020-05-21 16-19-30

iamvivekkaushik commented 4 years ago

I haven't tried on flutter web, it works fine on the mobile apps.

ortal83cohen commented 4 years ago

I have the same issue on web.

MaNoOoz commented 4 years ago

guyz anyone knows how to solve this Target debug_android_application failed: FileSystemException: Cannot copy file to '... \build\app\intermediates\flutter\debug\flutter_assets\packages/awesome_card/images/card_provider/american_express.png', path = 'H:\FlutterSDK\.pub-cache\hosted\pub.dartlang.org\awesome_card-1.1.0\images\card_provider\american_express.png' (OS Error: The system cannot find the path specified. , errno = 3) build failed.

gorillatapstudio commented 3 years ago

I found the same issue on web

diegogarciar commented 2 years ago

Hello, I just tested this on flutter 2.5.3 and I couldn't reproduce the issue, Are you still experiencing it?