jogboms / flutter_spinkit

✨ A collection of loading indicators animated with flutter. Heavily Inspired by http://tobiasahlin.com/spinkit.
MIT License
2.99k stars 305 forks source link

Lags with package: password: ^1.0.0 #77

Closed zuwuko closed 4 years ago

zuwuko commented 4 years ago

I'm using this spinkit animation while authenticating a user/pass with SQLITE local database that uses password hash to verify user input password (https://pub.dev/packages/password) and its super slow and freezes/lags the spinkit animation. Ideas?

jogboms commented 4 years ago

Hey @zuwuko

I cannot say for sure how it relates but could you maybe use the hashing algorithm within an isolate? Use the compute function so it maybe run in a different process.