[✓] Flutter (Channel stable, 3.0.0, on macOS 12.6 21G115 darwin-x64, locale
en-US)
• Flutter version 3.0.0 at /Users/changhwanlee/dev/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ee4e09cce0 (7 months ago), 2022-05-09 16:45:18 -0700
• Engine revision d1b9a6938a
• Dart version 2.17.0
• DevTools version 2.12.2
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
• Android SDK at /Users/changhwanlee/Library/Android/sdk
• Platform android-33, build-tools 30.0.3
• Java binary at: /Applications/Android
Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build
11.0.13+0-b1751.21-8125866)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• CocoaPods version 1.11.3
├── config
├── screen
│ ├── main
│ ├── mypage
│ ├── bloc
│ ├── service
│ ├── components
│ └── mypage_screen.dart
└── widgets
├── textbox
│ └── circular_textbox.dart
└── buttons