Skip to content

Instantly share code, notes, and snippets.

View MinhCuongIT's full-sized avatar
💭
I may be slow to respond.

Cuong Tran MinhCuongIT

💭
I may be slow to respond.
View GitHub Profile
@MinhCuongIT
MinhCuongIT / install_android_sdk_tools_in_linux_for_custom_ci.md
Created September 19, 2023 06:39 — forked from Ashok-Varma/install_android_sdk_tools_in_linux_for_custom_ci.md
Install Android SDK tools in linux. Can be used for custom CI (Continuous Integration)
import 'dart:async';
import 'dart:math';
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {