justkawal / excel

Excel Library for Flutter and Dart - https://pub.dev/packages/excel
MIT License
403 stars 212 forks source link

fix(309): Use latest unpublished version of archive package and newly… #314

Closed timobaehr closed 6 months ago

timobaehr commented 6 months ago

… added removeFile function inside Excel.delete(String sheet)

Closes #309

FauconSpartiate commented 6 months ago

@timobaehr Please run dart format . to keep the formatting the same, not trashing the actual changes

FauconSpartiate commented 6 months ago

And a package really shouldn't use a specific unreleased dependency, we'll have to wait until archive puts the fix in a release.

FauconSpartiate commented 6 months ago

And a package really shouldn't use a specific unreleased dependency, we'll have to wait until archive puts the fix in a release.

I'll close this PR for this reason, you can open a new one when the fix is live in archive.