Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
docs: add IDX button
  • Loading branch information
Boehrsi authored Nov 2, 2024
1 parent a4e5304 commit b9cc319
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

A Dart script which fetches Android and iOS device information. Generates directly usable code, which maps the device model to the corresponding device name(s).

<a href="https://idx.google.com/import?url=https://github.com/Boehrsi/device_identifiers">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://cdn.idx.dev/btn/open_dark_32.svg">
<source
media="(prefers-color-scheme: light)"
srcset="https://cdn.idx.dev/btn/open_light_32.svg">
<img
height="32"
alt="Open in IDX"
src="https://cdn.idx.dev/btn/open_purple_32.svg">
</picture>
</a>

## Supported output languages

- **Dart / Flutter**: https://github.com/Boehrsi/device_identifiers/blob/main/output/device_identifiers.dart
Expand Down

0 comments on commit b9cc319

Please sign in to comment.