mirror of
https://github.com/hanskokx/arcane_helper_utils.git
synced 2026-05-14 02:19:09 +02:00
92e792a022
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
20 lines
378 B
YAML
20 lines
378 B
YAML
name: arcane_helper_utils
|
|
description: "A variety of utilities for Flutter and Dart"
|
|
version: 1.0.0
|
|
homepage: https://github.com/hanskokx/arcane_helper_utils
|
|
|
|
environment:
|
|
sdk: ^3.5.2
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
freezed_annotation: ^2.4.4
|
|
week_number: ^1.1.0
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^4.0.0
|
|
flutter_test:
|
|
sdk: flutter
|