Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,13 @@ flutter test integration_test/app_test.dart # integration tests
```

## Team
Built by a team of 5 CS students at the University of Minnesota Duluth.

I owned the home screen and item data layer (Firestore item model, live
feed, neighborhood filtering, search, image system), built the
JSON-driven theme system with runtime switching via Provider, and
implemented the public/private item description views.
Built by a team of 5 Computer Science students at the University of Minnesota Duluth.

**Core contributions include:**
- Home screen and item data layer — Firestore item model, live neighborhood feed, filtering, search, and image upload/display system
- JSON-driven dynamic theme system with runtime dark/light switching via Provider
- Public and private item description views with role-aware rendering

## Privacy Policy

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: blocparty
description: "A new Flutter project."
description: "A Flutter + Firebase mobile app for neighborhood item-sharing, real-time messaging, and community event scheduling."
publish_to: 'none'
version: 1.0.0+1

Expand Down