This file contains 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
# 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" |
This file contains 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 'dart:math'; | |
import 'package:flutter/material.dart'; | |
import 'package:flutter/rendering.dart'; | |
import 'package:flutter/services.dart'; | |
void main() { | |
runApp(const MyApp()); | |
} |