flutter_query 0.3.7 copy "flutter_query: ^0.3.7" to clipboard
flutter_query: ^0.3.7 copied to clipboard

Widgets that help state management of asynchronous operations such as sending HTTP requests, getting the response, and caching the result.

18
likes
110/ 140
pub points
55%
popularity

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

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting flutter_query... Discovering libraries... Linking elements... Precaching local docs for 602148 elements... Initialized dartdoc with 801 libraries Generating docs for library flutter_query.dart from package:flutter_query/flutter_query.dart... ERR: warning: private API of package:query_core is reexported by libraries in other packages: from flutter_query.Mutation: (file:///tmp/analyzerDCIJGX/pub-cache/hosted/20240418t083500-dot-dartlang-pub.appspot.com/query_core-0.2.1/lib/src/mutation.dart:28:7) referred to by flutter_query: (file:///tmp/pana_ZPKQFV/lib/flutter_query.dart:1:9) warning: private API of package:query_core is reexported by libraries in other packages: from flutter_query.Mutation.Mutation: (file:///tmp/analyzerDCIJGX/pub-cache/hosted/20240418t083500-dot-dartlang-pub.appspot.com/query_core-0.2.1/lib/src/mutation.dart:29:3) referred to by flutter_query: (file:///tmp/pana_ZPKQFV/lib/flutter_query.dart:1:9) warning: private API of package:query_core is reexported by libraries in other packages: from flutter_query.QueryStatusExtension: (file:///tmp/analyzerDCIJGX/pub-cache/hosted/20240418t083500-dot-dartlang-pub.appspot.com/query_core-0.2.1/lib/src/query.dart:18:11) referred to by flutter_query: (file:///tmp/pana_ZPKQFV/lib/flutter_query.dart:1:9) warning: private API of package:query_core is reexported by libraries in other packages: [117 more lines]

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
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The null check operator shouldn't be used on a variable whose type is a potentially nullable type parameter.

lib/src/hooks/use_imperative_query.dart:164:30

    ╷
164 │           options.initialData!,
    │                              ^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/hooks/use_imperative_query.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
async ^2.10.0 2.11.0 2.11.0
clock ^1.1.1 1.1.1 1.1.1
equatable ^2.0.5 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
flutter_hooks ^0.19.0 0.19.0 0.20.5
meta ^1.9.1 1.11.0 1.14.0
provider ^6.0.5 6.1.2 6.1.2
query_core ^0.2.1 0.2.1 0.2.1
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
nested - 1.0.0 1.0.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

The constraint `^0.19.0` on flutter_hooks does not support the stable version `0.20.0`.

Try running dart pub upgrade --major-versions flutter_hooks 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.

18
likes
110
pub points
55%
popularity

Publisher

verified publisherflutterquery.com

Widgets that help state management of asynchronous operations such as sending HTTP requests, getting the response, and caching the result.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, clock, equatable, flutter, flutter_hooks, meta, provider, query_core

More

Packages that depend on flutter_query