versionConstraint property

  1. @override
String get versionConstraint

Pinned for time_sleep — independent of the Google provider pin.

Maintained by hand: unlike the Google pin in _provider_meta.dart, no schema-bump automation tracks hashicorp/time releases. Bump deliberately when upstream ships a new major.

Implementation

@override
String get versionConstraint => '~> 0.12';