Skip to content
Merged
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
14 changes: 7 additions & 7 deletions llms.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Ack - Schema Validation Library for Dart

> A schema validation library for Dart and Flutter with a fluent API, code generation via `@AckType` and `@AckModel` annotations, and Dart 3 extension types for zero-cost type-safe wrappers over validated data. Version 1.0.0-beta.9.
> A schema validation library for Dart and Flutter with a fluent API, code generation via `@AckType` and `@AckModel` annotations, and Dart 3 extension types for zero-cost type-safe wrappers over validated data. Version 1.0.0-beta.10.

## Overview

Ack (short for "acknowledge") is a schema validation library for Dart and Flutter that enables data validation with a simple, fluent API. Version 1.0.0-beta.9 is the current published baseline.
Ack (short for "acknowledge") is a schema validation library for Dart and Flutter that enables data validation with a simple, fluent API. Version 1.0.0-beta.10 is the current published baseline.

**Repository**: https://github.com/btwld/ack
**Documentation**: https://docs.page/btwld/ack
Expand Down Expand Up @@ -819,11 +819,11 @@ sealed class SchemaResult<T extends Object> {
```yaml
# pubspec.yaml
dependencies:
ack: ^1.0.0-beta.9
ack_annotations: ^1.0.0-beta.9
ack: ^1.0.0-beta.10
ack_annotations: ^1.0.0-beta.10

dev_dependencies:
ack_generator: ^1.0.0-beta.9
ack_generator: ^1.0.0-beta.10
build_runner: ^2.4.0
```

Expand Down Expand Up @@ -964,7 +964,7 @@ Converts Ack schemas to Firebase AI Schema format for structured output generati
```yaml
# pubspec.yaml
dependencies:
ack_firebase_ai: ^1.0.0-beta.9
ack_firebase_ai: ^1.0.0-beta.10
```

```dart
Expand Down Expand Up @@ -997,7 +997,7 @@ Converts Ack schemas to json_schema_builder format for JSON Schema Draft 2020-12
```yaml
# pubspec.yaml
dependencies:
ack_json_schema_builder: ^1.0.0-beta.9
ack_json_schema_builder: ^1.0.0-beta.10
```

```dart
Expand Down
258 changes: 0 additions & 258 deletions schemas_instructions.md

This file was deleted.

Loading