We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265c8fc commit e097da5Copy full SHA for e097da5
packages/dart/example/main.dart
@@ -1,4 +1,4 @@
1
-import '../lib/parse_server_sdk.dart';
+import 'package:parse_server_sdk/parse_server_sdk.dart';
2
3
Future<void> main() async {
4
// Parse initialize
packages/dart/example/pubspec.yaml
@@ -0,0 +1,14 @@
+name: example
+description: example
+version: 1.0.0
+publish_to: 'none'
5
+
6
+environment:
7
+ sdk: ">=2.18.0 <4.0.0"
8
9
+dependencies:
10
+ parse_server_sdk:
11
+ path: ../
12
13
+dev_dependencies:
14
+ lints: ^1.0.1
0 commit comments