This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
class FocusKeyboardHidingDemo extends StatefulWidget { | |
@override | |
_FocusVisibilityDemoState createState() => new _FocusVisibilityDemoState(); | |
} | |
class _FocusVisibilityDemoState extends State<FocusKeyboardHidingDemo> { | |
ScrollController _scrollController = new ScrollController(); | |
@override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Fri Oct 21 14:01:09 on ttys000 | |
[raju@Spitsbergen:~]$ cd coding/flutter/hotreloading/ | |
[raju@Spitsbergen:~/coding/flutter/hotreloading]$ flutter run -v | |
9 ms • /Users/raju/Library/Android/sdk/platform-tools/adb devices -l | |
0 ms • Exit code 0 from: /Users/raju/Library/Android/sdk/platform-tools/adb devices -l | |
3 ms • List of devices attached | |
05157df5d93b793d device usb:336592896X product:noblelteskt model:SM_N920S device:noblelteskt | |
5 ms • idevice_id -h | |
2 ms • which idevice_id | |
0 ms • Exit code 0 from: which idevice_id |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Sat Oct 15 17:48:29 on ttys000 | |
raju@Spitsbergen> ~> cd coding/flutter/hotreloading | |
raju@Spitsbergen> ~/coding/flutter/hotreloading> flutter run -v | |
8 ms • /Users/raju/Library/Android/sdk/platform-tools/adb devices -l | |
0 ms • Exit code 0 from: /Users/raju/Library/Android/sdk/platform-tools/adb devices -l | |
3 ms • List of devices attached | |
05157df5d93b793d device usb:336592896X product:noblelteskt model:SM_N920S device:noblelteskt | |
5 ms • idevice_id -h | |
2 ms • which idevice_id | |
0 ms • Exit code 0 from: which idevice_id |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raju@Spitsbergen> ~/coding/flutter/hotreloading> flutter run -v | |
9 ms • /Users/raju/Library/Android/sdk/platform-tools/adb devices -l | |
0 ms • Exit code 0 from: /Users/raju/Library/Android/sdk/platform-tools/adb devices -l | |
3 ms • List of devices attached | |
05157df5d93b793d device usb:336592896X product:noblelteskt model:SM_N920S device:noblelteskt | |
4 ms • idevice_id -h | |
2 ms • which idevice_id | |
0 ms • Exit code 0 from: which idevice_id | |
0 ms • /usr/local/bin/idevice_id | |
4 ms • /usr/local/bin/idevice_id -l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Wed Oct 12 10:16:37 on ttys000 | |
raju@anon-45-171 ~> cd coding/flutter/ | |
raju@anon-45-171 ~/coding/flutter> flutter create helloworld | |
Creating project helloworld... | |
Wrote 51 files. | |
Running 'pub get' in helloworld... 5.3s | |
[✓] Flutter is fully installed. (on Mac OS, channel master) | |
[✓] Android toolchain - develop for Android devices is fully installed. (Android SDK 24.0.3) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raju@titan:~/coding/flutter/helloworld$ flutter run -v | |
4 ms • /home/raju/Android/Sdk/platform-tools/adb devices -l | |
0 ms • Exit code 0 from: /home/raju/Android/Sdk/platform-tools/adb devices -l | |
9 ms • List of devices attached | |
05157df5d93b793d device usb:3-2 product:noblelteskt model:SM_N920S device:noblelteskt | |
146 ms • /home/raju/Android/Sdk/platform-tools/adb -s 05157df5d93b793d shell getprop | |
7 ms • Running build command. | |
2 ms • Using engine artifacts dir: /home/raju/dev/flutter/bin/cache/artifacts/engine/android-arm | |
27 ms • Looking for YAML at 'flutter.yaml' | |
0 ms • No services specified in the manifest |