quickstart 0.1.0-11.dev
quickstart: ^0.1.0-11.dev copied to clipboard
A prototype for your app with routing, tabs, bottom navigation, header, footer, logo, menu, language switch, Firebase authentication, and more. Set up in seconds.
We analyzed this package 44 hours ago, and awarded it 80 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-0
.
10/10 points: 20% or more of the public API has dartdoc comments
80 out of 344 API elements (23.3 %) have documentation comments.
Some symbols that are missing documentation: quickstart
, quickstart.AuthenticatedOrNotWidget
, quickstart.AuthenticatedOrNotWidget.AuthenticatedOrNotWidget.new
, quickstart.AuthenticatedOrNotWidget.authenticatedBuilder
, quickstart.AuthenticatedOrNotWidget.notAuthenticatedBuilder
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:quickstart/quickstart.dart
that imports:package:quickstart/src/widgets/loading/progress_dialog.dart
that imports:package:quickstart/src/router/delegate.dart
that imports:package:quickstart/src/widgets/toast/listener.dart
that imports:package:quickstart/src/widgets/toast/toast.dart
that imports:package:quickstart/src/delegate.dart
that imports:package:quickstart/src/router/tab_enum.dart
that imports:package:quickstart/src/pages/settings/page.dart
that imports:package:quickstart/src/pages/settings/screen.dart
that imports:package:quickstart/src/pages/settings/widgets/content.dart
that imports:package:quickstart/src/widgets/auth/authenticated_or_not.dart
that imports:package:quickstart/src/notifiers/authentication.dart
that imports:package:google_sign_in/google_sign_in.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:quickstart/quickstart.dart
that imports:package:quickstart/src/widgets/loading/progress_dialog.dart
that imports:package:quickstart/src/router/delegate.dart
that imports:package:quickstart/src/widgets/toast/listener.dart
that imports:package:quickstart/src/widgets/toast/toast.dart
that imports:package:quickstart/src/delegate.dart
that imports:package:quickstart/src/router/tab_enum.dart
that imports:package:quickstart/src/pages/settings/page.dart
that imports:package:quickstart/src/pages/settings/screen.dart
that imports:package:quickstart/src/pages/settings/widgets/content.dart
that imports:package:quickstart/src/widgets/layout/settings_table.dart
that imports:package:quickstart/src/widgets/layout/settings_line.dart
that imports:package:quickstart/src/notifiers/validator.dart
that imports:package:cloud_firestore/cloud_firestore.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:quickstart/quickstart.dart
that imports:package:quickstart/src/widgets/loading/progress_dialog.dart
that imports:package:quickstart/src/router/delegate.dart
that imports:package:quickstart/src/widgets/toast/listener.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package not compatible with platform Web
Because:
package:quickstart/quickstart.dart
that imports:package:quickstart/src/widgets/loading/progress_dialog.dart
that imports:package:quickstart/src/router/delegate.dart
that imports:package:quickstart/src/widgets/toast/listener.dart
that imports:package:fluttertoast/fluttertoast.dart
that imports:dart:io
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:quickstart/quickstart.dart
that imports:package:quickstart/src/widgets/editors/video_selector.dart
that imports:package:quickstart/src/notifiers/video_file_controller.dart
that imports:package:chewie/chewie.dart
that imports:package:chewie/src/material/material_desktop_controls.dart
that imports:package:chewie/src/chewie_player.dart
that imports:package:wakelock_plus/wakelock_plus.dart
that imports:package:wakelock_plus/src/wakelock_plus_io_plugin.dart
that imports:package:wakelock_plus/src/wakelock_plus_windows_plugin.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:quickstart/quickstart.dart
that imports:package:quickstart/src/widgets/editors/video_selector.dart
that imports:package:quickstart/src/notifiers/video_file_controller.dart
that imports:package:chewie/chewie.dart
that imports:package:chewie/src/material/material_desktop_controls.dart
that imports:package:chewie/src/chewie_player.dart
that imports:package:wakelock_plus/wakelock_plus.dart
that imports:package:wakelock_plus/src/wakelock_plus_io_plugin.dart
that imports:package:wakelock_plus/src/wakelock_plus_windows_plugin.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
ERROR: The function 'UnmodifiableToastTypeMap' isn't defined.
lib/src/enums/toast_type.dart:12:16
╷
12 │ final colors = UnmodifiableToastTypeMap(
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/enums/toast_type.dart
ERROR: The function 'UnmodifiableQuickTabEnumMap' isn't defined.
lib/src/router/tab_enum.dart:13:26
╷
13 │ final quickBottomPages = UnmodifiableQuickTabEnumMap<AbstractPage>(
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/router/tab_enum.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
app_state |
^0.9.4 |
0.9.6 | 0.9.6 | |
chewie |
^1.8.4 |
1.12.1 | 1.12.1 | |
clock |
^1.1.1 |
1.1.2 | 1.1.2 | |
cloud_firestore |
^5.0.1 |
5.6.11 | 5.6.11 | |
cloud_functions |
^5.1.3 |
5.6.1 | 5.6.1 | |
collection |
^1.17.2 |
1.19.1 | 1.19.1 | |
common_macros |
^0.1.0-7.dev |
0.1.0-7.dev | 0.1.0-7.dev | |
crypto |
^3.0.5 |
3.0.6 | 3.0.6 | |
diacritic |
^0.1.6 |
0.1.6 | 0.1.6 | |
easy_localization |
^3.0.7 |
3.0.7+1 | 3.0.7+1 | |
easy_localization_multi |
^0.2.0 |
0.2.0 | 0.2.0 | |
easy_localization_yaml |
^0.1.2 |
0.1.2 | 0.1.2 | |
enum_map |
^0.4.0-2.dev |
0.4.0-2.dev | 0.4.0-2.dev | |
firebase_auth |
^5.1.0 |
5.6.2 | 5.6.2 | |
firebase_core |
^3.1.0 |
3.15.1 | 3.15.1 | |
firebase_storage |
^12.3.1 |
12.4.9 | 12.4.9 | |
flag |
^7.0.0 |
7.0.0 | 7.0.0 | |
fluttertoast |
^8.2.6 |
8.2.12 | 8.2.12 | |
get_thumbnail_video |
^0.6.1 |
0.6.1 | 0.7.3 | |
google_fonts |
^6.2.1 |
6.2.1 | 6.2.1 | |
google_sign_in |
^6.2.1 |
6.3.0 | 7.1.0 | |
image_picker |
^1.1.2 |
1.1.2 | 1.1.2 | |
keyed_collection_widgets |
^0.4.3 |
0.4.4 | 0.4.4 | |
mime |
^1.0.6 |
1.0.6 | 2.0.0 | |
model_editors |
^0.4.3 |
0.4.3 | 0.4.3 | |
model_fetch |
^0.6.3 |
0.6.4 | 0.6.4 | |
model_fetch_firestore |
^0.6.3 |
0.6.4 | 0.6.4 | |
model_fetch_flutter |
^0.6.3 |
0.6.4 | 0.6.4 | |
model_interfaces |
^0.3.4 |
0.3.4 | 0.3.4 | |
progress_future |
^0.1.0 |
0.1.0 | 0.1.0 | |
shared_preferences |
^2.2.3 |
2.5.3 | 2.5.3 | |
url_strategy |
^0.2.0 |
0.2.0 | 0.3.0 | Discontinued |
version |
^3.0.2 |
3.0.2 | 3.0.2 | |
video_player |
^2.9.1 |
2.10.0 | 2.10.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^0.6.1` on get_thumbnail_video does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions get_thumbnail_video
to update the constraint.
The constraint `^6.2.1` on google_sign_in does not support the stable version `7.0.0`, that was published 9 days ago.
When google_sign_in is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions google_sign_in
to update the constraint.
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 6 errors:
UNDEFINED_FUNCTION
-lib/src/enums/toast_type.dart:12:16
- The function 'UnmodifiableToastTypeMap' isn't defined.UNDEFINED_FUNCTION
-lib/src/router/tab_enum.dart:13:26
- The function 'UnmodifiableQuickTabEnumMap' isn't defined.UNDEFINED_GETTER
-lib/src/widgets/auth/authentication_builder.dart:23:42
- The getter 'user' isn't defined for the type 'AuthenticationNotifier
Analyzed with Pana 0.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.