Skip to content

Commit

Permalink
Add Emoji and package weight
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh authored Mar 10, 2023
1 parent 106d6a9 commit a420dea
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Telescope
<img src="telescope.png"> <br>
Just another state manager for flutter based on observable design pattern.

Telescope tries to be:
1. Easy to learn (You can learn it in 5-10 min by reading README.md file).
2. Easy to use (with dependsOn and saveOnDisk features).
3. Flexible
1. Can be used beside other state managers.
2. It lets you do it in your way.
4. Make it harder to make bugs
1. With separation of concerns.
2. No setState() needed.
5. Performance (just rebuild widgets that need to rebuild).
Just another state manager for flutter based on observable:eyes: design pattern.

Telescope:telescope: tries to be:
1. Easy to learn:book: (You can learn it in 5-10 min by reading README.md file).
2. Easy to use:hearts: (with dependsOn and saveOnDisk features).
3. Flexible:ocean:
1. Can be used beside other state managers:couple:.
2. It lets you do it in your way:muscle:.
4. Make it harder to make bugs:beetle::no_entry:.
1. With separation of concerns:raised_hands:.
2. No setState() needed:no_good:.
5. Performance:zap: (just rebuild widgets that need to rebuild).
6. Lightweight:hatched_chick: (less then 900KB)

### Installation
```bash
Expand Down Expand Up @@ -147,4 +148,4 @@ This method also can use in TelescopeList in same way.
Checkout telescope/examples

# License
GPL version 3
GPL version 3

0 comments on commit a420dea

Please sign in to comment.