flutter_chuck_inspection 1.0.5
flutter_chuck_inspection: ^1.0.5 copied to clipboard
A powerful HTTP inspector for Flutter — monitor, debug, and analyze requests in real-time with a sleek dark UI and persistent notifications.
1.0.5 #
- Fixed critical duplicate
ChuckInspectorclass definition influtter_chuck_inspection.dartthat caused compilation failure - Fixed circular self-import (
import 'package:flutter_chuck_inspection/flutter_chuck_inspection.dart') in the main library file - Upgraded
ChuckInspectorto a complete, async-safe implementation with properdart:ioplatform detection - Fixed
_updateNotification()now correctly guards against uninitialized or disabled notification state - Fixed
ChuckDioInterceptor.onResponseandonError— replaced unsafefirstWhere(which threwStateError) with a safewhere(...).isNotEmptyguard - Added
notificationsEnabledgetter,enableNotifications(),disableNotifications(),requestNotificationPermissions(),checkNotificationPermissions(),cancelNotifications(),cancelAllNotifications(), andrefreshNotification()toChuckInspector init()is nowFuture<void>and acceptsnotificationChannelId,notificationChannelName, andnotificationChannelDescriptionparameters- Updated README with correct install version, async usage examples, full API reference tables, and
altattributes on all image tags
1.0.4 #
- Format
1.0.3 #
- README update
1.0.1 #
- Initial release