basecraft 2.2.0 copy "basecraft: ^2.2.0" to clipboard
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.1.1 #

🐞 Bug Fixes #

  • Get Storage Corrupted Box bug fixed

2.1.0 #

🚀 Features #

  • Api Logger
  • Console logs
  • SqfliteService new function to execute SQL query.

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

1.0.1 #

🚀 Features #

  • Bug Fixes

1.0.0 #

🚀 Features #

  • Introduced PagingListView for infinite scrolling support.
  • Added PaginationController with customizable page fetch logic.
  • Added animated transitions and effects.
  • Added reusable Glass Container UI component.

0.0.1 #

🚧 Initial Preview Release #

  • Created base API client for HTTP operations.
  • Integrated SQFLiteService for local database access.
  • Integrated GetStorageService for local key-value storage.
  • Added reusable UI components:
    • Overlay widgets
    • Signature capture widget
  • Added helpful Dart extensions.
4
likes
150
points
118
downloads

Publisher

unverified uploader

Weekly Downloads

Basic Flutter setup with GetX and Dio – everything you need to kick off a new project fast.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, intl, path_provider, plugin_platform_interface, shared_preferences, sqflite, uuid

More

Packages that depend on basecraft

Packages that implement basecraft