Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
[release] v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan1995 authored May 17, 2020
1 parent 19a3619 commit ae1a44b
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Widgetx
# WidgetX
Superpowers for your flutter widgets.

Collection of useful extensions on Flutter's Widget Kit.
Expand Down Expand Up @@ -34,8 +34,31 @@ class App extends StatelessWidget {
}
```

# WIP
This package is just in pre-release and should be avoided for production apps.
# Docs
Widget library docs at: https://pub.dev/documentation/widgetx/latest/

## Available extensions

#### Alignment

`center()`, `centerLeft()`, `centerRight()`, `topLeft()`, `...`

#### Layouts
`row()`, `column()`, `stack()`, `container()`, `center()`, `padding()`, `...`

#### Texts
`text()`, `textCenter()`, `networkImage()`, `circleAvatar()`, `...`

#### Lists
`texts()`

# Todo
- [ ] Add Docs for each extensions and examples.
- [ ] Add tests to widget extensions.
- [ ] Add more relevant extensions.

# Status
This package at the moment is in pre-release and should be avoided for production apps.
Feel free to raise issues around concerns, improvements.

# Preview
Expand Down

0 comments on commit ae1a44b

Please sign in to comment.