felangel / bloc

A predictable state management library that helps implement the BLoC design pattern
https://bloclibrary.dev
MIT License
11.8k stars 3.39k forks source link

Improving user experience in documentation #1758

Closed abelardolg closed 2 years ago

abelardolg commented 4 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Best regards.

abelardolg commented 4 years ago

One question, please: What's the technology behind your doc? It's very terrific!! Congratulations!

felangel commented 4 years ago

@abelardolg thanks! The docs are currently built using docsify

omidraha commented 4 years ago

What's the meaning of ✨ beside some topics?

felangel commented 4 years ago

It means those tutorials have been revamped and are following the latest best practices

lhmzhou commented 2 years ago

@felangel Can you recommend resources on best practices in Flutter/Dart, whether it be in book form, wiki pages, or learned lessons from your experience?

chonghorizons commented 2 years ago

@albertodev01 I had the same frustration with tree structure and widget structure. I am writing a draft of the docs for the updated flutter_todos tutorial. (not up on the website yet, but the markdown file exists)

Addressing two of your points:

Do those address some of what you are looking for?

If these help and you want more, please let me know. I'm toying with the idea of making a short video called "how I start the first 30 mins of a tutorial".

chonghorizons commented 2 years ago

@felangel Recommend closing this issue or labeling as "waiting for response" Because I'm tracking it at #3086.