
Open
Posted
•
Ends in 14 hours
import 'package:flutter/[login to view URL]'; void main() { runApp(NaghamApp()); } class NaghamApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'نغمة', theme: ThemeData(primarySwatch: [login to view URL]), home: HomePage(), ); } } class HomePage extends StatelessWidget { final List<String> categories = ["جيتارات", "بيانو", "عود", "طبول"]; @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text("نغمة")), body: Column( children: [ TextField( decoration: InputDecoration( hintText: "ابحث عن منتج...", prefixIcon: Icon([login to view URL]), ), ), Expanded( child: [login to view URL]( itemCount: [login to view URL], itemBuilder: (context, index) { return ListTile( title: Text(categories[index]), trailing: Icon(Icons.arrow_forward), onTap: () { [login to view URL]( context, MaterialPageRoute(builder: (context) => ProductPage()), ); }, ); }, ), ), ], ), ); } } class ProductPage extends StatelessWidget { final String productName = "غيتار ياماها F310"; final double price = 350.0; @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text(productName)), body: Column( children: [ [login to view URL]("[login to view URL]"), Text(productName, style: TextStyle(fontSize: 22)), Text("السعر: $price د.أ"), ElevatedButton( onPressed: () { [login to view URL]( context, MaterialPageRoute(builder: (context) => CartPage()), ); }, child: Text("أضف للسلة"), ), ], ), ); } } class CartPage extends StatelessWidget { final List<Map<String, dynamic>> cartItems = [ {"name": "غيتار ياماها F310", "price": 350.0}, {"name": "عود شرقي", "price": 450.0}, ]; @override Widget build(BuildContext context) { double total = [login to view URL](0, (sum, item) => sum + item["price"]); return Scaffold( appBar: AppBar(title: Text("سلة المشتريات")), body: Column( children: [ Expanded( child: [login to view URL]( itemCount: [login to view URL], itemBuilder: (context, index) { return ListTile( title: Text(cartItems[index]["name"]), subtitle: Text("${cartItems[index]["price"]} د.أ"), ); }, ), ), Text("المجموع: $total د.أ", style: TextStyle(fontSize: 20)), ElevatedButton( onPressed: () {}, child: Text("إتمام الطلب"), ), ], ), ); } }
Project ID: 40457881
81 proposals
Open for bidding
Remote project
Active 1 day ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
81 freelancers are bidding on average $23 USD/hour for this job

Hello, Regarding your project i need to discuss features of the app in detail. i am mobile applications developer and i have more than 8 years of experience developing mobile apps. i have done more than 510+ projects either local or internet based. i am confident i will provide you quality work on time. Let's chat to connect
$20 USD in 40 days
8.1
8.1

SKIP.
$200 USD in 7 days
7.4
7.4

Hi I can help improve and complete your Flutter app for the Arabic music/instrument store and turn the current basic prototype into a more functional e-commerce mobile app. The main technical issue is that the current code uses static categories, fixed product data, and a simple cart screen, so it needs proper state management, product structure, navigation, cart logic, and checkout flow. I can refactor the Flutter code with clean widgets, RTL Arabic support, responsive UI, product models, category/product listing pages, and a real cart system. I can also connect the app to Firebase, Supabase, REST API, or another backend so products, prices, images, and orders are managed dynamically. For the UI, I can improve the design with better spacing, product cards, search, category browsing, product details, cart totals, and a smoother Arabic user experience. I have experience with Flutter, Dart, mobile e-commerce flows, API integration, Firebase, authentication, order management, and payment gateway integration. I can also add user login, favorites, order history, admin-managed products, and secure checkout if needed. My goal would be to make the app clean, scalable, and ready for real iOS and Android usage. Thanks, Hercules
$50 USD in 40 days
6.8
6.8

Hi there, I’ve developed multiple apps with similar features, including a music app that lets users search for songs and create playlists. I can build a robust backend for your app using Laravel, Node.js, or Python, and integrate it seamlessly with the Flutter frontend. I’m also a full-stack developer with extensive experience in PHP, JavaScript, and Python, so I can handle both backend and frontend tasks efficiently. Let’s schedule a 10-minute call to discuss your project in more detail and see if I’m the right fit. I usually respond within 10 minutes. I’m eager to learn more about your exciting project. Best, Adil
$25 USD in 40 days
6.2
6.2

Hello dear, Greetings from MD. Toriqul Islam! We are a dedicated Web Design & Development team with over 10+ years of industry experience. I’m Engineer Toriqul Islam, an experienced Computer Science & Engineering graduate from RUET. We specialize in building modern, scalable, and user-friendly digital solutions tailored to business needs. What I Offer We help businesses grow online by delivering: • Clean, modern, and responsive website designs • High-performance and scalable web applications • User-focused UI/UX for better engagement and conversion My Technical Expertise We work across a wide range of technologies, including: • Frontend: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Angular, React • Backend: Node.js, PHP, Laravel, .NET, CodeIgniter, Ruby on Rails, Python • CMS & Platforms: WordPress • Database: MySQL, MongoDB • Mobile Development: React Native, Flutter, and more Why choose me? ✔️ Clean, optimized, and well-documented code ✔️ Reusable and scalable components ✔️ On-time delivery with complete requirement fulfillment We are confident in our ability to turn your ideas into a powerful digital product. Let’s discuss your project and make it a success. Looking forward to working with you! Best Regards, Md. Toriqul Islam
$15 USD in 40 days
5.8
5.8

Hello I reviewed your Flutter app project for a musical instruments store and I’m confident I can enhance it quickly and professionally. Your current structure is solid, but I suggest adding state management (like Provider or Riverpod) to handle cart updates dynamically and improve user experience. Also, implementing search filtering and real-time price calculation will make the app more interactive. I have extensive experience in Flutter development, Dart programming, and integrating UI with backend logic. I’m comfortable working over 8 hours daily to deliver this fast without compromising quality. Let’s discuss your exact requirements so I can tailor the solution perfectly. Best regards, AbdulHamid
$15 USD in 40 days
5.1
5.1

I hope you're doing well! My name is Nawal, and I bring over nine years of experience in mosekat.net. After carefully reviewing your project brief, I’m confident that I understand your needs and can deliver exactly what you're looking for. Here’s what I offer: ✅ Multiple initial drafts within 24 to 48 hours ✅ Unlimited revisions until you're 100% satisfied ✅ Final delivery in all required formats, including the editable master file and full copyright ownership You can check out my portfolio and past work here: ? Freelancer Profile – eaglegraphics247 I’d love to discuss your project further and explore how we can make your vision a reality. Let me know a convenient time for a quick chat! Looking forward to working together. Best regards, Nawal
$15 USD in 4 days
4.9
4.9

The current demo shows the classic early-stage symptom: UI wired with hard-coded data and navigation but no product model, backend, or state/persistence — which makes adding search, cart sync, auth, and analytics fragile and time-consuming once real data arrives. I recommend turning the UI into a small, testable Flutter module set: a Product model, a Cart service (stateful via Riverpod or Provider), and repository interfaces that you can swap between a mock (for UI/dev) and a real API. Implement search, category filtering, and RTL/text-localization properly, and surface lightweight error/empty states. For tech: keep Flutter for the app. For a fast MVP use Firebase (Firestore, Auth, Storage) so you get realtime cart sync and image hosting quickly; for a production backend use FastAPI/Django + PostgreSQL (I’ve built both stacks). Use Riverpod or BLoC, and host CI with GitHub Actions for builds and automated tests. Plan maintenance with modular repo structure, clear repository interfaces, and a small test suite so features can be swapped without breaking UI. Similar work: I built Docsify — a multi-role SaaS with role-based access, billing, and multilingual outputs (Django, OpenAI, Stripe, PostgreSQL), which required similar RBAC, billing, and localization discipline. Do you already have a backend or product CMS, and roughly how many products/variants should the catalog support at launch? If you want, I’ll draft a 1-week MVP plan.
$20 USD in 7 days
4.8
4.8

Hey there, I'm Vishal Maharaj, a seasoned developer with 25 years of experience in JavaScript, Python, and Java, based in Perth, Australia. I understand the project involves creating a Flutter application for a musical instruments e-commerce platform with Arabic language support. I would approach this project by designing a user-friendly interface with search functionality and seamless navigation between product categories. Additionally, I will ensure smooth transitions to the product details page and an intuitive shopping cart experience. If you're interested in discussing this further, feel free to initiate the chat. Cheers, Vishal Maharaj
$20 USD in 40 days
5.3
5.3

Hello there, I hope you are well. I’m a solo Flutter developer with strong experience in building clean, responsive UIs and navigation flows. I’ve designed apps with category lists, search fields, detail pages, and simple cart/checkout patterns using Material Design and Flutter widgets. I can implement your Mosekat app flow: search bar, category list, product page, and cart, with reusable components and clean state management. I’ll ensure Arabic UI looks polished, adapt themes, and keep code lightweight with clear separation of concerns. I propose delivering a first working prototype in about 2 days, then final polish in the next day. Please feel free to contact me so we can discuss more details. I am looking forward to the chance of working together. Best regards, Billy Bryan
$20 USD in 26 days
4.3
4.3

Hi, this is Kris from McKinney, Texas, I've reviewed your project requirements and it seems like you are developing a Flutter application for a musical instruments marketplace called "نغمة". One key challenge could be ensuring a seamless user experience while navigating through different product categories and adding items to the cart. My approach to completing this project would involve creating a visually appealing UI design that aligns with the Arabic language text, implementing efficient search functionality for products, and integrating smooth navigation between product pages and the cart. A few additional questions: Q1: Are there any specific color schemes or design preferences you have in mind for the app? Q2: Do you have a preferred method for handling user authentication and payment processing within the app? Q3: Will there be any additional features or functionalities that you would like to include in future updates? Best regards, Kris Kramer
$20 USD in 40 days
4.7
4.7

Hello There!!! ★★★★ (Flutter-based Arabic e-commerce app enhancement & improvement for existing code structure) ★★★★ Project understanding: You already have a Flutter app with category browsing, product page, and cart flow in Arabic, and you want improvements, refinements, and possible extension of features like better UI/UX, navigation, and scalability for e-commerce flow. ⚜ Improve Flutter UI/UX for clean Arabic RTL layout and better responsiveness ⚜ Refactor navigation flow between Home, Product, and Cart screens ⚜ Optimize state handling for cart and product management ⚜ Enhance search bar and category structure for scalability ⚜ Improve code structure for future backend/API integration ⚜ Fix UI consistency, spacing, and performance improvements ⚜ Prepare app for real production e-commerce expansion I have solid experience in Flutter app development including e-commerce UI, RTL Arabic apps, and clean architecture refactoring. I usually work with scalable Flutter patterns so apps can easily grow into full production systems later. Bit comfortable with improving existing code rather than only building from scratch. I can quickly review your current structure and suggest improvements step by step, then implement changes cleanly without breaking flow. Let’s connect and discuss your next upgrade direction. Warm Regards, Farhin B.
$15 USD in 40 days
4.2
4.2

⭐⭐⭐⭐⭐ ✅Hi there, hope you are doing well! I have experience developing ecommerce mobile apps using Flutter where I implemented smooth navigation, category listing, product details, and cart functionalities effectively. From my experience, the key to successfully completing this project is ensuring a seamless user experience through intuitive navigation and clean UI. ⭕ Approach: - Review and enhance the existing Flutter app structure - Implement feature-rich product search and category browsing - Optimize navigation between product and cart pages - Ensure proper state management for cart items and order processing - Test for performance and usability with Arabic locale support ❓ Could you please clarify if you need backend integration for live product data and order management? I am confident in delivering a robust and polished Flutter app that meets your requirements and provides a great user experience. Looking forward to working with you. Best regards, Nam
$25 USD in 20 days
3.9
3.9

Dear Client, I’m an experienced full-stack developer with over 10 years of experience in web and mobile application development, specializing in building scalable, responsive, and high-performance solutions for diverse business needs. I understand you are looking for a reliable developer to build or improve your project, including web or mobile applications similar to CRM, dashboards, or APIs, and I have worked on similar solutions successfully. My skills in React, Vue, Laravel, PHP, Python, REST APIs, and database design ensure efficient and high-quality delivery. Feel free to share more details or ask questions. I’m ready to refine my approach to match your exact requirements. Looking forward to working with you. Best regards, Md Ruhul Ajom
$15 USD in 40 days
5.1
5.1

Hi, I will enhance your Flutter app by implementing a robust and user-friendly interface for the music product categories. With experience in Flutter, I can ensure clean architecture and maintainable code that aligns with your goals. I will optimize the navigation flow between categories, product details, and the cart, ensuring a seamless user experience. Additionally, I can improve the search functionality and enhance the visual design to resonate with your target audience. Do you have specific features in mind for the search or cart functionalities? Let’s clarify any additional requirements to ensure we’re aligned. Thank you.
$20 USD in 40 days
3.3
3.3

⚠️ If you're not happy, you don’t pay. ⚠️ Hi there, thank you for sharing the detailed project brief. I can build your music app using Flutter with an elegant and responsive design. I will deliver: • Search functionality by product categories • Product details page with images and pricing • Shopping cart functionality with total calculation • Smooth navigation with Flutter's MaterialPageRoute You will also receive: • Code documentation for easy maintenance • Testing guidelines for quality assurance I am confident I can execute your vision professionally and efficiently. Looking forward to discussing timeline and next steps. Best regards, Chirag
$15 USD in 30 days
2.8
2.8

Hello, The primary challenge lies in ensuring a smooth user experience while managing the state across multiple pages within the app. This includes maintaining synchronization of the cart state as users navigate between product listings and the cart. Another concern is the potential for performance bottlenecks when rendering lists of products, particularly as the number of items grows. Efficient API design will be crucial to handle data flow without latency. Will the application need to support real-time updates for inventory changes? Is there an existing backend infrastructure that we should integrate with, or will we need to build it from the ground up? Looking forward to discussing these aspects further.
$15 USD in 40 days
2.5
2.5

Hi, I’ve built and maintained complex Flutter applications, including integrated search functionalities and navigation between multiple screens. With experience in handling lists and product pages, I’m confident I can help you with your music store app. If you’re open, we could start with a small trial to ensure alignment before moving forward. Best Regards, Ivica
$20 USD in 40 days
2.7
2.7

مرحبا، لقد راجعت المشروع وفهمت أنك تحتاج إلى تطوير وتحسين تطبيق Flutter لمتجر آلات موسيقية يحتوي على التصنيفات والمنتجات وسلة المشتريات بشكل منظم وسهل الاستخدام. الكود الحالي يوفر أساس جيد، لكن ما سيحدد جودة التطبيق فعلاً هو تنظيم الـ state management وتحسين تجربة المستخدم والتنقل بين الصفحات بشكل احترافي مع واجهات متجاوبة ودعم عربي مضبوط. أستطيع مساعدتك في تحويله إلى تطبيق أكثر استقراراً وجاهزية للتوسع لاحقاً. Portfolio: https://www.freelancer.com/u/GridsmithLTD هل المطلوب فقط تحسين الكود الحالي أم إضافة خصائص جديدة مثل تسجيل الدخول والدفع الإلكتروني أيضاً؟ Regards, Atik
$20 USD in 48 days
2.6
2.6

Hello! I see you're looking to work on the NaghamApp using Flutter. It's great to see interest in mobile development. To tackle this, I would focus on building out the structure of the app with Flutter's widgets, ensuring a smooth user interface. Given the budget constraints, I'll prioritize core functionalities and a clean design, potentially using packages that can speed up development while maintaining performance. I'd start by setting up the main application structure and integrating necessary packages for state management. Q1: What specific features are you hoping to implement in the app? Q2: Do you have any design preferences or existing mockups I should consider? Q3: Are there any specific APIs or backend services you plan to use with the app? Let me know how you'd like to proceed!
$25 USD in 7 days
2.1
2.1

Amman, Jordan
Member since May 20, 2026
₹12500-37500 INR
$250-750 USD
$250-750 USD
₹600-1500 INR
$10-30 USD
₹1500-12500 INR
$250-750 USD
₹12500-37500 INR
₹1500-12500 INR
$750-1500 USD
₹12500-37500 INR
₹400-750 INR / hour
$250-750 USD
$250-750 USD
$250-750 AUD
₹100-400 INR / hour
$15-25 USD / hour
₹12500-37500 INR
$2000-6000 HKD
₹12500-37500 INR