Skip to content

Instantly share code, notes, and snippets.

@AbbasHoseini
Last active December 8, 2021 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbbasHoseini/1e92789c9bee3beff24fa719e0f0e332 to your computer and use it in GitHub Desktop.
Save AbbasHoseini/1e92789c9bee3beff24fa719e0f0e332 to your computer and use it in GitHub Desktop.
// GOOD
// کد خوب
Widget build(BuildContext context) {
var cartModel = somehowGetMyCartModel(context);
return SomeWidget(
// کافی است یکبار با وضعیت فعلی سبد، رابط کاربری را بسازید
// ···
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment