feature(core):save
This commit is contained in:
@@ -69,7 +69,7 @@ class _CollectionScreenState extends State<CollectionScreen> {
|
||||
child: FloatingActionButton(
|
||||
backgroundColor: AppColors.primary,
|
||||
// onPressed: () {
|
||||
// getIt<CollectionsInterface>().createCollectionApi();
|
||||
// getIt<CollectionsInterface>().getCollectionsFromApi();
|
||||
// },
|
||||
onPressed: () => context.pushRoute(CrudCollectionRoute()),
|
||||
child: const Icon(Icons.add),
|
||||
|
||||
Reference in New Issue
Block a user