Skip to content

Instantly share code, notes, and snippets.

View adekmaulana's full-sized avatar
💀
break;

Adek Maulana adekmaulana

💀
break;
View GitHub Profile
@adekmaulana
adekmaulana / APKBUILD
Last active September 3, 2021 05:48
aria2c for Alpine with sftp and gzip support
# Contributor: Sören Tempel <[email protected]>
# Contributor: Jeff Bilyk <[email protected]>
# Contributor: Jakub Jirutka <[email protected]>
# Maintainer: Natanael Copa <[email protected]>
pkgname=aria2
pkgver=1.36.0
pkgrel=0
pkgdesc="Download utility for HTTP(S), (S)FTP, Bittorrent, and Metalink"
url="https://aria2.github.io/"
arch="all"
@adekmaulana
adekmaulana / main.dart
Created July 18, 2024 20:40
FlexibleSpaceBar
import 'dart:math';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/services.dart';
void main() {
runApp(const MyApp());
}