You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,7 @@
26
26
27
27
# Flutter database for fast Dart object persistence 💙
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 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 keep data easily and efficiently in sync across devices.
32
30
33
31
### Features
34
32
@@ -51,6 +49,7 @@ To start using ObjectBox in your Flutter/Dart app, head over to
51
49
52
50
* the [ObjectBox pub.dev page](https://pub.dev/packages/objectbox) or
53
51
* check out our [Getting Started Guide](https://docs.objectbox.io/getting-started).
52
+
* if you prefer to start with a video tutorial, [here you go](https://www.youtube.com/watch?v=BBlr8F8m9lo)
54
53
55
54
## Getting Started with this Repository
56
55
@@ -74,15 +73,17 @@ You can run these yourself using our [objectbox-dart-performance](https://github
74
73
## Do you 💙 ObjectBox?
75
74
76
75
We strive to bring joy to Flutter developers and appreciate all kind of feedback, both positive and negative.
76
+
77
77
What do you love? What's amiss? Where do you struggle in everyday app development?
78
+
--> Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6).
78
79
79
80
**We're looking forward to receiving your comments and requests:**
0 commit comments