Skip to content

Commit

Permalink
Update favorite.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sapatevaibhav authored Jul 3, 2024
1 parent 60101dd commit f91825a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/pages/favorite.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import '../../favorite_page_provider.dart';
import '../../theme_provider.dart';
import '../../utils/const_dimensions.dart';
import '../../widgets/drawer.dart';

f
// Explore Page
class FavoritePage extends StatefulWidget {
const FavoritePage({super.key});
Expand Down Expand Up @@ -225,7 +225,6 @@ class _FavoritePageState extends State<FavoritePage> {
delegate: SliverChildBuilderDelegate(
childCount: AppConstants.modules.length,
(context, index) {
print(selectItem);

return GestureDetector(
onTap: () {
Expand Down Expand Up @@ -401,7 +400,6 @@ class _FavoritePageState extends State<FavoritePage> {
.selectedItemList
.contains(
index)) {
print(selectItem);
item.removeList(
index);
setState(() {});
Expand Down

0 comments on commit f91825a

Please sign in to comment.