Skip to content

revolutiond/FlutterExercise

Repository files navigation

Bài luyện tập lập trình Mobile Flutter cơ bản

File chạy chính: lib/main.dart

Lưu ý khi chạy chương trình

  • Bài tập tuần 9 có thể tải riêng file về và gọi tên màn trong MyApp ở file main.dart
class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSwatch().copyWith(primary: const Color(0xff59b745)),
      ),
      home: const LoginPage(),
    );
  }
}
  • Bài tập tuần 10 và tuần 12 có nhiều file image, cách nhanh nhất là clone code về run luôn cho nhanh
git clone https://github.com/RevolutionD/FlutterExercise.git

Thông tin môn học

  • Bộ môn: Lập trình thiết bị di động - N07
  • Sinh viên thực hiện: Đỗ Hồng Biên - 89711

About

University basic exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published