pugSdkVersion top-level constant

String const pugSdkVersion

The version of the Pug Flutter SDK.

Attached to every event as the $sdkVersion auto-property.

Keep this in sync with the version: field in pubspec.yaml.

Implementation

const String pugSdkVersion = '0.0.5';