#33 new: upload file in sftp

This commit is contained in:
lollipopkit
2023-06-01 16:07:09 +08:00
parent 026e951604
commit f0bf95a7d2
6 changed files with 66 additions and 7 deletions

View File

@@ -56,6 +56,9 @@ class MyApp extends StatelessWidget {
appBarTheme: const AppBarTheme(
backgroundColor: Colors.black,
),
dialogTheme: const DialogTheme(
backgroundColor: Colors.black,
),
bottomSheetTheme: const BottomSheetThemeData(
backgroundColor: Colors.black,
),
@@ -68,6 +71,9 @@ class MyApp extends StatelessWidget {
navigationBarTheme: const NavigationBarThemeData(
backgroundColor: Colors.black,
),
popupMenuTheme: const PopupMenuThemeData(
color: Colors.black,
),
),
home: const HomePage(),
);