flutter_chuck_inspection 1.0.7 copy "flutter_chuck_inspection: ^1.0.7" to clipboard
flutter_chuck_inspection: ^1.0.7 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.7 #

  • Fixed screenshots not displaying on pub.dev — switched image URLs to raw.githubusercontent.com absolute format which is supported by pub.dev, GitHub, and all markdown renderers

1.0.6 #

  • Fixed screenshots not loading in README — replaced absolute GitHub URLs with relative paths so images render correctly in IDE preview, GitHub, and pub.dev
  • Improved screenshots layout: horizontal alignment with professional captions using HTML table

1.0.5 #

  • Fixed critical duplicate ChuckInspector class definition in flutter_chuck_inspection.dart that caused compilation failure
  • Fixed circular self-import (import 'package:flutter_chuck_inspection/flutter_chuck_inspection.dart') in the main library file
  • Upgraded ChuckInspector to a complete, async-safe implementation with proper dart:io platform detection
  • Fixed _updateNotification() now correctly guards against uninitialized or disabled notification state
  • Fixed ChuckDioInterceptor.onResponse and onError — replaced unsafe firstWhere (which threw StateError) with a safe where(...).isNotEmpty guard
  • Added notificationsEnabled getter, enableNotifications(), disableNotifications(), requestNotificationPermissions(), checkNotificationPermissions(), cancelNotifications(), cancelAllNotifications(), and refreshNotification() to ChuckInspector
  • init() is now Future<void> and accepts notificationChannelId, notificationChannelName, and notificationChannelDescription parameters
  • Updated README with correct install version, async usage examples, full API reference tables, and alt attributes on all image tags

1.0.4 #

  • Format

1.0.3 #

  • README update

1.0.1 #

  • Initial release
0
likes
140
points
145
downloads

Documentation

API reference

Publisher

verified publishersanjaysharma.info

Weekly Downloads

A powerful HTTP inspector for Flutter — monitor, debug, and analyze requests in real-time with a sleek dark UI and persistent notifications.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

dio, flutter, flutter_local_notifications, http, path_provider, plugin_platform_interface, share_plus, uuid

More

Packages that depend on flutter_chuck_inspection

Packages that implement flutter_chuck_inspection