initializate client, server, shared

- initializated base structure of server
 - initializated base structure of client
 - initializated base structure of shared(lib for client and server)
This commit is contained in:
2026-04-03 22:25:31 +03:00
parent 4517f49879
commit 6f9c7f95bf
139 changed files with 4874 additions and 0 deletions

15
shared/pubspec.yaml Normal file
View File

@@ -0,0 +1,15 @@
name: shared
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.1
# Add regular dependencies here.
dependencies:
# path: ^1.9.0
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6