brick_offline_first_with_supabase_build 0.1.0+1 copy "brick_offline_first_with_supabase_build: ^0.1.0+1" to clipboard
brick_offline_first_with_supabase_build: ^0.1.0+1 copied to clipboard

Code generation library for the Brick Offline First Domain using Supabase

110/ 160
pub points
431
downloads

We analyzed this package 2 days ago, and awarded it 110 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/GetDutchie/brick/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

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

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

17 out of 35 API elements (48.6 %) have documentation comments.

Some symbols that are missing documentation: brick_offline_first_with_supabase_build, brick_offline_first_with_supabase_build.OfflineFirstMigrationBuilder, brick_offline_first_with_supabase_build.OfflineFirstMigrationBuilder.OfflineFirstMigrationBuilder.new, brick_offline_first_with_supabase_build.OfflineFirstMigrationBuilder.logger, brick_offline_first_with_supabase_build.OfflineFirstMigrationBuilder.schemaGenerator.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:brick_offline_first_with_supabase_build/brick_offline_first_with_supabase_build.dart that imports:
  • package:brick_sqlite_generators/builders.dart that imports:
  • package:brick_sqlite_generators/src/builders/sqlite_schema_builder.dart that imports:
  • package:source_gen/source_gen.dart that imports:
  • package:source_gen/src/type_checker.dart that imports:
  • dart:mirrors
Package not compatible with platform iOS

Because:

  • package:brick_offline_first_with_supabase_build/brick_offline_first_with_supabase_build.dart that imports:
  • package:brick_sqlite_generators/builders.dart that imports:
  • package:brick_sqlite_generators/src/builders/sqlite_schema_builder.dart that imports:
  • package:source_gen/source_gen.dart that imports:
  • package:source_gen/src/type_checker.dart that imports:
  • dart:mirrors
Package not compatible with platform Web

Because:

  • package:brick_offline_first_with_supabase_build/brick_offline_first_with_supabase_build.dart that imports:
  • package:build/build.dart that imports:
  • package:build/src/generate/run_post_process_builder.dart that imports:
  • package:build/src/builder/post_process_builder.dart that imports:
  • package:build/src/builder/builder.dart that imports:
  • package:build/src/builder/build_step.dart that imports:
  • package:build/src/asset/reader.dart that imports:
  • package:glob/glob.dart that imports:
  • package:glob/src/list_tree.dart that imports:
  • package:file/file.dart that imports:
  • package:file/src/interface.dart that imports:
  • package:file/src/io.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:brick_offline_first_with_supabase_build/brick_offline_first_with_supabase_build.dart that imports:
  • package:build/build.dart that imports:
  • package:build/src/generate/run_post_process_builder.dart that imports:
  • package:build/src/builder/post_process_builder.dart that imports:
  • package:build/src/builder/builder.dart that imports:
  • package:build/src/builder/build_step.dart that imports:
  • package:build/src/asset/reader.dart that imports:
  • package:glob/glob.dart that imports:
  • package:glob/src/list_tree.dart that imports:
  • package:file/file.dart that imports:
  • package:file/src/interface.dart that imports:
  • package:file/src/io.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

INFO: Missing type annotation.

lib/brick_offline_first_with_supabase_build.dart:26:38

   ╷
26 │ Builder offlineFirstAggregateBuilder(options) => AggregateBuilder(
   │                                      ^^^^^^^
   ╵

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

INFO: Missing type annotation.

lib/brick_offline_first_with_supabase_build.dart:33:37

   ╷
33 │ Builder offlineFirstAdaptersBuilder(options) =>
   │                                     ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/brick_offline_first_with_supabase_build.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
analyzer >=6.0.0 <7.0.0 6.4.1 8.1.1
brick_build >=3.1.0 <4.0.0 3.3.1 4.0.0
brick_offline_first >=3.0.0 <4.0.0 3.4.0 4.0.1
brick_offline_first_build >=3.2.0 <4.0.0 3.3.0 4.0.0
brick_offline_first_with_supabase >=0.0.1 <2.0.0 1.3.0 2.1.0
brick_sqlite >=3.0.0 <4.0.0 3.2.2 4.1.0
brick_sqlite_generators >=3.0.0 <4.0.0 3.3.1 4.0.1
brick_supabase >=0.0.1 <2.0.0 1.4.1+1 2.1.0
brick_supabase_generators >=0.0.1 <2.0.0 1.2.0 2.0.0
build >=2.0.0 <3.0.0 2.4.1 4.0.0
dart_style >=2.0.0 <3.0.0 2.3.6 3.1.2
logging >=1.0.0 <2.0.0 1.3.0 1.3.0
meta >=1.3.0 <2.0.0 1.17.0 1.17.0
path ^1.8.0 1.9.1 1.9.1
source_gen >=1.2.2 <2.0.0 1.5.0 4.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 67.0.0 88.0.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
brick_core - 1.4.0 2.0.0
brick_json_generators - 3.2.0+1 4.0.0
brick_offline_first_with_rest - 3.3.0 4.0.1
brick_rest - 3.2.0 4.0.0+1
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
file - 7.0.1 7.0.1
functions_client - 2.4.4 2.4.4
glob - 2.1.3 2.1.3
gotrue - 2.15.0 2.15.0
http - 1.5.0 1.5.0
http_parser - 4.1.2 4.1.2
jwt_decode - 0.3.1 0.3.1
mime - 2.0.0 2.0.0
package_config - 2.2.0 2.2.0
postgrest - 2.4.2 2.4.2
pub_semver - 2.2.0 2.2.0
realtime_client - 2.5.2 2.5.2
retry - 3.1.2 3.1.2
rxdart - 0.28.0 0.28.0
source_span - 1.10.1 1.10.1
sqflite_common - 2.5.6 2.5.6
storage_client - 2.4.1 2.4.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
supabase - 2.9.1 2.9.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
watcher - 1.1.3 1.1.3
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
yaml - 3.1.3 3.1.3
yet_another_json_isolate - 2.1.0 2.1.0

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

Found 12 issues. Showing the first 2:

The constraint `>=6.0.0 <7.0.0` on analyzer does not support the stable version `7.0.0`.

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

The constraint `>=3.1.0 <4.0.0` on brick_build does not support the stable version `4.0.0`.

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

  • NON_TYPE_AS_TYPE_ARGUMENT - lib/brick_offline_first_with_supabase_build.dart:10:64 - The name 'ConnectOfflineFirstWithSupabase' isn't a type, so it can't be used as a type argument.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/brick_offline_first_with_supabase_build.dart:15:55 - The name 'ConnectOfflineFirstWithSupabase' isn't a type, so it can't be used as a type argument.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/brick_offline_first_with_supabase_build.dart:34:20 - The name 'ConnectOfflineFirstWithSupabase' isn't a type, so it can't be used as a type argument.

Run dart pub downgrade and then dart 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.22.23, Dart 3.9.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: