- séparation des taches faite et non,
- rapettisage de la taille des taches
This commit is contained in:
@@ -6,7 +6,7 @@ void main() async {
|
||||
//init hive
|
||||
await Hive.initFlutter();
|
||||
//open the box
|
||||
var box = await Hive.openBox('todoBox');
|
||||
await Hive.openBox('todoBox');
|
||||
|
||||
runApp(const MyApp());
|
||||
}
|
||||
@@ -23,11 +23,12 @@ class _MyAppState extends State<MyApp> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
title: 'Todo',
|
||||
title: 'Tody',
|
||||
debugShowCheckedModeBanner: false,
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.red,
|
||||
),
|
||||
home: const MyHomePage(title: 'Ma liste de tache'),
|
||||
home: const MyHomePage(title: 'Tody'),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user