flutter-managing-state

oleh flutter

We need to translate the given text from English to Bahasa Indonesia. The text describes managing state in Flutter using StatefulWidget, MVVM, and Provider. It distinguishes between ephemeral and app state, and explains unidirectional data flow. The translation should preserve technical terms like StatefulWidget, MVVM, Provider, setState(), ChangeNotifier, etc. Also preserve the name "flutter-managing-state" but it's not in the text, so ignore. Just translate the text inside <text>. No extra commentary. Let me translate: "Manage ephemeral and app-level state in Flutter using StatefulWidget, MVVM, and Provider. Distinguishes between ephemeral state (single widget, managed with setState() ) and app state (shared across widgets, managed with MVVM and provider package) Implements unidirectional data flow with a single source of truth: Models handle data, ViewModels manage UI state via ChangeNotifier , Views consume and display state Provides sequential workflow for MVVM implementation: define Repository, create..." Wait, the text ends with "define Repository,

npx skills add https://github.com/flutter/skills --skill flutter-managing-state