Skip to content

Commit

Permalink
chore: Updated the dart version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed May 27, 2024
1 parent 3d47c12 commit a9ceedd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
12 changes: 10 additions & 2 deletions clients/dart/switchkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# SwitchKeys Changelog

## Version 1.1.3

## What's Changed (1.1.3)

* feat: Added TS example runner. by @Mahmoud-Emad in <https://github.com/Mahmoud-Emad/Switchkeys/pull/29>

**Full Changelog**: <https://github.com/Mahmoud-Emad/Switchkeys/compare/v1.0.3...v1.0.4>

## Version 1.1.0

## What's Changed
## What's Changed (1.1.0)

* Updated the TSClient with some bug fixes and features by @Mahmoud-Emad in <https://github.com/Mahmoud-Emad/Switchkeys/pull/16>
* Development backend v0.2.0 by @Mahmoud-Emad in <https://github.com/Mahmoud-Emad/Switchkeys/pull/15>
Expand All @@ -22,7 +30,7 @@

## Version 1.0.8

### 1.0.8 Features
### What's Changed (1.0.8)

* Updated the request/response of adding/getting user features
* Commented un-needed caller for now
Expand Down
6 changes: 3 additions & 3 deletions clients/dart/switchkeys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To install the SwitchKeys Dart client, add it as a dependency to your Dart proje

```yaml
dependencies:
switchkeys: ^1.1.0
switchkeys: ^1.1.3
```
Then, run the following command in your terminal to fetch the package:
Expand Down Expand Up @@ -61,7 +61,7 @@ The SwitchKeys Dart Client allows you to manage organizations within the SwitchK

### Creating an Organization

```typescript
```dart
// ------------------------------------------------------------------------
// Creating a new organization
// ------------------------------------------------------------------------
Expand All @@ -73,7 +73,7 @@ print("[+] Created organization name: ${organization.name}");
```

Before using the SwitchKeys Dart Client, make sure to set up the necessary environment variables and configuration files. Refer to the [configuration documentation](./docs/configuration.md) for details.
Before using the SwitchKeys Dart Client, make sure to set up the necessary environment variables and configuration files. Refer to the [configuration documentation](/clients/dart/switchkeys/docs/configuration.md) for details.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion clients/dart/switchkeys/docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SwitchKeys Dart Client `Configuration`

- Make sure to create a new `.env` file in the root of the `TS Client`.
- Make sure to create a new `.env` file in the root of the `Dart Client`.
- Create `BASE_URL = <switchkeys url>` inside this file.
2 changes: 1 addition & 1 deletion clients/dart/switchkeys/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: switchkeys
description: Streamline feature flag management. Effortlessly toggle features for A/B testing, phased rollouts & rapid experimentation. Drive innovation with ease.
version: 1.1.0
version: 1.1.3
repository: https://github.com/Mahmoud-Emad/Switchkeys

environment:
Expand Down

0 comments on commit a9ceedd

Please sign in to comment.