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

40/ 160
pub points
29
downloads

We analyzed this package 12 days ago, and awarded it 40 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

Failed report section
Platform support
0 / 20trigger folding of the section

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

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 73 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 2.2.4
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 11.0.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.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
matcher - 0.12.20 0.12.20
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.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.2 1.10.2
stack_trace - 1.12.2 1.12.2
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.14 0.7.14
url_launcher_android - 6.3.33 6.3.33
url_launcher_ios - 6.4.2 6.4.2
url_launcher_linux - 3.2.3 3.2.3
url_launcher_macos - 3.2.6 3.2.6
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.3 2.4.3
url_launcher_windows - 3.1.6 3.1.6
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1

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

Found 3 issues. Showing the first 2:

The constraint `^1.10.28` on another_flushbar does not support the stable version `2.0.1`.

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

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.

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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
40
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

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