mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-28 11:59:52 +00:00
Project inicialization and base configuration
This commit is contained in:
commit
2d3a0f3244
76 changed files with 2386 additions and 0 deletions
10
lib/screens/home.dart
Normal file
10
lib/screens/home.dart
Normal file
|
@ -0,0 +1,10 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
class Home extends StatelessWidget {
|
||||
const Home({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue