init
This commit is contained in:
commit
8e54cfffc5
91 changed files with 2686 additions and 0 deletions
10
lib/features/home/views/gallery_view.dart
Normal file
10
lib/features/home/views/gallery_view.dart
Normal file
|
@ -0,0 +1,10 @@
|
|||
import 'package:flutter/widgets.dart';
|
||||
|
||||
class GalleryView extends StatelessWidget {
|
||||
const GalleryView({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Placeholder();
|
||||
}
|
||||
}
|
0
lib/features/home/views/image_carousel_view.dart
Normal file
0
lib/features/home/views/image_carousel_view.dart
Normal file
Loading…
Add table
Add a link
Reference in a new issue