All settings Get settings Path variables Response body Example Response: 200 Ok Update settings Path variables Body Example Response: 202 Accepted Reset settings Path ...
hot Installation Usage hot Supports hot reloading of Angel servers on file changes. This is faster andmore reliable than merely reactively restarting a Process . This ...
Iterable collections Why do you need collections? What is an Iterable? Reading elements Example: Using a for-in loop Example: Using first and last Example: Using firstWhere() ...
Package versioning A name and a number Resolving shared dependencies Unshared libraries (the npm approach) Version lock (the dead end approach) Version constraints (the Dart app...
Writing-a-Plugin Guidelines Writing-a-Plugin Guidelines Writing a plug-in is easy. You can provide plug-ins as either functions, or classes: AngelConfigurer awesomeify ({ ...
Asynchronous programming: streams What's the point? Receiving stream events Error events Working with streams Two kinds of streams Single subscription streams Broadcast strea...