flutter/packages/flutter_sprites/lib
Adam Barth fab160cfce Rationalize embedder.dart and shell.dart
This patch combines embedder.dart and shell.dart into one thing. We should now
handle a bunch of error cases better.

  * embedder.connectToApplication has moved to shell.connectToApplication,
    matching the rest of the mojo universe.
  * embedder.connecttoService has moved to shell.connnectToService (and merged
    with shell.requestService).
  * shell.requestService is now shell.connectToService, matching the rest of
    the mojo universe.
  * serviceRegistry has moved from embedder.serviceRegistry to a top-level
    getter.

Fixes #1803
2015-10-29 10:47:34 -07:00
..
src Rationalize embedder.dart and shell.dart 2015-10-29 10:47:34 -07:00
flutter_sprites.dart Adds support for collision categories and masks in sprite physics 2015-10-26 15:49:50 -07:00