flutter_login 2.2.1 copy "flutter_login: ^2.2.1" to clipboard
flutter_login: ^2.2.1 copied to clipboard

outdated

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

1333
likes
80/ 140
pub points
97%
popularity

We analyzed this package 20 hours ago, and awarded it 80 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

73 out of 133 API elements (54.9 %) have documentation comments.

Some symbols that are missing documentation: flutter_login, flutter_login.FlutterLogin, flutter_login.FlutterLogin.FlutterLogin, flutter_login.FlutterLogin.defaultEmailValidator, flutter_login.FlutterLogin.defaultPasswordValidator.

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
0 / 50trigger folding of the section

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

Found 45 issues. Showing the first 2:

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

lib/flutter_login.dart:121:32

    ╷
121 │         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:187:32

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

To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_login.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.23 1.12.30 1.12.30
another_transformer_page_view ^1.0.1 1.1.0 2.0.1
flutter flutter 0.0.0 0.0.0
font_awesome_flutter ^9.0.0 9.2.0 10.7.0
pedantic ^1.11.0 1.11.1 1.11.1
provider ^5.0.0 5.0.0 6.1.2
quiver ^3.0.1 3.2.1 3.2.1
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
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
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.2
vector_math - 2.1.4 2.1.4

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.0.1` 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.0.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.22.1, Dart 3.4.1.

Check the analysis log for details.

1333
likes
80
pub points
97%
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, font_awesome_flutter, pedantic, provider, quiver

More

Packages that depend on flutter_login