From 6f93aca174428ef01b9178e515ab192ee49594e8 Mon Sep 17 00:00:00 2001 From: habiburyt Date: Sat, 5 Apr 2025 11:32:45 +0600 Subject: [PATCH] Create Earn Money --- Earn Money | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 Earn Money diff --git a/Earn Money b/Earn Money new file mode 100644 index 0000000..55040ac --- /dev/null +++ b/Earn Money @@ -0,0 +1,150 @@ +import 'package:flutter/material.dart'; + +Widget build(BuildContext context) { + return ( + + Welcome to Earn Money + + + Continue + + + ); + + return ( + + Welcome to Home Screen + + ); + + return ( + + + + + + + ); + + return ( + + Withdraw Money + + + + Withdraw Now + + + ); + + return ( + + My Wallet + + Total Balance: + {balance} ৳ + + + Today's Income: + {todayIncome} ৳ + + + Referral Income: + {referralIncome} ৳ + + + ); + + return ( + + + + + + + + + ); + + return ( + + Watch Ads & Earn + {!showAd ? ( + + Watch Ad + + ) : ( + + ); + + return ( + + + + + + + + + + ); + + return ( + + Invite & Earn + Your Referral Code: + {referralCode} + + Share with Friends + + + ); + + return ( + + + + + + + + + + + ); + + +}