urusaich

Results 7 issues of urusaich

Allows create relationship with jsonApi.createRelationship('base.child', [baseEntity, childEntity]); its a basic version. need to add a multientity and update relationship support.

enhancement

Hello! I am trying to use external map in my app through webview, but scrolling actions causing a performance problems. Pay attention: when i tap on zoom in/out buttons there...

platform-android
plugin
severe: performance
p: first party
p: webview
has reproducible steps
P4
found in release: 3.0
found in release: 3.1

Hi Serge! How it is possible to using pdf viewer with Scrollable widgets? How example, if vertical pdf viewers puts in horizontal PageView pages, functionality may got broken. If pdf...

enhancement

Hello! I put 8 widgets in grid, but gridview scrolls down for about 2x of all widgets height. On video, red and green containers is the last widgets code ```dart...

###### map_point.dart ```dart import 'dart:math'; typedef MapPoint = Point; class MapPointJsonConverter extends JsonConverter { const MapPointJsonConverter(); @override MapPoint fromJson(String json) => parseMapPoint(json); @override String toJson(MapPoint object) => '${object.x}x${object.y}'; } ```...

feature request
good first issue

### What version of Prisma Dart is running? 5.2.1 ### What version of Prisma CLI is running? 5.22.0 ### What type of app are you using? Dart Native (Server/CLI) ###...

bug
needs triage

### Envoy Version 2.10.2 ### Laravel Version 12.10.2 ### PHP Version 8.4.6 ### Database Driver & Version _No response_ ### Description Envoy task just stops after it executes the first...

help wanted