File tree Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Expand file tree Collapse file tree 4 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # https://dart.dev/guides/libraries/private-files
2
+ # Created by `dart pub`
3
+ .dart_tool /
Original file line number Diff line number Diff line change
1
+ A server app built using [ Nitric] ( nitric.io ) with an entrypoint in ` bin/ ` , library code
2
+ in ` lib/ ` , and example unit test in ` test/ ` .
3
+
4
+ # Running the sample
5
+
6
+ ## Running with the Dart SDK
7
+
8
+ You can run the example with the [ Dart SDK] ( https://dart.dev/get-dart )
9
+ like this:
10
+
11
+ ```
12
+ $ dart run bin/example.dart
13
+ ```
Original file line number Diff line number Diff line change
1
+ include : package:lints/recommended.yaml
Original file line number Diff line number Diff line change
1
+ name : example
2
+ description : A sample command-line application.
3
+ version : 1.0.0
4
+ publish_to : none
5
+
6
+ environment :
7
+ sdk : ^3.2.5
8
+
9
+ dependencies :
10
+ nitric_sdk :
11
+ path : ../
12
+ uuid : ^4.3.3
13
+
14
+ dev_dependencies :
15
+ lints : ^2.1.0
16
+ test : ^1.24.0
You can’t perform that action at this time.
0 commit comments