Feature: implement advanced number and date formatting

This commit is contained in:
Florian Werner 2024-04-05 17:20:01 +00:00 committed by The one with the braid
parent 0b994f6f9b
commit 2666eccf3e
4 changed files with 205 additions and 67 deletions

View file

@ -1,7 +1,7 @@
import 'package:intl/locale.dart';
import 'package:pkpass/pkpass.dart';
import 'package:pkpass/pkpass/utils/mabe_decode.dart';
import 'package:pkpass/pkpass/utils/maybe_decode.dart';
/// Information that is required for all passes.
class PassMetadata {