Skip to content

Commit

Permalink
search
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed3ly1997 committed May 26, 2024
1 parent 376caaf commit f79955b
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';

class CategoriesScreen extends ConsumerWidget {
const CategoriesScreen({super.key});

@override
Widget build(BuildContext context, WidgetRef ref) {
return Scaffold(
body: Container(),
);
}
}

0 comments on commit f79955b

Please sign in to comment.