Hello there :wave:. I'm implementing the rollbar_flutter package in a project and having an issue where the package fails to log errors: HttpException: 1: invalid access token. I'm using a token with post_client_item scope. My version is rollbar_flutter: ^1.0.0 because I had the same "rollbar_flutter 0.1.0 which doesn't match any versions, version solving failed" issue as akterridealike, and using 1.0.0 seemed to solve it.
My config:
Config(
accessToken: <access token with post_client_item scope>,
package: <project name>,
handleUncaughtErrors: true,
includePlatformLogs: false,
);
The Flutter app builds and runs normally but fails to post errors.