File tree Expand file tree Collapse file tree 5 files changed +15
-1
lines changed Expand file tree Collapse file tree 5 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ For official documentation, please visit https://dartfrog.vgv.dev.
23
23
| [ dart_frog_gen] ( https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_gen ) | [ ![ pub package] ( https://img.shields.io/pub/v/dart_frog_gen.svg )] ( https://pub.dev/packages/dart_frog_gen ) |
24
24
| [ dart_frog_cli] ( https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_cli ) | [ ![ pub package] ( https://img.shields.io/pub/v/dart_frog_cli.svg )] ( https://pub.dev/packages/dart_frog_cli ) |
25
25
| [ dart_frog_web_socket] ( https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_web_socket ) | [ ![ pub package] ( https://img.shields.io/pub/v/dart_frog_web_socket.svg )] ( https://pub.dev/packages/dart_frog_web_socket ) |
26
+ | [ dart_frog_auth] ( https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_auth ) | [ ![ pub package] ( https://img.shields.io/pub/v/dart_frog_auth.svg )] ( https://pub.dev/packages/dart_frog_auth ) |
27
+
26
28
27
29
## Quick Start 🚀
28
30
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ A fast, minimalistic backend framework for Dart 🎯
11
11
12
12
Developed with 💙 by [ Very Good Ventures] [ very_good_ventures_link ] 🦄
13
13
14
+ ## Documentation 📝
15
+
16
+ For official documentation, please visit [ dartfrog.vgv.dev] [ docs_link ] .
17
+
14
18
## Quick Start 🚀
15
19
16
20
### Prerequisites 📝
@@ -71,3 +75,4 @@ View the full documentation [here][documentation_link].
71
75
[ very_good_analysis_badge ] : https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
72
76
[ very_good_analysis_link ] : https://pub.dev/packages/very_good_analysis
73
77
[ very_good_ventures_link ] : https://verygood.ventures
78
+ [ docs_link ] : https://dartfrog.vgv.dev
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄
15
15
16
16
A package that provides the foundation for authentication for a Dart Frog backend server.
17
17
18
- Learn more about it on the [ official docs] ( https://dartfrog.vgv.dev/docs/advanced/authentication ) .
18
+ Learn more about it on the [ official docs] [ docs_link ] .
19
19
20
20
[ ci_badge ] : https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_auth.yaml/badge.svg?branch=main
21
21
[ ci_link ] : https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_auth.yaml
@@ -33,3 +33,4 @@ Learn more about it on the [official docs](https://dartfrog.vgv.dev/docs/advance
33
33
[ very_good_analysis_link ] : https://pub.dev/packages/very_good_analysis
34
34
[ very_good_ventures_link ] : https://verygood.ventures
35
35
[ general_http ] : https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#the_general_http_authentication_framework
36
+ [ docs_link ] : https://dartfrog.vgv.dev/docs/advanced/authentication
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Available commands:
34
34
Run "dart_frog help <command>" for more information about a command.
35
35
```
36
36
37
+ Learn more about it on the [ official docs] [ docs_link ] .
38
+
37
39
[ ci_badge ] : https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_cli.yaml/badge.svg?branch=main
38
40
[ ci_link ] : https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_cli.yaml
39
41
[ coverage_badge ] : https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog_cli/coverage_badge.svg
@@ -49,3 +51,4 @@ Run "dart_frog help <command>" for more information about a command.
49
51
[ very_good_analysis_badge ] : https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
50
52
[ very_good_analysis_link ] : https://pub.dev/packages/very_good_analysis
51
53
[ very_good_ventures_link ] : https://verygood.ventures
54
+ [ docs_link ] : https://dartfrog.vgv.dev/docs/overview
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ WebSocket support for [Dart Frog][dart_frog_link].
11
11
12
12
Developed with 💙 by [ Very Good Ventures] [ very_good_ventures_link ] 🦄
13
13
14
+ Learn more about it on the [ official docs] [ docs_link ] .
15
+
14
16
## Quick Start 🚀
15
17
16
18
Use ` webSocketHandler ` to manage ` WebSocket ` connections in a Dart Frog route handler.
@@ -75,3 +77,4 @@ void main() {
75
77
[ very_good_analysis_badge ] : https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
76
78
[ very_good_analysis_link ] : https://pub.dev/packages/very_good_analysis
77
79
[ very_good_ventures_link ] : https://verygood.ventures
80
+ [ docs_link ] : https://dartfrog.vgv.dev/docs/advanced/web_socket
You can’t perform that action at this time.
0 commit comments