dartfn 0.4.2
dartfn: ^0.4.2 copied to clipboard
A tools package for managing FaaS (Function as a service) portable Dart functions projects
Changelog #
0.4.2 #
- Update templates to use official Dart Docker images.
- Update templates to use
package:lints.
0.4.1 #
- Require Dart 2.12
- Support the latest
package:json_serializablein the JSON template.
0.4.0 #
- Updated templates for functions_framework 0.4.0
0.3.1 #
- Renamed the package to
dartfnsodart pub global activate dartfnworks.
0.3.0 #
The first version is 0.3.0 to align with the rest of published Functions
Framework packages. This package is intended to support tools for working with
Functions Framework projects. In this early iteration, a CLI tool (dartfn) is
provided with a generate command for scaffolding new projects into an empty
directory. Three initial generator templates are available (helloworld,
json, and cloudevent).