feat: init

This commit is contained in:
Darwin Cereska
2026-03-27 19:39:50 +01:00
commit fb3c0a7474
9 changed files with 262 additions and 0 deletions

15
pubspec.yaml Normal file
View File

@@ -0,0 +1,15 @@
name: bolt
description: A starting point for Dart libraries or applications.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.11.3
# Add regular dependencies here.
dependencies:
# path: ^1.9.0
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6