Skip to content
Open
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
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

## Overview

This repository is home to Dart packages related to FFI and native assets
building and bundling.
This repository hosts Dart packages for working with FFI and for building, bundling, and managing native assets efficiently.

## Documentation

See the [doc](doc/) directory for more documentation.
Detailed documentation is available in the [doc](doc/) directory.

## Quick Setup

To use any package, navigate to its directory and run:

```bash
dart pub get
```
To run tests for a package:
```
dart test
```
## Packages

| Package | Description | Issues | Version |
Expand Down
Loading