@@ -59,7 +59,7 @@ Please refer to the respective installation instructions:
59
59
| ------------------------------------------| ------------------------------------------| ----------------------------------------------|
60
60
| ` Flutter ` (includes the ` Dart ` compiler) | SDK to develop this app | https://docs.flutter.dev/get-started/install |
61
61
62
- ### Updating the ` .proto ` files of the
62
+ ### Updating the ` .proto ` files
63
63
64
64
To update the generated stubs for the Campus, you need protoc installed, then activte it in dart and then you can generate the new client
65
65
@@ -70,15 +70,16 @@ curl -o protos/tumdev/campus_backend.proto https://raw.githubusercontent.com/TUM
70
70
protoc --dart_out=grpc:lib/base/networking/apis -I./protos google/protobuf/timestamp.proto google/protobuf/empty.proto tumdev/campus_backend.proto
71
71
```
72
72
73
- ### Current needed Forks
73
+ ### Currently needed Forks
74
74
75
75
To ensure that campus_flutter runs on every supported platform, we need to make some modifications to packages.
76
76
77
- | Package | Reason | Link |
78
- | -----------------| -------------------------------------| ----------------------------------------------|
79
- | gRPC | Caching | https://github.com/jakobkoerber/grpc-dart |
80
- | Xml2Json | Fix Parsing of XML to JSON | https://github.com/jakobkoerber/xml2json |
77
+ | Package | Reason | Link |
78
+ | -----------------| -------------------------------------| ------------------------------------------------- |
79
+ | gRPC | Caching | https://github.com/jakobkoerber/grpc-dart |
80
+ | Xml2Json | Fix Parsing of XML to JSON | https://github.com/jakobkoerber/xml2json |
81
81
| flutter_linkify | Fix Selection Menu and Text Scaling | https://github.com/jakobkoerber/flutter_linkify |
82
+ | home_widget | Fix App Crash | https://github.com/jakobkoerber/home_widget |
82
83
83
84
84
85
0 commit comments