Skip to content
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

Open
veyhong opened this issue Mar 28, 2019 · 6 comments
Open

Flutter (Dart) Support? #47

veyhong opened this issue Mar 28, 2019 · 6 comments

Comments

@veyhong
Copy link

veyhong commented Mar 28, 2019

No description provided.

@barbeau
Copy link
Member

barbeau commented Mar 28, 2019

@cvhong For this bindings library we'll consider adding support for a new language if:

  • The language is supported by the official Google protobuf tooling
  • The process of using the library in an application, as well as the process of generating the bindings when gtfs-realtime.proto changes, is well documented (if contributed via pull request)
  • The process of renerating the bindings can be automated (we're working towards fully automating this process)

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?

@barbeau barbeau changed the title Flutter Support ? Flutter (Dart) Support? Mar 28, 2019
@jeff-arn
Copy link

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 🙂

@barbeau
Copy link
Member

barbeau commented Jul 28, 2019

@repjarms contributions welcome! To make sure we can maintain them appropriately we'd need at least one unit test included.

@jeff-arn
Copy link

Great! I'll look into this shortly and will include tests.

@veyhong
Copy link
Author

veyhong commented Jul 29, 2019

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.

@JakeHadley
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants