locor 0.4.1 locor: ^0.4.1 copied to clipboard
Build AppLocalizations class with `Intl` getters from a YAML file with placeholder support
import 'package:locor/locor.dart';
@GenerateAppLocalizations(
name: 'AppLocalizations',
yamlStringsPath: 'lib/src/l10n/strings.yaml',
supportedLocals: ['en', 'nl'],
separatorStyle: SeparatorStyle.Underscore)
void main() {}