Skip to content

Commit

Permalink
fix: 17/3/2023
Browse files Browse the repository at this point in the history
  • Loading branch information
monkey111111111 committed Mar 16, 2024
1 parent 5c81ce8 commit acc3c62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/screens/peminjaman/section/detail_peminjaman.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'package:admin_perpustakaan/utils/log_utils.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:admin_perpustakaan/model/ModelQuery.dart';
Expand Down Expand Up @@ -68,6 +69,7 @@ class _DetailPeminjamanState extends State<DetailPeminjaman> {

@override
Widget build(BuildContext context) {
log("id", v: widget.id);
return StreamBuilder<QuerySnapshot<Map<String, dynamic>>>(
stream: fs
.query("peminjaman", [ModelQuery(key: "email", value: widget.id)]),
Expand Down

0 comments on commit acc3c62

Please sign in to comment.