-
I'm not able to print out my images on receipt paper
```final ByteData data = await rootBundle.load(AppImages.loginLogo);
final Uint8List imgBytes = data.buffer.asUint8List();
var image = decodeI…
-
given the high crash rate of Google Maps https://github.com/flutter/flutter/issues/105965
any plans to switch to https://pub.dev/packages/flutter_map ? :) We could decouple this fantastic packge fr…
-
Did this feature introduced in Flutter 3.7 https://medium.com/flutter/whats-new-in-flutter-3-7-38cbea71133c#2507 make this package unnecessary?
-
> `HTTP error 403: Forbidden
package:pub/src/http.dart 218:5 _ThrowingClient.send
===== asynchronous gap ===========================
package:http_throttle/http_throttle.dart 33:31…
-
-
Respondents of the Q2 2019 Flutter user survey asked for better IDE support for _developing_ and _using_ packages, such as “add package” UI, “install the latest package” UI, etc. (Related: #1447)
c…
-
I'd like to request a way to make it easier to handle nested exceptions.
Since there is no built-in way in Dart to nest exceptions, a lot of libraries have their own way of nesting exceptions.
Th…
-
## Checklist
- [x] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue
- [x] I made sure that the issue I am raisi…
-
# Environment
```
Pub 2.14.0-edge.a527411e5100a0a4f48c4009087a1b988aa784af
Dart SDK version: 2.14.0-edge.a527411e5100a0a4f48c4009087a1b988aa784af (be) (Fri May 14 15:47:38 2021) on "windows_x64"
…
-
When using a dependency like this:
```
menubar:
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/menubar
```
build_runner fails parsing the …