Daniel Wolf

Results 13 comments of Daniel Wolf

> We had the same error and instead of ` PdfDocument.openFile(widget.file.path)` > > we solved using `PdfDocument.openData(widget.file.readAsBytesSync())` This works for me. Thanks!

@galvanu like this? ```DART import 'package:flutter/material.dart'; import 'package:tutorial_coach_mark/tutorial_coach_mark.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); @override Widget build(BuildContext context) {...

Hi @praveenb, this feature isn't implemented yet.

@mnshaikna could you provide a small code sample which reproduces the issue? The description above is not enough to clear the things up.

I need more information to solve the problem. Can you please explain what led you to the problem? Could you provide your source code?

Probably the same issue in the flutter repo https://github.com/flutter/flutter/issues/54027.

#30 may fix this.

You can try this pull request https://github.com/loup-v/beacons/pull/30. I needed to add this to the info.plist: ````XML NSLocationAlwaysUsageDescription Reason why app needs location NSLocationUsageDescription Reason why app needs location NSLocationWhenInUseUsageDescription Reason...

Could be connected to [this issue](https://github.com/PhilipsHue/flutter_reactive_ble/issues/558).