Skip to content

Commit e30502b

Browse files
committed
Update README.md
1 parent c2d09d6 commit e30502b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Please refer to the respective installation instructions:
5959
|------------------------------------------|------------------------------------------|----------------------------------------------|
6060
| `Flutter` (includes the `Dart` compiler) | SDK to develop this app | https://docs.flutter.dev/get-started/install |
6161

62-
### Updating the `.proto` files of the
62+
### Updating the `.proto` files
6363

6464
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
6565

@@ -70,15 +70,16 @@ curl -o protos/tumdev/campus_backend.proto https://raw.githubusercontent.com/TUM
7070
protoc --dart_out=grpc:lib/base/networking/apis -I./protos google/protobuf/timestamp.proto google/protobuf/empty.proto tumdev/campus_backend.proto
7171
```
7272

73-
### Current needed Forks
73+
### Currently needed Forks
7474

7575
To ensure that campus_flutter runs on every supported platform, we need to make some modifications to packages.
7676

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 |
8181
| 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 |
8283

8384

8485

0 commit comments

Comments
 (0)