Skip to content

Commit

Permalink
add bucket removed from explore screen
Browse files Browse the repository at this point in the history
Spyy004 committed Jul 6, 2023

Verified

This commit was signed with the committer’s verified signature.
citizenmatt Matt Ellis
1 parent 552003b commit 4c52339
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions lib/models/user.dart
Original file line number Diff line number Diff line change
@@ -15,3 +15,4 @@ class User {
age = ages;
}
}

13 changes: 0 additions & 13 deletions lib/screens/explorescreen.dart
Original file line number Diff line number Diff line change
@@ -644,19 +644,6 @@ class ExploreScreen extends StatelessWidget {
));
}),
),
floatingActionButton: Consumer<BucketListService>(
builder: (context, bucketlist, child) => FloatingActionButton(
backgroundColor: Theme.of(context).secondaryHeaderColor,
onPressed: () async {
bucketlist.toggleAction();
navigationService.navigateNext(context, CREATE_BUCKET);
},
child: Icon(
Icons.add,
color: Theme.of(context).iconTheme.color,
),
),
),
));
}
}

0 comments on commit 4c52339

Please sign in to comment.