Skip to content

chore: generate new release 0.1.1 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2025-01-27

### Fixed

- Fixed null cast issue when using inline assistant configuration
- Made `assistantId` nullable in interface and implementations

### Platform Support

- Updated iOS deployment target requirement to 13.0+ in README
- Updated Android minimum SDK requirement to 24 in README

## [0.1.0] - 2024-02-12

### Added
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: vapi
description: "The Vapi Flutter Client SDK with unified mobile and web support."
version: 0.1.0
version: 0.1.1
homepage: https://vapi.ai/

environment:
Expand All @@ -12,17 +12,17 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter

# general dependencies
http: ^1.2.0


# Mobile-specific dependencies
daily_flutter: ^0.31.0
# Note: permission_handler is constrained by daily_flutter 0.31.0
# which requires ^11.3.1. Update when daily_flutter supports ^12.0.0
permission_handler: ^11.3.1

# Web-specific dependencies
web: ^1.1.0

Expand Down