crazecoder / open_file

A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)
BSD 3-Clause "New" or "Revised" License
248 stars 433 forks source link

Getting error of deprecation in 3.3.2 #282

Closed someshswami9 closed 1 month ago

someshswami9 commented 4 months ago

Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: C:\Users\TC-DEV1\AppData\Local\Pub\Cache\hosted\pub.dev\open_file-3.3.2\android\src\main\java\com\crazecoder\openfile\OpenFilePlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.

Megatronicus commented 3 months ago

Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

BUILD FAILED in 6s Error: Gradle task assembleDebug failed with exit code 1

bartekpacia commented 3 months ago

See https://github.com/flutter/flutter/issues/147831