basecraft 2.2.0
basecraft: ^2.2.0 copied to clipboard
Basic Flutter setup with GetX and Dio – everything you need to kick off a new project fast.
2.2.0 #
🚀 Features #
- Add Equalizer class if extend to any model can help us compare two instance of model.
- We can get device details using DeviceInfo class.
- We can get the battery percentage and status using DeviceBattery class.
- Debounce and Throttle class can be use to apply debouncing and throttling.
- Remove GetX Statement to support other state management tools as well.
- New extension methods added.
- Pagination widget update.
2.0.2 #
🐞 Bug Fixes #
- Api Client add more options to customize calling api's.
- SqfliteService remove the singleton to work across multiple tables.
- Infinite Pagination Bug Fixed
2.0.1 #
🚀 Features #
- Repository Class
- Open App Setting
- Infinite Pagination Bug Fixed
- Added Shimmer Widget
2.0.0 #
🚀 Features #
- Check Internet Connectivity
- API Client Modification added multipart
- WebSocket
- Permission Handler