From ccdaedf11d77fde7c90bc099d3bad6a2b21839aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20=28Simon=29=20Rataj?= Date: Sat, 14 May 2022 16:41:43 +0200 Subject: [PATCH] Add files via upload --- pubspec.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pubspec.yaml diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..5c24f49 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,8 @@ +name: advdiv +description: Divide two numbers using recurring decimals. +version: 1.1.0 +homepage: https://advdiv.ratajs.cz/ +repository: https://github.com/ratajs/Advanced-Division-dart.git +environment: + sdk: '>=2.10.0 <3.0.0' +