bootstrap_flutter 0.0.5
bootstrap_flutter: ^0.0.5 copied to clipboard
The plugin create the ScaffoldWeb, and bootStrap organization Page
We analyzed this package on Jan 12, 2021, and awarded it 10 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
Homepage URL is insecure.
Update the homepage
field and use a secure (https
) URL.
0/5 points: Provide a valid README.md
README.md is empty.
The README.md
file should inform others about your project, what it does, and how they can use it. See: the example generated by stagehand
.
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. See the example generated by stagehand
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: Failed to run dartdoc
- Running
dartdoc
failed with the following output:
0/20 points: Supports 0 of 2 possible platforms (native, js)
Package resolution failed. Could not determine platforms.
Run pub get
for more information.
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 65 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:bootstrap/packages/controllerWeb.dart'.
lib/example/exampleWeb.dart:1:8
╷
1 │ import 'package:bootstrap/packages/controllerWeb.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/example/exampleWeb.dart
ERROR: Target of URI doesn't exist: 'package:bootstrap/packages/scaffoldWeb.dart'.
lib/example/exampleWeb.dart:2:8
╷
2 │ import 'package:bootstrap/packages/scaffoldWeb.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/example/exampleWeb.dart
0/10 points: All of the package dependencies are supported in the latest version
- Could not run pub outdated:
pub get
failed:
Because bootstrap_flutter depends on flutter_web_ui any which doesn't exist (could not find package flutter_web_ui at https://pub.dartlang.org), version solving failed.