mayr_fake_api 1.1.0
mayr_fake_api: ^1.1.0 copied to clipboard
A Dart package that intercepts API calls and returns fake JSON responses from local files during development. Works with both Flutter and pure Dart applications.
We analyzed this package 9 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
38 out of 41 API elements (92.7 %) have documentation comments.
Some symbols that are missing documentation: mayr_fake_api.AssetLoader.AssetLoader.new, mayr_fake_api.MayrFakeApi.MayrFakeApi.new, mayr_fake_api.PlaceholderReplacer.PlaceholderReplacer.new.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:mayr_fake_api/mayr_fake_api.dartthat imports:package:mayr_fake_api/src/file_asset_loader.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^5.0.0 |
5.9.1 | 5.9.1 | |
faker |
^2.2.0 |
2.2.0 | 2.2.0 | |
http |
^1.0.0 |
1.6.0 | 1.6.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
uuid |
^4.0.0 |
4.5.2 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.1 | 1.18.1 | |
mime |
- | 2.0.0 | 2.0.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
UNDEFINED_METHOD-lib/src/mayr_fake_interceptor.dart:73:13- The method 'DioException' isn't defined for the type 'MayrFakeInterceptor'.UNDEFINED_IDENTIFIER-lib/src/mayr_fake_interceptor.dart:80:21- Undefined name 'DioExceptionType'.UNDEFINED_METHOD-lib/src/mayr_fake_interceptor.dart:103:9- The method 'DioException' isn't defined for the type 'MayrFakeInterceptor'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.9, Dart 3.10.8.
Check the analysis log for details.