Skip to content

Commit 7ccc9d9

Browse files
authored
Update README.md
Minor updates to the description, removed table of contents for no (would prefer a way shorter one at the top): ## Table of Contents - [Why use ObjectBox](#why-use-objectbox) - [Features](#features) - [Getting Started](#getting-started) - [How does ObjectBox compare to other solutions?](#how-does-objectbox-compare-to-other-solutions) - [Flutter Database Performance Benchmarks](#flutter-database-performance-benchmarks) - [Do you 💙 ObjectBox?](#do-you--objectbox) - [Contributing](#contributing) - [Packages](#packages) - [Other languages/bindings](#other-languagesbindings) - [License](#license)
1 parent 5e40cbf commit 7ccc9d9

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

README.md

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
</a>
2525
</p>
2626

27-
# Flutter database for fast Dart object persistence 💙
27+
# Flutter database - easy to use & fast Dart object persistence 💙
2828

2929
---
3030

3131
💙 Jobs: We're looking for a [Flutter Developer Relations Manager](https://objectbox.io/jobs/developer-relations-manager-evangelist-advocate/)! 💙
3232

3333
---
3434

35-
Database for Flutter / Dart - fast and simple. Persist local Dart objects with ease & speed, focus on the value your application provides.
35+
Database for Flutter / Dart - intuitive APIs, simply fast. Persist local Dart objects with ease & speed, focus on the value your application provides.
3636

3737
```dart
3838
// Annotate a Dart class to create a box
@@ -67,18 +67,6 @@ box.remove(person.id);
6767
```
6868
Ready? Continue with the **[Getting Started guide](https://docs.objectbox.io/getting-started)**.
6969

70-
## Table of Contents
71-
- [Why use ObjectBox](#why-use-objectbox)
72-
- [Features](#features)
73-
- [Getting Started](#getting-started)
74-
- [How does ObjectBox compare to other solutions?](#how-does-objectbox-compare-to-other-solutions)
75-
- [Flutter Database Performance Benchmarks](#flutter-database-performance-benchmarks)
76-
- [Do you 💙 ObjectBox?](#do-you--objectbox)
77-
- [Contributing](#contributing)
78-
- [Packages](#packages)
79-
- [Other languages/bindings](#other-languagesbindings)
80-
- [License](#license)
81-
8270
## Why use ObjectBox
8371

8472
ObjectBox Flutter database is a great option for storing Dart objects locally in your cross-platform
@@ -109,9 +97,7 @@ Oh, and there is one more thing...
10997

11098
## Getting Started
11199

112-
Continue with our **[Getting Started guide](https://docs.objectbox.io/getting-started)**.
113-
114-
It has resources and video tutorials on how to use ObjectBox in your Flutter or Dart app.
100+
Continue with our **[Getting Started guide](https://docs.objectbox.io/getting-started)**. It has resources and video tutorials on how to use ObjectBox in your Flutter or Dart app.
115101

116102
## How does ObjectBox compare to other solutions?
117103

@@ -129,24 +115,19 @@ Here are the benchmarks for ObjectBox vs sqflite vs Hive 👇
129115

130116
You can run these yourself using our [objectbox-dart-performance](https://github.com/objectbox/objectbox-dart-performance) Flutter benchmark app.
131117

132-
## Do you 💙 ObjectBox?
133-
134-
We strive to bring joy to Flutter developers and appreciate all kind of feedback, both positive and negative.
135-
136-
What do you love? What's amiss? Where do you struggle in everyday app development?
137-
--> Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/LvVjN6jfFHuivxZX6).
118+
## How do you 💙 ObjectBox?
138119

139120
**We're looking forward to receiving your comments and requests:**
140121

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

147128
Thank you! 🙏
148129

149-
Keep in touch: For general news on ObjectBox, [check our blog](https://objectbox.io/blog)!
130+
For general news on ObjectBox, [check our blog](https://objectbox.io/blog)!
150131

151132
## Contributing
152133

0 commit comments

Comments
 (0)