i18n support

This commit is contained in:
Junyuan Feng
2022-05-05 16:07:55 +08:00
parent f9aa3b1728
commit 29e3ee0156
22 changed files with 1601 additions and 147 deletions

View File

@@ -0,0 +1,3 @@
import 'package:flutter/material.dart';
const TextStyle size18 = TextStyle(fontSize: 18);