feat: appbar

This commit is contained in:
shenlong-tanwen
2024-10-27 23:43:58 +05:30
parent 5385d43c8c
commit 8450c8cc4f
40 changed files with 1150 additions and 211 deletions
@@ -1,3 +1,4 @@
extension StringNumberUtils on String {
int? tryParseInt() => int.tryParse(this);
int parseInt() => int.parse(this);
}