Skip to content

Commit

Permalink
fix(docs): add flutter installation support
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto authored Jan 14, 2022
1 parent 46a1fbf commit de42b0b
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The focus of this library is to provide a common "DSL" for write UI cross platfo
- The project is not open for contributions right now, if you find a bug, please [open an issue](https://github.com/skynexui/components/issues).

## How to install?

- flutter:
```sh
flutter pub add skynexui_components
```

- yarn
```sh
yarn add @skynexui/components
Expand All @@ -22,18 +28,6 @@ yarn add @skynexui/components
npm install @skynexui/components
```

## Current Tools
- React
- TypeScript
- styled/jsx
- React Testing Library
- Jest
- ESLint
- Prettier
- .editorconfig
- Semantic Release
- F̶l̶u̶t̶t̶e̶r̶

## Supporters

| Companies that trust in this project |
Expand Down

1 comment on commit de42b0b

@vercel
Copy link

@vercel vercel bot commented on de42b0b Jan 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.