Skip to content

Commit eb9cf50

Browse files
authored
prepare alpha release (#236)
[0.2.0+alpha]
1 parent 4974b48 commit eb9cf50

File tree

17 files changed

+70
-9
lines changed

17 files changed

+70
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.2.0+alpha Release notes (2022-01-31)
2+
==============================================================
3+
4+
**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**
5+
6+
### Enhancements
7+
* Completеly rewritten from the ground up with sound null safety and using Dart FFI
8+
9+
### Compatibility
10+
* Dart ^2.15 on Windows, MacOS and Linux
11+
112
0.2.0-alpha.2 Release notes (2022-01-29)
213
==============================================================
314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Realm is a mobile database that runs directly inside phones, tablets or wearables.
66
This repository holds the source code for the Realm SDK for Flutter™ and Dart™.
77

8-
**This project is in the Alpha stage, All API's might change without warning and no guarantees are given about stability. Do not use it in production.**
8+
**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**
99

1010
## Getting Started
1111

common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.2.0+alpha Release notes (2022-01-31)
2+
=============================================================
3+
4+
**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**
5+
6+
This package hosts the common code shared between realm, realm_dart and realm_generator packages
7+
8+
### Compatibility
9+
* Flutter ^2.8 and Dart ^2.15
10+
111
0.2.0-alpha.1 Release notes (2022-01-29)
212
=============================================================
313

common/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Realm is a mobile database that runs directly inside phones, tablets or wearables.
66
This repository holds the source code for the Realm SDK for Flutter™ and Dart™.
77

8+
**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**
9+
810
## Getting Started
911

1012
To use the Realm SDK for Flutter add the [realm](https://pub.dev/packages/realm) package to your `pubspec.yaml` dependencies.

common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Hosts the common code shared between realm, realm_dart and realm_generator packages.
44
This package is part of the official Realm Flutter and Realm Dart SDKs.
55
6-
version: 0.2.0-alpha.1
6+
version: 0.2.0+alpha
77

88
homepage: https://www.realm.io
99
repository: https://github.com/realm/realm-dart

example/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![Realm](https://github.com/realm/realm-dart/raw/master/logo.png)
2+
3+
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)
4+
15
## A simple command-line application using Realm Dart SDK
26

37
### Setup

ffigen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
sdk: '>=2.15.0 <3.0.0'
1313

1414
dependencies:
15-
realm_dart: ^0.2.0-alpha
15+
realm_dart: ^0.2.0+alpha
1616

1717
dev_dependencies:
1818
pedantic: ^1.9.0

flutter/realm_flutter/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.2.0+alpha Release notes (2022-01-31)
2+
=============================================================
3+
4+
**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**
5+
6+
### Enhancements
7+
* Completely rewritten from the ground up with sound null safety and using Dart FFI
8+
9+
### Compatibility
10+
* Flutter ^2.8
11+
* Flutter Mobile on Android and iOS
12+
* Flutter Desktop on Windows and MacOS
13+
114
0.2.0-alpha.2 Release notes (2022-01-29)
215
=============================================================
316

flutter/realm_flutter/example/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
![Realm](https://github.com/realm/realm-dart/raw/master/logo.png)
2+
3+
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)
4+
5+
**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**
6+
17
# realm_example
28

39
Demonstrates how to use the Realm SDK for Flutter™

flutter/realm_flutter/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: realm_example
22
description: Demonstrates how to use the Realm SDK for Flutter.
3-
version: 0.2.0-alpha
3+
version: 0.2.0+alpha
44

55
# The following line prevents the package from being accidentally published to
66
# pub.dev using `pub publish`. This is preferred for private packages.

0 commit comments

Comments
 (0)