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 'dart:math'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/rendering.dart'; | |
| import 'package:flutter/services.dart'; | |
| void main() { | |
| runApp(const MyApp()); | |
| } |
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
| # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> | |
| # Contributor: Jeff Bilyk <jbilyk@gmail.com> | |
| # Contributor: Jakub Jirutka <jakub@jirutka.cz> | |
| # Maintainer: Natanael Copa <ncopa@alpinelinux.org> | |
| 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" |