Commit graph

7 commits

Author SHA1 Message Date
thomashii@dukefirehawk.com
26c39effec Updated framework and production 2023-11-13 08:59:18 +08:00
thomashii@dukefirehawk.com
8c48be9f9f Fixed issue 83 2022-10-06 08:00:03 +08:00
thomashii
510594d96e Updated JAEL 2022-02-22 19:41:06 +08:00
CedricM-1848552
558260ec94
Update angel3_hot.dart
Removed excess '!' operation which caused the following error message,
```
Warning: Operand of null-aware operation '!' has type 'AngelWebSocket' which excludes null.
../…/lib/angel3_hot.dart:362
- 'AngelWebSocket' is from 'package:angel3_websocket/server.dart' ('../../../../../.pub-cache/hosted/pub.dartlang.org/angel3_websocket-4.1.2/lib/server.dart').
package:angel3_websocket/server.dart:1
          var ws = _server!.app.container!.make<AngelWebSocket>()!;
```
2021-11-15 19:59:20 +01:00
thomashii
d810e27673 Updated hot 2021-09-11 11:18:35 +08:00
thomashii
a02e8025bd Updated hot reloader 2021-07-18 15:18:31 +08:00
thomashii
43640a56f1 Publish hot 2021-05-15 21:17:18 +08:00
Renamed from packages/hot/lib/angel_hot.dart (Browse further)