Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinmaygarde/flutter_example_service
An example Flutter service.
https://github.com/chinmaygarde/flutter_example_service
Last synced: 20 days ago
JSON representation
An example Flutter service.
- Host: GitHub
- URL: https://github.com/chinmaygarde/flutter_example_service
- Owner: chinmaygarde
- License: bsd-3-clause
- Created: 2016-02-04T19:11:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T23:00:49.000Z (over 8 years ago)
- Last Synced: 2024-10-08T14:38:51.440Z (about 1 month ago)
- Language: Dart
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Hello World Service
===================Bundled as a dynamic library and loaded at runtime
How To:
-------* Check out the repo next to the https://github.com/flutter/engine
* I placed it in the `src/` directory
* Update the hello_world.mojom
* Build the target either by adding a dependency or directly via the command line
* Fill in the implementation
* Package the dylib in the out/ directory along with your application
* In the `ServiceManifest.json` add the framework name, service name and the framework entry function.