> For the complete documentation index, see [llms.txt](https://codesadhu-labs.gitbook.io/normie/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codesadhu-labs.gitbook.io/normie/getting-started/getting-started/installation.md).

# Installation 🚀

Add this to your `pubspec.yaml`:

```yaml
dependencies:
  normie: ^2.0.0
```

Run this command:

```bash
flutter pub get
```

Import in your code:

```dart
import 'package:normie/normie.dart';
```

And you're ready to go! 🎉
