dartfn 0.4.5 dartfn: ^0.4.5 copied to clipboard
A tools package for managing FaaS (Function as a service) portable Dart functions projects
Changelog #
0.4.5 #
- Fix generated code in
couldevent
template.
0.4.4 #
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_serializable
in the JSON template.
0.4.0 #
- Updated templates for functions_framework 0.4.0
0.3.1 #
- Renamed the package to
dartfn
sodart pub global activate dartfn
works.
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
).