rewo 1.0.14 copy "rewo: ^1.0.14" to clipboard
rewo: ^1.0.14 copied to clipboard

Rewo — a modern Dart backend framework for building REST APIs. CLI scaffolding, hot reload, JWT auth, validation, Postgres, modules, and native binary deploy. Spring-inspired, Express-simple.

120/ 160
pub points
580
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Homepage URL doesn't exist.

At the time of the analysis https://avantiinc.xyz 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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

118 out of 693 API elements (17.0 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: app, app.RewoDemo.RewoDemo.new, app.RewoDemo.bootstrap, app.RewoDemo.start, auth_module.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:rewo/rewo.dart that imports:
  • package:rewo/src/testing/test_app.dart that imports:
  • package:rewo/src/middleware/error_middleware.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

WARNING: Returning a 'Future' without 'await' inside a try block.

lib/src/middleware/auth_middleware.dart:27:11

   ╷
27 │           return next(ctx.withAuth(userId: userId, roles: roles));
   │           ^^^^^^
   ╵

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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
crypto ^3.0.6 3.0.7 3.0.7
http ^1.2.2 1.6.0 1.6.0
http2 ^2.3.1 2.3.1 2.3.1
json_annotation ^4.9.0 4.12.0 4.12.0
meta ^1.12.0 1.19.0 1.19.0
mime ^2.0.0 2.0.0 2.0.0
path ^1.9.1 1.9.1 1.9.1
postgres ^3.4.5 3.5.12 3.5.12
shelf ^1.4.2 1.4.2 1.4.2
shelf_router ^1.1.4 1.1.4 1.1.4
watcher ^1.1.1 1.2.1 1.2.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
buffer - 1.2.3 1.2.3
charcode - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
http_methods - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
pool - 1.5.2 1.5.2
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.18, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
580
downloads

Documentation

Documentation
API reference

Publisher

verified publisheravantiinc.xyz

Weekly Downloads

Rewo — a modern Dart backend framework for building REST APIs. CLI scaffolding, hot reload, JWT auth, validation, Postgres, modules, and native binary deploy. Spring-inspired, Express-simple.

Homepage
Repository (GitHub)
View/report issues

Topics

#server #backend #rest #api #framework

License

MIT (license)

Dependencies

crypto, http, http2, json_annotation, meta, mime, path, postgres, shelf, shelf_router, watcher

More

Packages that depend on rewo