Skip to content

Commit

Permalink
feat: Create contract
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadcodeDev committed Dec 11, 2022
1 parent 7640185 commit e031743
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/src/contracts/i18n_contract.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import 'dart:io';

import 'package:mineral_i18n/src/lang.dart';

abstract class I18nContract {
List<Lang> get languages;
Directory get langPath;
}

0 comments on commit e031743

Please sign in to comment.