Skip to content

Instantly share code, notes, and snippets.

View hasibsakib1's full-sized avatar
😶‍🌫️

Hasibul Sakib hasibsakib1

😶‍🌫️
  • 23:32 (UTC +06:00)
View GitHub Profile
import core.widgets;
widget root = Container(
color: 0xFFEEEEEE,
child: Center(
child: Column(
mainAxisAlignment: "center",
children: [
Text(text: ["Hello, ", data.user.name, "!"], textDirection: "ltr"),
SizedBox(height: 20),
@hasibsakib1
hasibsakib1 / AdbCommands
Created January 10, 2024 06:24 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader