You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**nest_core** - Core dependency injection and module system
15
-
-**nest_flutter** - Flutter integration with provider support
16
-
-**nest_frog** - Dart Frog backend integration
15
+
| Package | Version | Description |
16
+
|---------|---------|-------------|
17
+
|**[nest_core](packages/nest_core)**|| Core dependency injection and module system |
18
+
|**[nest_flutter](packages/nest_flutter)**|| Flutter integration with GoRouter and provider support |
19
+
|**[nest_frog](packages/nest_frog)**|| Dart Frog backend integration with middleware support |
17
20
18
21
## Quick Start
19
22
23
+
### Core Application
24
+
20
25
```dart
21
26
import 'package:nest_core/nest_core.dart';
22
27
@@ -26,22 +31,79 @@ class AppModule extends Module {
0 commit comments