functions-framework-dart icon indicating copy to clipboard operation
functions-framework-dart copied to clipboard

FaaS (Function as a service) framework for writing portable Dart functions

Results 42 functions-framework-dart issues
Sort by recently updated
recently updated
newest added

I was wondering if you might be open to extracting the existing code you have around cloud events into it's own package. Given that it is both an open CNCF...

kind/enhancement

- fix: example/fullstack/frontend: remove unneeded import - refactor: pull logic for handling process signal into a helper - more refactor fun!

Hi, Is there a way to setup WebSocket listeners along with http requests?

- Should also copy generated `pubspec.lock` (see [discussion](https://github.com/dart-lang/dart-docker/issues/4)) - Don't need to run `dart pub get` twice ``` COPY pubspec.* ./ RUN dart pub get COPY . . ```

- wip on only maps! - wip - wip with unpublished json_serializable

To launch to Cloud Functions, we should add examples for a majority of the samples seen in the docs. --- For example, here is the doc for the Cloud Functions...

The README need more detailed instructions for getting started with Dart for someone who has never used dart. https://github.com/GoogleCloudPlatform/functions-framework-dart/blob/main/docs/quickstarts/01-quickstart-dart.md ``` dart test No .dart_tool/package_config.json file found, please run 'dart pub...

documentation
kind/enhancement

The README has many sections where I can't copy and paste the commands: ``` $ cd examples/hello $ docker build -t app . ... $ docker run -it -p 8080:8080...

documentation
kind/enhancement

The main quickstart uses `docker build` and `docker run`. That takes awhile to run and isn't a great local dev experience. Instead we should have the quickstart show the quickest...

documentation
kind/enhancement

A lot of the Flutter community uses [this analysis package](https://pub.dev/packages/very_good_analysis) for a starting point for Dart analysis. I've used it in the past and like it a lot, and if...

kind/enhancement