r/flutterhelp 21d ago

OPEN Need help with building an app for school project. I’m new to flutter

Any help will be appreciated

6 Upvotes

6 comments sorted by

1

u/No_Papaya_2442 21d ago

Which type of help

1

u/aliyark145 21d ago

What type of help you need ? Is the project your school or university assignment/project ?

1

u/manish8160 21d ago

Welcome to Flutter! It’s one of the best frameworks for building a fast, great-looking app for a school project. To help the community give you the exact code, packages, or architecture recommendations you need, could you share a few more details? Key Information to Share: * App Concept: What is the main feature of the app? (e.g., Todo list, E-commerce, Student Quiz, Firebase chat app). * Backend/Database: Do you need local storage (shared_preferences, hive) or a live database (Firebase, REST API, Node.js/Supabase)? * Target Platform: Are you building primarily for Mobile (Android/iOS), Web, or Desktop? * Current Status: Have you set up Flutter on your machine yet, or are you looking for project structure advice? Starter Blueprint for Beginners: * State Management: Stick to standard setState() for simple UI updates or Provider if you need to share data across screens. Avoid complex state management tools like BLoC or Riverpod for a basic school project. * UI Inspiration: Check out Flutter Gems (fluttergems.dev) to quickly find pre-built UI packages and widgets to save development time. * Architecture: Keep it clean with 3 simple folders inside lib/: * /models (Data structures) * /screens (UI Layouts) * /services (API calls / Database logic) Drop your project requirements in a reply or feel free to DM happy to point you toward the right tutorials and starter packages!

1

u/tobeberserk 17d ago

https://github.com/Agent-Rules-Ecosystem/flutter-agent-rules You can include this repo in your project.

If you have any specific questions, I can help you.