Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Dart is a class-based, optionally-typed programming language for building web or command-line applications. Dart compiles to modern JavaScript to run on the client and runs natively on the Dart VM for server-side apps.

learn more… | top users | synonyms

1
vote
1answer
134 views

Is there a XMPP api for Dart?

I am implementing facebook chat client using DART. As far as i figured out, i need to use XMPP protocol. Is there a XMPP api for dart? If yes, can you lead me to source? If no, is there any good ...
0
votes
1answer
119 views

Is it possible access php variables from dart?

Edit: The PHP and Dart script will run on client-side. I will run a php script on my page load. Then i would like to access the php functions within dart scope. Is it possible or should i migrate ...