Skip to content

Commit 8dd598b

Browse files
authored
chore: release v0.0.4-dev #51 (#52)
1 parent 51128b5 commit 8dd598b

File tree

12 files changed

+49
-33
lines changed

12 files changed

+49
-33
lines changed

packages/clerk_auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.4-dev
2+
3+
- Updated token expiration to use UTC #47
4+
- Added regular poll for session token (optional) #42
5+
- Added documentation #36
6+
- Improved formatting for pub score #34 #35
7+
18
## 0.0.3-dev
29

310
- Pre-release alpha.

packages/clerk_auth/README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,30 @@
11
<p align="center">
2-
<a href="https://clerk.com?utm_source=github&utm_medium=sdk_flutter" target="_blank" rel="noopener noreferrer">
3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="https://images.clerk.com/static/logo-dark-mode-400x400.png">
5-
<img src="https://images.clerk.com/static/logo-light-mode-400x400.png" height="64">
6-
</picture>
7-
</a>
8-
<br />
2+
<img src="https://images.clerk.com/static/logo-light-mode-400x400.png" height="90">
93
</p>
104

11-
12-
# Clerk Auth / Pre-release Alpha
13-
14-
The official [Clerk](https://clerk.com) Dart client library.
15-
16-
Package that will allow you to authenticate your users and use Clerk services from your Dart code.
5+
## Official [Clerk](https://clerk.com) Dart SDK (Pre-release Alpha)
176

187
[![Pub Version](https://img.shields.io/pub/v/clerk_auth?color=blueviolet)](https://pub.dev/packages/clerk_auth)
198
[![Pub Points](https://img.shields.io/pub/points/clerk_auth?label=pub%20points)](https://pub.dev/packages/clerk_auth/score)
209
[![chat on Discord](https://img.shields.io/discord/856971667393609759.svg?logo=discord)](https://discord.com/invite/b5rXHjAg7A)
2110
[![documentation](https://img.shields.io/badge/documentation-clerk-green.svg)](https://clerk.com/docs)
2211
[![twitter](https://img.shields.io/twitter/follow/ClerkDev?style=social)](https://twitter.com/intent/follow?screen_name=ClerkDev)
2312

13+
> ### ⚠️ The Clerk Flutter SDK is in Alpha and not recommended for use in production. ⚠️
14+
> ❗️ Breaking changes should be expected until the first stable release (1.0.0) ❗️
15+
16+
**Clerk helps developers build user management. We provide streamlined user experiences
17+
for your users to sign up, sign in, and manage their profile from your Dart code.**
18+
2419
## Requirements
2520

2621
* Dart >= 3.5.0
2722

2823
## Example Usage
2924

30-
To use this package you will need to go to your [Clerk Dashboard](https://dashboard.clerk.com/)
25+
To use this package you will need to go to your [Clerk Dashboard](https://dashboard.clerk.com/)
3126
create an application and copy the public and publishable API keys into your project.
3227

33-
3428
```dart
3529
import 'package:clerk_auth/clerk_auth.dart';
3630

packages/clerk_auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: clerk_auth
22
description: Package that will allow you to authenticate and use Clerk from Dart code.
3-
version: 0.0.3-dev
3+
version: 0.0.4-dev
44
homepage: https://clerk.com/docs
55
repository: https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_auth
6-
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/package%3A%20clerk_auth
6+
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/clerk_auth
77
topics:
88
- authentication
99

packages/clerk_flutter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.0.4-dev
2+
3+
- Improved SSO popup user experience #33
4+
- Updated async initialisation and token refresh #42
5+
- Added documentation #36
6+
- Improved formatting for pub score #34 #35
7+
18
## 0.0.3-dev
29

310
- Pre-release alpha.

packages/clerk_flutter/README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
11
<p align="center">
2-
<a href="https://clerk.com?utm_source=github&utm_medium=sdk_flutter" target="_blank" rel="noopener noreferrer">
3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="https://images.clerk.com/static/logo-dark-mode-400x400.png">
5-
<img src="https://images.clerk.com/static/logo-light-mode-400x400.png" height="64">
6-
</picture>
7-
</a>
8-
<br />
2+
<img src="https://images.clerk.com/static/logo-light-mode-400x400.png" height="90">
93
</p>
104

11-
12-
# Clerk Flutter / Pre-release Alpha
13-
14-
The official [Clerk](https://clerk.com) Flutter client library.
15-
16-
This package will allow you to authenticate your users and use Clerk services from your Flutter code.
5+
## Official [Clerk](https://clerk.com) Flutter SDK (Pre-release Alpha)
176

187
[![Pub Version](https://img.shields.io/pub/v/clerk_flutter?color=blueviolet)](https://pub.dev/packages/clerk_flutter)
198
[![Pub Points](https://img.shields.io/pub/points/clerk_flutter?label=pub%20points)](https://pub.dev/packages/clerk_flutter/score)
209
[![chat on Discord](https://img.shields.io/discord/856971667393609759.svg?logo=discord)](https://discord.com/invite/b5rXHjAg7A)
2110
[![documentation](https://img.shields.io/badge/documentation-clerk-green.svg)](https://clerk.com/docs)
2211
[![twitter](https://img.shields.io/twitter/follow/ClerkDev?style=social)](https://twitter.com/intent/follow?screen_name=ClerkDev)
2312

13+
> ### ⚠️ The Clerk Flutter SDK is in Alpha and not recommended for use in production. ⚠️
14+
> ❗️ Breaking changes should be expected until the first stable release (1.0.0) ❗️
15+
16+
**Clerk helps developers build user management. We provide streamlined user experiences
17+
for your users to sign up, sign in, and manage their profile from your Flutter code.**
18+
2419
## Requirements
2520

2621
* Flutter >= 3.24.0
2722
* Dart >= 3.5.0
2823

24+
## In Development
25+
26+
* Organization support
2927

3028
## Example Usage
3129

32-
To use this package you will need to go to your [Clerk Dashboard](https://dashboard.clerk.com/)
30+
To use this package you will need to go to your [Clerk Dashboard](https://dashboard.clerk.com/)
3331
create an application and copy the public and publishable API keys into your project.
3432

3533
```dart
@@ -74,6 +72,7 @@ class _MainAppState extends State<MainApp> {
7472
}
7573
}
7674
```
75+
7776
## License
7877

7978
This SDK is licensed under the MIT license found in the [LICENSE](./LICENSE) file.

packages/clerk_flutter/lib/src/widgets/organization/clerk_create_organization_widget.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import 'package:flutter_svg/svg.dart';
1111
///The [ClerkCreateOrganizationWidget] component is used to render an organization creation
1212
/// UI that allows users to create brand new organizations within your application.
1313
///
14+
@Deprecated('Not ready for use')
1415
@immutable
1516
class ClerkCreateOrganizationWidget extends StatelessWidget {
1617
/// Constructs a const [ClerkCreateOrganizationWidget].

packages/clerk_flutter/lib/src/widgets/organization/clerk_organization_profile_widget.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import 'package:flutter/material.dart';
1111
/// organization management UI that allows users to manage their organization profile and
1212
/// security settings.
1313
///
14+
@Deprecated('Not ready for use')
1415
@immutable
1516
class ClerkOrganizationProfileWidget extends StatelessWidget {
1617
/// Constructs a const [ClerkOrganizationProfileWidget].

packages/clerk_flutter/lib/src/widgets/organization/clerk_organization_switcher_widget.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import 'package:flutter_svg/flutter_svg.dart';
1515
/// is useful for applications that have a multi-tenant architecture, where users can be
1616
/// part of multiple organizations.
1717
///
18+
@Deprecated('Not ready for use')
1819
@immutable
1920
class ClerkOrganizationSwitcherWidget extends StatelessWidget {
2021
/// Constructs a const [ClerkOrganizationSwitcherWidget].

packages/clerk_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: clerk_flutter
22
description: Package that will allow you to authenticate and use Clerk from Flutter code.
3-
version: 0.0.3-dev
3+
version: 0.0.4-dev
44
homepage: https://clerk.com/docs
55
repository: https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_flutter
6-
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/package%3A%20clerk_flutter
6+
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/clerk_flutter
77
topics:
88
- authentication
99

packages/clerk_widgetbook/lib/widgets/organization/clerk_create_organization_widget.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore_for_file: deprecated_member_use
2+
13
import 'package:clerk_flutter/clerk_flutter.dart';
24
import 'package:flutter/material.dart';
35
import 'package:widgetbook_annotation/widgetbook_annotation.dart' as widgetbook;

0 commit comments

Comments
 (0)