
view-model-platform-guide
by lwj1994
pure & lightweight state management library for Flutter
SKILL.md
name: View Model Platform Guide description: The master guide for the view_model ecosystem. Start here to navigate to specific sub-skills.
View Model Platform Guide
Welcome to the view_model ecosystem. This is the Master Skill that serves as an entry point for the three specialized capabilities provided in this package.
📂 Available Sub-Skills
While this skill provides a high-level overview, the detailed instructions are maintained in specialized sub-skills located in this directory.
1. View Model Usage
Focus: The core library (view_model).
- How to create ViewModels and Providers.
- How to consume them in Flutter Widgets.
- Using
veffor dependency injection. - Managing State with
StateViewModel.
2. Generator Usage
Focus: The code generator (view_model_generator).
- Using
@genProviderto automate boilerplate. - Configuration options (singleton, custom keys).
- Best practices for generated code.
3. Architecture Recommendation
Focus: System design.
- How to structure your entire app.
- "Everything is a ViewModel" pattern.
- Separating Logic, Data, and UI.
🔗 How to Use
- If you are new: Start by reading the View Model Usage to understand the basics.
- If you are setting up a project: Consult the Architecture Recommendation.
- If you want to reduce code: Learn the Generator Usage.
Note: Each of these sub-topics is also registered as an independent skill for direct access.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon
