flutter_login_ck 1.1.0 copy "flutter_login_ck: ^1.1.0" to clipboard
flutter_login_ck: ^1.1.0 copied to clipboard

A login widget with login/signup functionalities to help speed up development

60/ 160
pub points
20
downloads

We analyzed this package 8 hours ago, and awarded it 60 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Could not find any pubspec.yaml in the repository.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: flutter_login_ck,
    • contains a version property, and,
    • does not contain a publish_to property.

Failed check 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. Check out the guidelines on Writing great package pages.

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.1.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

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

122 out of 239 API elements (51.0 %) have documentation comments.

Some symbols that are missing documentation: flutter_login, flutter_login.Auth, flutter_login.Auth.Auth.new, flutter_login.Auth.additionalSignupData, flutter_login.Auth.confirmPassword.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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 72 issues. Showing the first 2:

ERROR: The getter 'headline3' isn't defined for the type 'TextTheme'.

lib/flutter_login.dart:163:32

    ╷
163 │         style: theme.textTheme.headline3!.copyWith(
    │                                ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_login.dart

ERROR: The getter 'headline3' isn't defined for the type 'TextTheme'.

lib/flutter_login.dart:229:32

    ╷
229 │         style: theme.textTheme.headline3,
    │                                ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_login.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
another_flushbar ^1.10.28 1.12.32 1.12.32
another_transformer_page_view ^1.1.0 1.1.0 2.0.1
flutter_signin_button ^2.0.0 2.1.1 2.1.1
font_awesome_flutter ^9.1.0 9.2.0 10.12.0
provider ^6.0.1 6.1.5+1 6.1.5+1
quiver ^3.0.1 3.2.2 3.2.2
url_launcher ^6.0.12 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
matcher - 0.12.18 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
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.8 0.7.8
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.3.6 6.3.6
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

The constraint `^1.1.0` on another_transformer_page_view does not support the stable version `2.0.0`.

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

The constraint `^9.1.0` on font_awesome_flutter does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions font_awesome_flutter 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 40 errors:

  • UNDEFINED_GETTER - lib/flutter_login.dart:163:32 - The getter 'headline3' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/flutter_login.dart:229:32 - The getter 'headline3' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/flutter_login.dart:236:32 - The getter 'headline3' isn't defined for the type 'TextTheme'.

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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
60
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A login widget with login/signup functionalities to help speed up development

Documentation

API reference

License

MIT (license)

Dependencies

another_flushbar, another_transformer_page_view, flutter, flutter_signin_button, font_awesome_flutter, provider, quiver, url_launcher

More

Packages that depend on flutter_login_ck