gg_typedefs 1.0.0+beta.4 copy "gg_typedefs: ^1.0.0+beta.4" to clipboard
gg_typedefs: ^1.0.0+beta.4 copied to clipboard

This package provides a bunch of typedefs used in various of our projects.

example/gg_typedefs_example.dart

import 'package:gg_typedefs/gg_typedefs.dart';

void main() {
  // Demonstrate time typedefs
  GgMicroseconds microseconds = 0.0;
  print(microseconds);
  GgMilliseconds milliseconds = 0.0;
  print(milliseconds);
  GgSeconds seconds = 0.0;
  print(seconds);
  GgHours hours = 0.0;
  print(hours);
  GgDays days = 0.0;
  print(days);
}
0
likes
0
pub points
0%
popularity

Publisher

verified publisherinlavigo.com

This package provides a bunch of typedefs used in various of our projects.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on gg_typedefs