Skip to content

Commit 5a14b1b

Browse files
committed
fix: resolve linting issues in example app
1 parent da21fc8 commit 5a14b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://parseplatform.org
55
repository: https://github.com/parse-community/Parse-SDK-Flutter
66
issue_tracker: https://github.com/parse-community/Parse-SDK-Flutter/issues
77
documentation: https://docs.parseplatform.org/flutter/guide
8-
publish_to: none
8+
99

1010
funding:
1111
- https://opencollective.com/parse-server
@@ -27,7 +27,7 @@ dependencies:
2727
sdk: flutter
2828

2929

30-
# parse_server_sdk: ">=9.4.2 <10.0.0"
30+
parse_server_sdk: ">=9.4.2 <10.0.0"
3131
# Uncomment for local testing
3232
#parse_server_sdk:
3333
# path: ../dart

0 commit comments

Comments
 (0)