google / flutter-desktop-embedding

Experimental plugins for Flutter for Desktop
Apache License 2.0
7.1k stars 607 forks source link

Null safety not implemented #845

Closed zeeshan-iqbal-cs closed 3 years ago

zeeshan-iqbal-cs commented 3 years ago

With the introduction of sound null safety, this library cannot be included in the project where sound null safety is enabled.

CUSTOMBUILD : error : Cannot run with sound null safety, because the following dependencies 
stuartmorgan commented 3 years ago

this library cannot be included in the project where sound null safety is enabled.

Which library? This repository is a collection of separate packages.

CUSTOMBUILD : error : Cannot run with sound null safety, because the following dependencies 

You've cut off the part of this that lists the problematic dependencies.

All the packages here should support null safety, so this needs details about which packages--and which versions of those packages--you are using and having issues with.

stuartmorgan commented 3 years ago

Closing due to lack of response.

kakyoism commented 3 years ago

This is what I get when running an app using file_selector.

Launching lib/main.dart on macOS in debug mode...
Building macOS application...
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:

 - package:file_selector
 - package:file_selector_platform_interface
 - package:plugin_platform_interface
 - package:cross_file
stuartmorgan commented 3 years ago

None of those plugins are part of this repository.