-
## Context
- Because the Flutter version of the project is old 2.10.5, there are plans to update the project to the latest everything. In addition to switching to the new Dart Frog backend, updating …
-
Hi. Firstly, thank you so much for creating this repo and accompanying blog posts. It's been an invaluable resource for understanding Dart Frog (and app servers in general).
I was hoping you could …
-
**Description**
I've tried playing a bit with dart_frog to migrate an existing nodeJS/express project of mine. The file based router might be nice and easy on paper or for small example. But I find…
-
**Description**
Add support for `kDebugMode` like in Flutter. So, that I can have different logic if I am running the server in debug mode or in production mode.
**Additional Context**
I am usi…
-
Hi,
I am using `Dart_Frog`, `Stormberry`, `Postgres`.
```
CREATE TABLE Product_Entity (
uid uuid DEFAULT uuid_generate_v4(),
title text NOT NULL,
description text NOT NULL,
price numeric…
-
I would like to be able to "export as" sources in libraries, to create something like namespaces.
```dart
src/foo/foo.dart:
class SomeClass { ... }
src/bar/bar.dart:
class SomeClass { ... }
…
-
### Steps to reproduce
1. In `post_content.dart` change `maxLines` from 3 to 6
2. Start Pixel 4 API 32 emulator with Visual Studio Code
3. Start Dart Frog
4. Run Flutter News Toolkit using the pr…
-
Sorry guys, i have another problem when I shot postman i get .
im using mac m1
`
Found query engine binary in /Users/przemyslawnowak/Documents/my_project/prisma-query-engine
POST /user
Error thr…
-
Hey, I'm using isar in my dart project and everything works as expected regarding to initializing isar core on windows. The only issue happens when I try building the app and dockerize it.
It looks …
-
Long-term, it'd be nice if people that have installed the Dart extension to do Dart (non-Flutter) dev didn't see Flutter functionality around the place. This issue is start building a list of these pl…