liquidart icon indicating copy to clipboard operation
liquidart copied to clipboard

Liquidart is a Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider. Revival of the abandoned AQUEDUCT project.

Results 8 liquidart issues
Sort by recently updated
recently updated
newest added

There were no updates since April, and that's what worries me.

Currently in the readme, there is a link to the aqueduct docs. It would be nice if there is an own documentation linked (https://aldrinsartfactory.github.io/liquidart/).

``` Unhandled exception: Bad state: No element #0 ListMixin.firstWhere (dart:collection/list.dart:167:5) #1 firstMetadataOfType (package:replica/src/mirror_context.dart:70:23) #2 new MirrorContext._. (package:replica/src/mirror_context.dart:31:22) #3 WhereIterator.moveNext (dart:_internal/iterable.dart:436:13) #4 new _GrowableList.ofOther (dart:core-patch/growable_array.dart:198:26) #5 new GrowableList.of (dart:core-patch/growable_array.dart:152:26) #6 new...

bug
help wanted
critical

## Please read to the end to understand how Liquidart started ### 22nd April 2021 - 11:10 PM IST The initial idea I had, before beginning **Liquidart** was to create...

enhancement
critical

I migration Aqueduct to Liquidart but I can't run command line: liquidart serve I using liquidart: ^5.0.0-b7 ` liquidart serve Unhandled exception: Bad state: No element #0 ListMixin.first (dart:collection/list.dart:99:22) #1...

I am trying to create a new liquidart application using the command `liquidart create storage_app` and the result is as follows: ``` Unhandled exception: Null check operator used on a...

bug
help wanted
critical

Constructor has notation: Router({String? basePath, Future notFoundHandler(Request request)?}) That means that the notFoundHandler value can be null. In aexamples, you use default parameters (null). But in constructor you use :...

Maybe add your framework to [FrameworkBenchmarks](https://github.com/TechEmpower/FrameworkBenchmarks) so you can compare its performance?

enhancement
help wanted