rollbar-flutter icon indicating copy to clipboard operation
rollbar-flutter copied to clipboard

Rollbar for Dart and Flutter

Results 15 rollbar-flutter issues
Sort by recently updated
recently updated
newest added

same as https://github.com/rollbar/rollbar-flutter/issues/119 I've started to get this error when when using gradle 8+. To reproduce the issue just create a basic flutter project, add rollbar_flutter 1.5.0 and change the...

Can you please either update the flutter website with lates commit (Which is bumping http version ) or at least fix the dependency of `roll_bar_flutt` to depend on `rollbar_dart` 1.3.1...

Ever since I upgraded from `0.2.0-beta` (yes, I was a few years out of date) to `1.5.0` my Rollbar items from my Flutter app haven't been getting a "Framework" value....

Do I need to do anything to be able to see context (local variables, etc) in my Flutter stack traces? Currently it always says `No context to show!` ![image](https://github.com/rollbar/rollbar-flutter/assets/152014/319b62ad-ec85-4def-807e-d0215d6a3b4f) This...

https://shorebird.dev/ is a code-push solution for Flutter. We publish our own fork of Flutter which customers use to build their app. Our fork only (currently) contains release flavors of the...

when i run on ios 16, the app force close. and show eror on xcode "connectivity_plus: queue = 'com.apple.main-thread' stop reason = EXCBAD ACCES (code=1, address=0x0)"

I can't debug with chrome anymore after installing this 😢 ``` ../../../.pub-cache/hosted/pub.dev/sqlite3-1.11.2/lib/src/ffi/api.dart:1:8: Error: Dart library 'dart:ffi' is not available on this platform. import 'dart:ffi'; ^ Context: The unavailable library 'dart:ffi'...

The current design of RollbarFlutter makes it impossible to integrate it with custom error handlers. Especially `FlutterRollbar.run` is very limiting. IMHO it has several issues: 1. `RollbarFlutter` overwrites `FlutterError.onError` without...

enhancement

Other versions of this SDK (android, ios, php, javascript to name a few) support an extra argument to send additional data when reporting log, debug, warn, error, critical items. In...

While debugging #91 I noticed the extensive use of dart extensions all over the code base. May I ask what the intention behind this design decision is? As far as...

enhancement