Skip to content

Commit b003a71

Browse files
Update Realm logo (#56)
Update Realm logo
1 parent 26761b6 commit b003a71

File tree

8 files changed

+35
-7
lines changed

8 files changed

+35
-7
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![Realm](https://github.com/realm/realm-dart/raw/main/logo.png)
1+
<picture>
2+
<source srcset="https://github.com/realm/realm-dart/raw/main/media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
3+
<img src="https://github.com/realm/realm-dart/raw/main/media/logo.svg" alt="realm by MongoDB">
4+
</picture>
25

36
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)
47

bundled_realm/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<picture>
2+
<source srcset="https://github.com/realm/realm-dart/raw/main/media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
3+
<img src="https://github.com/realm/realm-dart/raw/main/media/logo.svg" alt="realm by MongoDB">
4+
</picture>
5+
6+
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)
7+
18
# Bundled realm sample
29

310
A Flutter application with pre-initialized realm file that is shipped with the application.

dart_flexible_sync/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![Realm](https://github.com/realm/realm-dart/raw/main/logo.png)
1+
<picture>
2+
<source srcset="https://github.com/realm/realm-dart/raw/main/media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
3+
<img src="https://github.com/realm/realm-dart/raw/main/media/logo.svg" alt="realm by MongoDB">
4+
</picture>
25

36
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)
47

flutter_flexible_sync/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![Realm](https://github.com/realm/realm-dart/raw/main/logo.png)
1+
<picture>
2+
<source srcset="https://github.com/realm/realm-dart/raw/main/media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
3+
<img src="https://github.com/realm/realm-dart/raw/main/media/logo.svg" alt="realm by MongoDB">
4+
</picture>
25

36
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)
47
# Flutter Flexible Sync sample

provider_shopper/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![Realm](https://github.com/realm/realm-dart/raw/main/logo.png)
1+
<picture>
2+
<source srcset="https://github.com/realm/realm-dart/raw/main/media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
3+
<img src="https://github.com/realm/realm-dart/raw/main/media/logo.svg" alt="realm by MongoDB">
4+
</picture>
25

36
# Provider Shopper
47

realm_dart/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![Realm](https://github.com/realm/realm-dart/raw/main/logo.png)
1+
<picture>
2+
<source srcset="https://github.com/realm/realm-dart/raw/main/media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
3+
<img src="https://github.com/realm/realm-dart/raw/main/media/logo.svg" alt="realm by MongoDB">
4+
</picture>
25

36
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)
47

time_track/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![Realm](https://github.com/realm/realm-dart/raw/main/logo.png)
1+
<picture>
2+
<source srcset="https://github.com/realm/realm-dart/raw/main/media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
3+
<img src="https://github.com/realm/realm-dart/raw/main/media/logo.svg" alt="realm by MongoDB">
4+
</picture>
25

36
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)
47

users_permissions/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![Realm](https://github.com/realm/realm-dart/raw/main/logo.png)
1+
<picture>
2+
<source srcset="https://github.com/realm/realm-dart/raw/main/media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
3+
<img src="https://github.com/realm/realm-dart/raw/main/media/logo.svg" alt="realm by MongoDB">
4+
</picture>
25

36
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)
47

0 commit comments

Comments
 (0)