builder/model/slang_file_collection library

Classes

PlainTranslationFile
Similar to TranslationFile, but without locale and namespace
SlangFileCollection
A collection of translation files that can be read in a later step. This is an abstraction to support build_runner and the custom CLI by providing a common FileReader interface.
TranslationFile

Typedefs

FileReader = Future<String> Function()