Luis Pulido
Luis Pulido
I am unable to reproduce this crash, but I'm getting crash reports from 1-2% of my users (Samsung Galazy 9, 10 and 20) with Android 10 Here's the stack trace...
**Description** [Protocol Buffers](https://developers.google.com/protocol-buffers/) or "[protobuf](https://github.com/google/protobuf.dart)" is a tool (developed by Google) to provide mechanisms to serialize structured data in a very efficient way making the data transferred very small and...
It would be great if we could embed our existing .Net libraries inside Flutter apps using Dart as it is already being done with native code for Android and iOS...
**Description** I would like the ability to deploy Dart Frog to AWS Lambda. AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type...
First of all, thanks for the talk! I've been looking at your approach, so far so good! A few things you can use to enhance the clean architecture is use...
Options: One joke jokes/{id} jokes?id={id} Multiple specific jokes jokes?id={id1},{id2},{id3},...,{idn} jokes?id={id1}..{idn} jokes?id={id1}..{idn},{idn+1}
Hello! I found your repo and I think it is a good template, I wanted to migrate it to use latest Dart and versions of all packages plus other improvements,...
As the title says, we need support for [--dart-define](https://dartcode.org/docs/using-dart-define-in-flutter/) (or maybe --jaspr-define or just --define like pure dart) ```shell jaspr serve --dart-define=ENV=dev --dart-define=API_URL=https://api.example.com ``` Now, you'll be able to access...