Skip to content

Commit

Permalink
221 create quiz (#251)
Browse files Browse the repository at this point in the history
* update protofiles

* add poll handler, state model, view model

* create placeholder for poll, separate the inactive overlay from chat view

* clean the unused parameters

* update protofile, convert int64 to int

* fix the trailing comma

* fix the trailing comma
  • Loading branch information
Sainaamr authored Jan 28, 2024
1 parent 8049419 commit df404b1
Show file tree
Hide file tree
Showing 20 changed files with 2,250 additions and 851 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<application
android:label="gocast_mobile"
android:name="${applicationName}"
Expand Down
2,137 changes: 1,515 additions & 622 deletions lib/base/networking/api/gocast/api_v2.pb.dart

Large diffs are not rendered by default.

Loading

0 comments on commit df404b1

Please sign in to comment.