quickstart 0.1.0-11.dev copy "quickstart: ^0.1.0-11.dev" to clipboard
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.

3
likes
80/ 160
pub points
42
downloads

We analyzed this package 7 hours ago, and awarded it 80 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-0.

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

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.

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 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.

Failed check 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.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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.11.3 1.11.3
clock ^1.1.1 1.1.2 1.1.2
cloud_firestore ^5.0.1 5.6.6 5.6.6
cloud_functions ^5.1.3 5.4.0 5.4.0
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.5.2 5.5.2
firebase_core ^3.1.0 3.13.0 3.13.0
firebase_storage ^12.3.1 12.4.5 12.4.5
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 6.3.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.9.5 2.9.5
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.54 1.3.54
args - 2.7.0 2.7.0
async - 2.12.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.0
cloud_firestore_platform_interface - 6.6.6 6.6.6
cloud_firestore_web - 4.4.6 4.4.6
cloud_functions_platform_interface - 5.6.5 5.6.5
cloud_functions_web - 4.10.11 4.10.11
cross_file - 0.3.4+2 0.3.4+2
csslib - 1.0.2 1.0.2
cupertino_icons - 1.0.8 1.0.8
dbus - 0.7.11 0.7.11
easy_logger - 0.0.2 0.0.2
enum_to_string - 2.2.1 2.2.1
fake_async - 1.3.2 1.3.3
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
file_selector_linux - 0.9.3+2 0.9.3+2
file_selector_macos - 0.9.4+2 0.9.4+2
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+4 0.9.3+4
firebase_auth_platform_interface - 7.6.2 7.6.2
firebase_auth_web - 5.14.2 5.14.2
firebase_core_platform_interface - 5.4.0 5.4.0
firebase_core_web - 2.22.0 2.22.0
firebase_storage_platform_interface - 5.2.5 5.2.5
firebase_storage_web - 3.10.12 3.10.12
flutter_issue_108697_workaround - 0.1.3 0.1.3
flutter_plugin_android_lifecycle - 2.0.28 2.0.28
flutter_svg - 2.1.0 2.1.0
google_identity_services_web - 0.3.3+1 0.3.3+1
google_sign_in_android - 6.2.1 6.2.1
google_sign_in_ios - 5.9.0 5.9.0
google_sign_in_platform_interface - 2.5.0 2.5.0
google_sign_in_web - 0.12.4+4 0.12.4+4
html - 0.15.5+1 0.15.5+1
http - 1.3.0 1.3.0
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.12+23 0.8.12+23
image_picker_for_web - 3.0.6 3.0.6
image_picker_ios - 0.8.12+2 0.8.12+2
image_picker_linux - 0.2.1+2 0.2.1+2
image_picker_macos - 0.2.1+2 0.2.1+2
image_picker_platform_interface - 2.10.1 2.10.1
image_picker_windows - 0.2.1+1 0.2.1+1
intl - 0.19.0 0.20.2
leak_tracker - 10.0.8 11.0.1
leak_tracker_flutter_testing - 3.0.9 3.0.10
leak_tracker_testing - 3.0.1 3.0.2
macro_util - 0.1.0-13.dev 0.1.0-13.dev
macros - 0.1.3-main.0 0.1.3-main.0 Discontinued
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
nested - 1.0.0 1.0.0
package_info_plus - 8.3.0 8.3.0
package_info_plus_platform_interface - 3.2.0 3.2.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 6.1.0 6.1.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.4 6.1.4
rxdart - 0.28.0 0.28.0
shared_preferences_android - 2.4.10 2.4.10
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.4 0.7.4
typed_data - 1.4.0 1.4.0
vector_graphics - 1.1.18 1.1.18
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.16 1.1.16
vector_math - 2.1.4 2.1.5
video_player_android - 2.8.2 2.8.2
video_player_avfoundation - 2.7.1 2.7.1
video_player_platform_interface - 6.3.0 6.3.0
video_player_web - 2.3.5 2.3.5
visibility_detector - 0.4.0+2 0.4.0+2
vm_service - 14.3.1 15.0.0
wakelock_plus - 1.3.1 1.3.1
wakelock_plus_platform_interface - 1.2.3 1.2.3
web - 1.1.1 1.1.1
win32 - 5.12.0 5.12.0
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0
yaml - 3.1.3 3.1.3

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

Found 4 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 `^1.0.6` on mime does not support the stable version `2.0.0`.

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

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

Failed check 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: