My dictionary app making Journey 1

Milestone 1: Environment Setup Complete & Ready to Build My First App!

Hello again! After a fierce battle with OneDrive and environment variables, I am thrilled to announce a major milestone in my Flutter journey. The setup phase is finally behind me, and my development environment is now 100% ready for action.

Here is a quick recap of the achievements and progress I’ve made so far before I dive into the actual coding!

🎉 Achievement 1: Conquering the Local Environment Setup

The biggest hurdle was definitely decoupling my development environment from cloud-synced folders. I successfully:

  • Completely migrated the Flutter SDK to a secure, purely local directory (C:\flutter).
  • Mastered the Windows Environment Variables, cleaning out all the old, conflicting paths from both User and System variables.
  • Cleared out IDE cache files (.dart_tool, .vscode) to ensure my workspace reads from a clean slate.

🎉 Achievement 2: Android Toolchain & SDK Configuration

To test and run my app on an Android emulator, the Android toolchain had to be flawless. I managed to:

  • Set up Android Studio and successfully install the required Android SDK Command-line Tools.
  • Run the crucial flutter doctor --android-licenses command.
  • Read through (and accepted!) the endless stream of Google developer agreements. Seeing that final message—“All SDK package licenses accepted”—was incredibly satisfying.

🎉 Achievement 3: Perfect VS Code Integration

My IDE is now fully synced with my Flutter SDK.

  • Connected the newly installed local SDK directly to VS Code.
  • Resolved all “Command Not Found” and “SDK Missing” errors.
  • The terminal is now flawlessly recognizing all flutter and dart commands.

🎉 Achievement 4: A Clean Bill of Health from flutter doctor

The ultimate test for any Flutter developer! Running flutter doctor now yields beautiful green checkmarks for Flutter, Windows Version, Android Toolchain, Chrome, and Connected Devices. (I safely ignored the Visual Studio warning since I am focusing strictly on mobile app development, not Windows desktop apps!)


🚀 What’s Next?

Now that the dreaded “setup hell” is over, it is finally time to do what I came here to do: Code.

My very first project is going to be a Vocabulary/Word Study App. I already have my project folder set up, and I am ready to hit F5 (Start Debugging), launch the emulator, and see my code come to life on the screen.

Stay tuned for my next post, where I will share the progress of building the UI and adding features to my word study app! 💻📱


Wanna see progress?

https://erick1992.com/flutter-escaping-the-setup-hell-from-onedrive-errors-to-tangled-environment-variables/

wanna see in github?

https://github.com/Erikryu92/WordStudy

위로 스크롤