functions-framework-dart
functions-framework-dart copied to clipboard
FaaS (Function as a service) framework for writing portable Dart functions
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...
- 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...
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...
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...
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...