baato_api 2.0.1 copy "baato_api: ^2.0.1" to clipboard
baato_api: ^2.0.1 copied to clipboard

Flutter package to consume Baato APIs. You can search for places, reverse geo code and request for directions for several modes of transportation, including bike, foot and car.

150/ 160
pub points
200
downloads

We analyzed this package 33 hours ago, and awarded it 150 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

160 out of 202 API elements (79.2 %) have documentation comments.

Some symbols that are missing documentation: baato_api.BaatoAPI.direction, baato_api.BaatoAPI.place, baato_api.BaatoAPI.shared, baato_api.BaatoDio.addLoggingInterceptor, baato_api.BaatoDio.apiBaseUrl.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:baato_api/baato_api.dart that imports:
  • package:baato_api/src/api/export_api.dart that imports:
  • package:baato_api/src/api/baato_direction_api.dart that imports:
  • package:baato_api/src/api/baato_dio.dart that imports:
  • package:baato_api/src/api/interceptors.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:baato_api/baato_api.dart that imports:
  • package:baato_api/src/api/export_api.dart that imports:
  • package:baato_api/src/api/baato_direction_api.dart that imports:
  • package:baato_api/src/api/baato_dio.dart that imports:
  • package:baato_api/src/api/interceptors.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:baato_api/baato_api.dart that imports:
  • package:baato_api/src/api/export_api.dart that imports:
  • package:baato_api/src/api/baato_direction_api.dart that imports:
  • package:baato_api/src/api/baato_dio.dart that imports:
  • package:baato_api/src/api/interceptors.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:baato_api/baato_api.dart that imports:
  • package:baato_api/src/api/export_api.dart that imports:
  • package:baato_api/src/api/baato_direction_api.dart that imports:
  • package:baato_api/src/api/baato_dio.dart that imports:
  • package:baato_api/src/api/interceptors.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:baato_api/baato_api.dart that imports:
  • package:baato_api/src/api/export_api.dart that imports:
  • package:baato_api/src/api/baato_direction_api.dart that imports:
  • package:baato_api/src/api/baato_dio.dart that imports:
  • package:baato_api/src/api/interceptors.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_linux.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:baato_api/baato_api.dart that imports:
  • package:baato_api/src/api/export_api.dart that imports:
  • package:baato_api/src/api/baato_direction_api.dart that imports:
  • package:baato_api/src/api/baato_dio.dart that imports:
  • package:baato_api/src/api/interceptors.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_linux.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 95 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/baato_api.dart:1:1

  ╷
1 │ /// This is latest export for the Baato API package
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/baato_api.dart

INFO: Dangling library doc comment.

lib/src/api/baato_api.dart:1:1

  ╷
1 │ /// This file exports all API-related classes from the Baato API package
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/api/baato_api.dart

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
crypto ^3.0.6 3.0.6 3.0.6
dio ^5.9.0 5.9.0 5.9.0
package_info_plus ^8.3.0 8.3.1 9.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.1.4 2.1.4
http - 1.5.0 1.5.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
package_info_plus_platform_interface - 3.2.1 3.2.1
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.14.0 5.14.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^8.3.0` on package_info_plus does not support the stable version `9.0.0`, that was published 0 days ago.

When package_info_plus is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions package_info_plus to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Flutter 3.35.3, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
8
likes
150
points
200
downloads

Publisher

verified publisherbaato.io

Weekly Downloads

Flutter package to consume Baato APIs. You can search for places, reverse geo code and request for directions for several modes of transportation, including bike, foot and car.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dio, flutter, package_info_plus

More

Packages that depend on baato_api