Skip to content

Commit d971241

Browse files
authored
Create README.md
just some small changes regarding the feedback options and adding a tutorial video link for those who prefer video
1 parent aee6b14 commit d971241

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626

2727
# Flutter database for fast Dart object persistence 💙
2828

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.
3230

3331
### Features
3432

@@ -51,6 +49,7 @@ To start using ObjectBox in your Flutter/Dart app, head over to
5149

5250
* the [ObjectBox pub.dev page](https://pub.dev/packages/objectbox) or
5351
* 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)
5453

5554
## Getting Started with this Repository
5655

@@ -74,15 +73,17 @@ You can run these yourself using our [objectbox-dart-performance](https://github
7473
## Do you 💙 ObjectBox?
7574

7675
We strive to bring joy to Flutter developers and appreciate all kind of feedback, both positive and negative.
76+
7777
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).
7879

7980
**We're looking forward to receiving your comments and requests:**
8081

8182
- Add [GitHub issues](https://github.com/objectbox/objectbox-dart/issues)
8283
- Upvote issues you find important by hitting the 👍/+1 reaction button
8384
- Fill in the [feedback form](https://forms.gle/s2L1YH32nwjgs4s4A) to help us improve our products
8485
- Drop us a line on Twitter via [@ObjectBox_io](https://twitter.com/ObjectBox_io/)
85-
- ⭐ us, if you like what you see
86+
- ⭐ us on GitHub, if you like what you see or give us a 👍 on [pub.dev](https://pub.dev/packages/objectbox)
8687

8788
Thank you! 🙏
8889

0 commit comments

Comments
 (0)