The Mashov API - for Flutter.
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Add this to your package's pubspec.yaml file:
dependencies:
flutter_mashov_api: ^0.0.5
You can install packages from the command line:
with Flutter:
$ flutter packages get
Alternatively, your editor might support flutter packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:flutter_mashov_api/flutter_mashov_api.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.5 | Jan 19, 2019 |
|
|
0.0.4 | Jan 19, 2019 |
|
|
0.0.3 | Jan 19, 2019 |
|
|
0.0.2 | Jan 19, 2019 |
|
|
0.0.1 | Jan 18, 2019 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
20
|
Health:
Code health derived from static analysis.
[more]
|
88
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
60
|
Overall:
Weighted score of the above.
[more]
|
48
|
We analyzed this package on Feb 20, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Detected platforms: Flutter
References Flutter, and has no conflicting libraries.
Fix lib/src/controller/api_controller.dart
. (-8.17 points)
Analysis of lib/src/controller/api_controller.dart
reported 17 hints, including:
line 47 col 3: The class 'Future' was not exported from 'dart:core' until version 2.1, but this code is required to be able to run on earlier versions.
line 51 col 3: The class 'Future' was not exported from 'dart:core' until version 2.1, but this code is required to be able to run on earlier versions.
line 84 col 3: The class 'Future' was not exported from 'dart:core' until version 2.1, but this code is required to be able to run on earlier versions.
line 88 col 3: The class 'Future' was not exported from 'dart:core' until version 2.1, but this code is required to be able to run on earlier versions.
line 92 col 3: The class 'Future' was not exported from 'dart:core' until version 2.1, but this code is required to be able to run on earlier versions.
Fix lib/src/controller/cookie_manager_impl.dart
. (-1.49 points)
Analysis of lib/src/controller/cookie_manager_impl.dart
reported 3 hints:
line 6 col 10: Field doesn't override an inherited getter or setter.
line 16 col 10: Field doesn't override an inherited getter or setter.
line 26 col 10: Field doesn't override an inherited getter or setter.
Fix lib/src/controller/request_controller.dart
. (-1 points)
Analysis of lib/src/controller/request_controller.dart
reported 2 hints:
line 8 col 3: The class 'Future' was not exported from 'dart:core' until version 2.1, but this code is required to be able to run on earlier versions.
line 11 col 3: The class 'Future' was not exported from 'dart:core' until version 2.1, but this code is required to be able to run on earlier versions.
Fix additional 12 files with analysis or formatting issues. (-2 points)
Additional issues in the following files:
lib/src/controller/request_controller_impl.dart
(2 hints)lib/src/models/school.dart
(1 hint)lib/src/utils.dart
(1 hint)lib/src/controller/cookie_manager.dart
(Run flutter format
to format lib/src/controller/cookie_manager.dart
.)lib/src/models/attachment.dart
(Run flutter format
to format lib/src/models/attachment.dart
.)lib/src/models/contact.dart
(Run flutter format
to format lib/src/models/contact.dart
.)lib/src/models/grade.dart
(Run flutter format
to format lib/src/models/grade.dart
.)lib/src/models/group.dart
(Run flutter format
to format lib/src/models/group.dart
.)lib/src/models/lesson.dart
(Run flutter format
to format lib/src/models/lesson.dart
.)lib/src/models/login_data.dart
(Run flutter format
to format lib/src/models/login_data.dart
.)lib/src/models/message.dart
(Run flutter format
to format lib/src/models/message.dart
.)lib/src/models/message_title.dart
(Run flutter format
to format lib/src/models/message_title.dart
.)Homepage URL doesn't exist. (-20 points)
At the time of the analysis the homepage
field https://github.com/yanir-edri/flutter-mashov-api
was unreachable.
Maintain an example. (-10 points)
Create a short demo in the example/
directory to show how to use this package.
Common filename patterns include main.dart
, example.dart
, and flutter_mashov_api.dart
. Packages with multiple examples should provide example/README.md
.
For more information see the pub package layout conventions.
Package is pre-v0.1 release. (-10 points)
While nothing is inherently wrong with versions of 0.0.*
, it might mean that the author is still experimenting with the general direction of the API.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0-dev.68.0 <3.0.0 | ||
flutter | 0.0.0 | ||
flutter_simple_dependency_injection | ^1.0.0 | 1.0.0 | |
http | ^0.12.0+1 | 0.12.0+1 | |
test | ^1.5.1+1 | 1.5.3 | |
Transitive dependencies | |||
analyzer | 0.35.1 | ||
args | 1.5.1 | ||
async | 2.0.8 | ||
boolean_selector | 1.0.4 | ||
charcode | 1.1.2 | ||
collection | 1.14.11 | ||
convert | 2.1.1 | ||
crypto | 2.0.6 | ||
csslib | 0.14.6 | ||
front_end | 0.1.11 | ||
glob | 1.1.7 | ||
html | 0.13.3+3 | ||
http_multi_server | 2.0.5 | ||
http_parser | 3.1.3 | ||
io | 0.3.3 | ||
js | 0.6.1+1 | ||
json_rpc_2 | 2.0.9 | ||
kernel | 0.3.11 | ||
logging | 0.11.3+2 | ||
matcher | 0.12.3+1 | 0.12.4 | |
meta | 1.1.6 | 1.1.7 | |
mime | 0.9.6+2 | ||
multi_server_socket | 1.0.2 | ||
node_preamble | 1.4.4 | ||
package_config | 1.0.5 | ||
package_resolver | 1.0.6 | ||
path | 1.6.2 | ||
pedantic | 1.5.0 | ||
plugin | 0.2.0+3 | ||
pool | 1.4.0 | ||
pub_semver | 1.4.2 | ||
shelf | 0.7.4 | ||
shelf_packages_handler | 1.0.4 | ||
shelf_static | 0.2.8 | ||
shelf_web_socket | 0.2.2+4 | ||
sky_engine | 0.0.99 | ||
source_map_stack_trace | 1.1.5 | ||
source_maps | 0.10.8 | ||
source_span | 1.5.4 | ||
stack_trace | 1.9.3 | ||
stream_channel | 1.6.8 | ||
string_scanner | 1.0.4 | ||
term_glyph | 1.1.0 | ||
test_api | 0.2.2 | ||
test_core | 0.2.1+1 | ||
typed_data | 1.1.6 | ||
utf | 0.9.0+5 | ||
vector_math | 2.0.8 | ||
vm_service_client | 0.2.6 | ||
watcher | 0.9.7+10 | ||
web_socket_channel | 1.0.9 | ||
yaml | 2.1.15 |