Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-dawood authored Mar 3, 2023
1 parent beb23b2 commit 616acc8
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Ready

[![N|Ready][releasesPadge]][releases]

[![N|GitHub forks][forksPadge]][forks] [![N|GitHub Repo stars][starsPadge]][stars] [![N|GitHub watchers][watchersPadge]][watchers] [![N|Ready][pubPadge]][pubUrl]

# Other languages
- [Arabic](https://github.com/mo-ah-dawood/ready/blob/main/docs/ar/index.md)
- [Chineese](https://github.com/mo-ah-dawood/ready/blob/main/docs/ch/index.md)


##### - Ready is very simple package to allow you create your admin panel with flutter

##### - Not just an admin panel it also contains avery helpful widgets that you can use with your mobile app
Expand Down Expand Up @@ -40,7 +44,7 @@
> Here will explain each feature
> Click on the feature name to see how to use it
[x] [ReadyDashboard](https://github.com/mo-ah-dawood/ready/wiki/ReadyDashboard)
[x] [ReadyDashboard](ready_dashboard)
- Admin panel layout in easy way
- [responsive] it can work in any device except watch of course😄😄
- ability to group drawer items
Expand All @@ -49,30 +53,30 @@
- ability to add search input field in the top app bar


[x] [ReadyList](https://github.com/mo-ah-dawood/ready/wiki/ReadyList)
[x] [ReadyList](ready_list)
- Pull to refresh
- Infinite scroll
- headers and footers
- easy to work with flutter_bloc but you can use any state management solution
- can be grid or list or your own builder
- contains ready grid delegates to make it simple

[x] [ResponsiveDataTable](https://github.com/mo-ah-dawood/ready/wiki/ResponsiveDataTable)
[x] [ResponsiveDataTable](responsive_data_table)
- Responsive widget that show DataTable in large devices and list or grid in smaller one
- 6 layouts
- can be configured to use list or DataTable
- can has selection in lists and DataTables
- can add filters , actions or actions for each row
- work with the same controller [ReadyList]

[x] [Animated](https://github.com/mo-ah-dawood/ready/wiki/Animated)
[x] [Animated]()
- Fancy animations
- able to merge between (flip , scale , fade, translate)
- scoped animated runs animations one after one
- non scoped run all animations in parallel
- ReadyList contains a scope so you don't need to add it

[x] [Shimmer](https://github.com/mo-ah-dawood/ready/wiki/Shimmer)
[x] [Shimmer](shimmer)
- Show shimmer effect on a widget
- drawing the shimmer on the whole scope the shimmer is in so the full page may has one scope and will paint the shimmer gradient on all [Shimmer] children in its tree
-like this
Expand Down Expand Up @@ -101,6 +105,12 @@ There is related packages that related to ready and you can use it
* in this way if any one need the new feature he can add its package to his project
* any package must has a good docs before it listed in packages list

[ready_dashboard]: https://github.com/mo-ah-dawood/ready/blob/main/docs/en/ready_dashboard.md
[animated]: https://github.com/mo-ah-dawood/ready/blob/main/docs/en/animated.md
[ready_list]: https://github.com/mo-ah-dawood/ready/blob/main/docs/en/ready_list.md
[responsive_data_table]: https://github.com/mo-ah-dawood/ready/blob/main/docs/en/responsive_data_table.md
[shimmer]: https://github.com/mo-ah-dawood/ready/blob/main/docs/en/shimmer.md

[demo]: https://ready-19c04.web.app
[pubUrl]: https://pub.dev/packages/ready
[pubPadge]: https://img.shields.io/pub/v/ready.svg?style=for-the-badge
Expand Down

0 comments on commit 616acc8

Please sign in to comment.