-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter (Dart) Support? #47
Comments
@cvhong For this bindings library we'll consider adding support for a new language if:
Fortunately it looks like there is support for Dart (including proto2 support) in the official protobuf tooling, so this is something we could consider. Is there anyone else interested in Flutter (Dart) support? |
I think dart support could be useful for flutter apps that want to show transport data. I'd be interested in working on dart bindings if that would be helpful 🙂 |
@repjarms contributions welcome! To make sure we can maintain them appropriately we'd need at least one unit test included. |
Great! I'll look into this shortly and will include tests. |
I successfully get GTFS to work on my Flutter app, so basically, My flutter app serialise the proto buffer from GTFS server directly. let me know if I can help anything. |
@veyhong Do you have any information as to how this works in flutter? I'm looking to utilize a local transit system api that is feeding GTFS data. I'm not sure how to handle it in dart/flutter. |
No description provided.
The text was updated successfully, but these errors were encountered: