feat: Initialize project

This commit is contained in:
Yaël Perret
2024-10-21 22:03:17 +02:00
parent aefa3309d0
commit e722368fa6
404 changed files with 43535 additions and 2 deletions

26
pubspec.yaml Normal file
View File

@@ -0,0 +1,26 @@
name: bahla_front
description: A new Flutter project.
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.0.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
http: ^1.2.2
stacked: ^3.4.0
stacked_services: ^1.1.0
dev_dependencies:
build_runner: ^2.4.5
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
mockito: ^5.4.1
stacked_generator: ^1.3.3
flutter:
uses-material-design: true