genius_api_unofficial 3.0.0 copy "genius_api_unofficial: ^3.0.0" to clipboard
genius_api_unofficial: ^3.0.0 copied to clipboard

This library provides you with a nice interface to Genius API.

3.0.0 #

  • Upgrade to Dart 3: Upgraded project to be fully compatible with Dart 3.
  • Improved Tests:
    • CI setup
    • Integration tests
    • Code coverage reporting
  • Analyzer Fixes: Resolved various issues detected by the analyzer to improve code quality and maintainability.
  • Web-Incompatible Components Removed:
    • Breaking Change: Removed GeniusApiAuth.authorize.
      • Use GeniusApiAuth.constructAuthorize instead.
      • Ensure you handle the opening of the link according to your intended platform and flow.

2.0.1 #

  • fix error in library level comment

2.0.0 #

  • null safety
  • const constructors
  • lints
  • fixed that GeniusApiAuth.token had Future<void> return type isntead of Future<String>
  • updated dependencies

1.0.0 #

  • Initial release.
4
likes
160
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

This library provides you with a nice interface to Genius API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

http, meta

More

Packages that depend on genius_api_unofficial