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

0
likes
95/ 140
pub points
0%
popularity

We analyzed this package 6 days ago, and awarded it 95 pub points (of a possible 140):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

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.

Could not find any pubspec.yaml in the repository.

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.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

122 out of 242 API elements (50.4 %) have documentation comments.

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

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 53 issues. Showing the first 2:

WARNING: The '!' will have no effect because the receiver can't be null.

lib/src/widgets/animated_text.dart:57:28

   ╷
57 │     WidgetsBinding.instance!.addPostFrameCallback((_) {
   │                            ^
   ╵

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

WARNING: Duplicate import.

lib/src/widgets/cards/auth_card_builder.dart:20:8

   ╷
20 │ import '../../../flutter_login.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/cards/auth_card_builder.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
another_flushbar ^1.10.28 1.12.30 1.12.30
another_transformer_page_view ^1.1.0 1.1.0 2.0.1
flutter flutter 0.0.0 0.0.0
flutter_signin_button ^2.0.0 2.0.0 2.0.0
font_awesome_flutter ^9.1.0 9.2.0 10.7.0
provider ^6.0.1 6.1.2 6.1.2
quiver ^3.0.1 3.2.1 3.2.1
url_launcher ^6.0.12 6.2.6 6.2.6
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
flutter_web_plugins - 0.0.0 0.0.0
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.1
url_launcher_android - 6.3.1 6.3.1
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.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.

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

0
likes
95
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

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