shamblett / huggingface_client

A Hugging Face server and browser based REST API client for the inference and inference endpoint API's
MIT License
8 stars 2 forks source link

Static Analysis failing on pub #5

Closed shamblett closed 1 year ago

shamblett commented 1 year ago

Version 1.2.0 of the package is showing the following static analysis errors on pub -

_INFO: The part-of directive uses a library name. lib/src/api/api/inference_api.dart:8:1

╷ 8 │ part of huggingface_client; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/api/inference_api.dart

INFO: The part-of directive uses a library name._

89 isues in total, this needs to be fixed and the package re-released.

shamblett commented 1 year ago

Updates complete, info errors above have been removed locally, package re-released at version 1.2.1.