hukusuke1007 / flamingo

[Flutter Library] Flamingo is a firebase firestore model framework library. 🐤
https://pub.dev/packages/flamingo
MIT License
118 stars 20 forks source link

Fix: Add empty List during updation #4

Closed huma11farheen closed 4 years ago

huma11farheen commented 4 years ago

Description: During updation, Empty List was not being accepted, Which makes the empty list always non-empty

Changes made: Removed the condition for storageFiles.isNotEmpty

hukusuke1007 commented 4 years ago

Thank you for your request.

6

huma11farheen commented 4 years ago

@hukusuke1007 On which version can i find this commit?

hukusuke1007 commented 4 years ago

@huma11farheen Update completed. Please check latest version(0.2.4).