meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ixc2024:tech:mfrontend:start [2024/05/27 00:22] – arsh | ixc2024:tech:mfrontend:start [2024/05/27 22:01] (current) – arsh | ||
|---|---|---|---|
| Line 41: | Line 41: | ||
| Android Studio or Visual Studio Code | Android Studio or Visual Studio Code | ||
| + | |||
| + | |||
| + | ===== Prerequisites ===== | ||
| + | |||
| + | Before going to any further, we highly recommend watching this tutorial if you are new to flutter | ||
| + | |||
| + | Flutter Beginner Course: https:// | ||
| + | |||
| ===== Detailed Guidelines for creating Mobile App using Flutter ===== | ===== Detailed Guidelines for creating Mobile App using Flutter ===== | ||
| Line 51: | Line 59: | ||
| * Install Flutter: Ensure Flutter SDK is installed on your machine. Follow the [[https:// | * Install Flutter: Ensure Flutter SDK is installed on your machine. Follow the [[https:// | ||
| * Setup IDE: Use Android Studio or Visual Studio Code with the Flutter and Dart plugins installed. | * Setup IDE: Use Android Studio or Visual Studio Code with the Flutter and Dart plugins installed. | ||
| + | |||
| **Resources: | **Resources: | ||
| * Flutter Setup Youtube: https:// | * Flutter Setup Youtube: https:// | ||
| - | * Flutter Documentation: | ||
| - | * Flutter YouTube Channel: [[https:// | ||
| * Flutter PDF Tutorial [[https:// | * Flutter PDF Tutorial [[https:// | ||
| + | * Flutter & Dart Crash Course: https:// | ||
| + | * Flutter Documentation: | ||
| + | * Flutter YouTube Channel: [[https:// | ||
| Line 83: | Line 93: | ||
| * Provider: [[https:// | * Provider: [[https:// | ||
| **Efficient practices for State Management: | **Efficient practices for State Management: | ||
| - | * State Management Best Practices: [[https:// | + | * State Management Best Practices: [[https:// |
| === 4. Networking and Data Handling === | === 4. Networking and Data Handling === | ||
| Line 128: | Line 138: | ||
| * Git: [[https:// | * Git: [[https:// | ||
| * Github Guides: [[https:// | * Github Guides: [[https:// | ||
| - | * Testing in Flutter: [[https:// | + | * Testing in Flutter: [[https:// |