basecraft
Basic Flutter setup with GetX and Dio – everything you need to kick off a new project fast.
2.2.0
rugved1212/basecraft
What this package is like to depend on
Last release 8 months ago
14 Dec 2025
Release timing varies
gaps range from 9 days to 4 months
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
9 releases · first in 2025
1 release in the last 12 months
see the full history below
Release timeline
9 releases · Jun 2025 to Dec 2025
2026
Releases
latest 9-
2.2.014 Dec 2025Release notes
Open source →🚀 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.1.120 Aug 2025 -
2.1.031 Jul 2025Release notes
Open source →🚀 Features
- Api Logger
- Console logs
- SqfliteService new function to execute SQL query.
-
2.0.221 Jul 2025Release notes
Open source →🐞 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.120 Jun 2025Release notes
Open source →🚀 Features
- Repository Class
- Open App Setting
- Infinite Pagination Bug Fixed
- Added Shimmer Widget
-
2.0.006 Jun 2025Release notes
Open source →🚀 Features
- Check Internet Connectivity
- API Client Modification added multipart
- WebSocket
- Permission Handler
-
1.0.105 Jun 2025 -
1.0.001 Jun 2025Release notes
Open source →🚀 Features
- Introduced
PagingListViewfor infinite scrolling support. - Added
PaginationControllerwith customizable page fetch logic. - Added animated transitions and effects.
- Added reusable Glass Container UI component.
- Introduced
-
0.0.101 Jun 2025Release notes
Open source →🚧 Initial Preview Release
- Created base API client for HTTP operations.
- Integrated
SQFLiteServicefor local database access. - Integrated
GetStorageServicefor local key-value storage. - Added reusable UI components:
- Overlay widgets
- Signature capture widget
- Added helpful Dart extensions.