File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,12 @@ dev_dependencies:
8383 Note : Pick a short group identifier; there's an internal limit in macOS that requires the complete string to be
8484 19 characters or fewer.
8585* Sync + Android only: in your `android/app/build.gradle` set `minSdkVersion 21` in section `android -> defaultConfig`.
86+ * In order to run Flutter unit tests locally on your machine, you'll need to install the native ObjectBox library on
87+ your host machine (same as you would if you developed for Dart native, as described in the next section) :
88+
89+ ` ` ` shell script
90+ bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-dart/main/install.sh)
91+ ` ` `
8692
8793# ## Dart Native
8894
@@ -111,15 +117,10 @@ dev_dependencies:
111117Help wanted
112118-----------
113119
114- ObjectBox Dart is still not on par with other language bindings where ObjectBox is available.
115- To bring all the missing features to Dart, we're asking the community to help out. PRs are more than welcome!
116- The ObjectBox team will try its best to guide you and answer questions.
117-
118- # ## Feedback
119-
120- Also, please let us know your feedback GitHub issues, either comment on an existing one or open a new one.
121- For example, if you experience errors or if you have ideas for how to improve the API.
122- Thanks!
120+ ObjectBox Dart is open to contributions and feedback on [GitHub](https://github.com/objectbox/objectbox-dart/issues).
121+ Either comment on an existing issue or open a new one. For example, if you experience errors or if you have ideas how to
122+ improve the API. If you'd like to contribute some code : PRs are more than welcome! The ObjectBox team will try its best
123+ to guide you and answer questions.
123124
124125FAQ
125126---
You can’t perform that action at this time.
0 commit comments