crescender_foundations 0.0.1 copy "crescender_foundations: ^0.0.1" to clipboard
crescender_foundations: ^0.0.1 copied to clipboard

Shared foundations for Crescender apps, starting with Australian-friendly formatting helpers.

example/crescender_foundations_example.dart

import 'package:crescender_foundations/crescender_foundations.dart';

void main() {
  final date = DateTime(2025, 12, 27);
  print(formatAuDate(date));

  print(formatAud(1234.5));
  print(1234.5.toAud(symbol: r'A$'));
}
0
likes
160
points
145
downloads

Publisher

unverified uploader

Weekly Downloads

Shared foundations for Crescender apps, starting with Australian-friendly formatting helpers.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on crescender_foundations