فهرست منبع

🔧update preset

xuty 5 سال پیش
والد
کامیت
235c76ca66
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      example/lib/ssh.dart

+ 2 - 2
example/lib/ssh.dart

@@ -6,8 +6,8 @@ import 'package:xterm/flutter.dart';
 import 'package:xterm/xterm.dart';
 
 const host = 'ssh://localhost:22';
-const username = 'xuty';
-const password = '123123';
+const username = '<your username>';
+const password = '<your password>';
 
 void main() {
   runApp(MyApp());