- qiita_search
- いちから始めるFlutterモバイルアプリ開発
- http, webview_flutter
- いちから始めるFlutterモバイルアプリ開発
- codelab_first_app
- testing_app
- Flutter アプリのテスト方法
- routing with go_router, tests; unit test, widget test, perf test
- Flutter アプリのテスト方法
- google_maps
- Flutter アプリに Google マップを追加する | Google Codelabs
- google_maps_flutter, http, json_serializable
- Flutter アプリに Google マップを追加する | Google Codelabs
- mdc101_flutter
- MDC-101 Flutter: マテリアル コンポーネントの基本
- backdrops, custom fonts, gridview
- animated_responsive_layout
- borring_to_beautiful
- material_motion_flutter
- battery_level_app
- good_to_know_flutter_with_firebase
flutter createの後に-eを付ける事で最小構成のプロジェクトを作成する事ができます。
flutter create -e [project_name] --platforms=ios,androidflutter devices
flutter run -d [device_id]- r: Hot reload.
- R: Hot restart.
- v: Open Flutter DevTools.
- s: Save a screenshot to flutter.png.
- w: Dump widget hierarchy to the console. (debugDumpApp)
- t: Dump rendering tree to the console. (debugDumpRenderTree)
- L: Dump layer tree to the console. (debugDumpLayerTree)
- f: Dump focus tree to the console. (debugDumpFocusTree)
- S: Dump accessibility tree in traversal order. (debugDumpSemantics)
- U: Dump accessibility tree in inverse hit test order. (debugDumpSemantics)
- i: Toggle widget inspector. (WidgetsApp.showWidgetInspectorOverride)
- p: Toggle the display of construction lines. (debugPaintSizeEnabled)
- I: Toggle oversized image inversion. (debugInvertOversizedImages)
- o: Simulate different operating systems. (defaultTargetPlatform)
- b: Toggle platform brightness (dark and light mode). (debugBrightnessOverride)
- P: Toggle performance overlay. (WidgetsApp.showPerformanceOverlay)
- a: Toggle timeline events for all widget build methods. (debugProfileWidgetBuilds)
- M: Write SkSL shaders to a unique file in the project directory.
- g: Run source code generators.
- j: Dump frame raster stats for the current frame. (Unsupported for web)
- h: Repeat this help message.
- d: Detach (terminate "flutter run" but leave application running).
- c: Clear the screen
- q: Quit (terminate the application on the device).hoge
hoge
- dart-import - Visual Studio Marketplace
- Fix Dart/Flutter's imports