|
26 | 26 |
|
27 | 27 | # Flutter database for Dart-native objects 💙 |
28 | 28 |
|
29 | | -🙌 **Your opinion matters to us!** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6). |
30 | | - |
31 | | -ObjectBox Flutter database is a great option for storing data in your cross-platform apps. It uses minimal CPU, memory and battery, which makes it an ideal choice for mobile and IoT devices. It is made for efficient data access and is 10x faster than any alternative. See the [performance benchmarks](#flutter-database-performance-benchmarks) below. No need to learn SQL, as our NoSQL database uses pure Dart API that is easy to work with and can be integrated in minutes. Apart from that, we built a data synchronization solution that allows you to choose which objects to sync when and therefore keep your cloud costs low. |
| 29 | +ObjectBox Flutter database is a great option for storing Dart objects in your cross-platform apps. Minimal CPU, memory and battery use make it an ideal choice for mobile and IoT devices. Made for efficient data access, the ObjectBox Flutter database is 10x faster than any alternative. See the [performance benchmarks](#flutter-database-performance-benchmarks) below. No need to learn SQL, as our NoSQL database uses a pure Dart API that is easy to work with and can be integrated in minutes. Plus: We built a data synchronization solution that allows you to choose which objects to sync when and keep data easily and efficiently in sync across devices. |
32 | 30 |
|
33 | 31 | ### Features |
34 | 32 |
|
@@ -82,10 +80,11 @@ final people = query.find(); // find() returns List<Person> |
82 | 80 |
|
83 | 81 | Check out our new [Getting Started guide](https://docs.objectbox.io/getting-started). |
84 | 82 |
|
85 | | -We also have three video tutorials, each featuring a different example app: |
| 83 | +We also have some video tutorials, each featuring a different example app: |
86 | 84 | - [Shop order app](https://youtu.be/AxYbdriXKI8) |
87 | 85 | - [Restaurant: chef and order apps](https://youtu.be/r9Lc2r22KBk) |
88 | 86 | - [Task-list app (in Spanish)](https://youtu.be/osUq6B92-BY) |
| 87 | +- [Inventory Management](https://www.youtube.com/watch?v=BBlr8F8m9lo) |
89 | 88 |
|
90 | 89 |
|
91 | 90 | **Depending on if you are building a Flutter or Dart-only app, follow the steps below to start using ObjectBox.** |
@@ -172,16 +171,16 @@ You can run these yourself using our [objectbox-dart-performance](https://github |
172 | 171 |
|
173 | 172 | ## Do you 💙 ObjectBox? |
174 | 173 |
|
175 | | -We strive to bring joy to Flutter developers and appreciate all kind of feedback, both positive and negative. |
176 | | -What do you love? What's amiss? Where do you struggle in everyday app development? |
| 174 | +We strive to bring joy to Flutter developers and appreciate any feedback |
| 175 | +--> Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6). |
177 | 176 |
|
178 | | -**We're looking forward to receiving your comments and requests:** |
| 177 | +**We ❤️ you & are looking forward to your comments and ideas:** |
179 | 178 |
|
180 | 179 | - Add [GitHub issues](https://github.com/objectbox/objectbox-dart/issues) |
181 | 180 | - Upvote issues you find important by hitting the 👍/+1 reaction button |
182 | 181 | - Fill in the [feedback form](https://forms.gle/s2L1YH32nwjgs4s4A) to help us improve our products |
183 | 182 | - Drop us a line on Twitter via [@ObjectBox_io](https://twitter.com/ObjectBox_io/) |
184 | | -- ⭐ us, if you like what you see |
| 183 | +- ⭐ us on GitHub, if you like what you see or give us a 👍 on [pub.dev](https://pub.dev/packages/objectbox) |
185 | 184 |
|
186 | 185 | Thank you! 🙏 |
187 | 186 |
|
|
0 commit comments