alice icon indicating copy to clipboard operation
alice copied to clipboard

HTTP Inspector for Flutter. Allows checking HTTP connections with UI inspector.

Results 56 alice issues
Sort by recently updated
recently updated
newest added

Fix dark theme and update deps

Alice uses open_file package that requests permission that it shouldn't. It should be replaced with open_file_safe or open_filex.

new issue

Updated 1. rxdart 2. permission_handler

**Describe the bug** App does not compile on iOS if Swift 4 is used in the project (currently default swift version for Flutter projects). Here is related bug https://github.com/jhomlala/betterplayer/issues/776#issuecomment-985991324 **To...

new issue

The maxLines of Endpoint has been increased to 4 lines. af1025b This is because if the base path of the Endpoint is long, it will be omitted as the same...

**Describe the bug** My project use alice for check network using dio. After i add package onesignal_flutter, notification not showing anymore. It work fine on android but on iOS is...

question

- Update flutter version to 3.3.1 - Update dependencies - Add logger - Clear logs option - Logs scrollbar - Decrease shake threshold

Proposal - modify alice_save_helper.dart saveCalls to ` if (Platform.isAndroid || Platform.isIOS) { _checkPermissions(context, calls, brightness) } else { _saveToFile(context,calls, brightness); } `

enhancement
new issue

Please consider configuration for share. e.g. 1) using share mailto should allow mac to work according to shareplus pub.dev site 2) allowing a default share app would be nice, and/or...

enhancement
new issue