drift/examples/app/pubspec.yaml

41 lines
991 B
YAML
Raw Normal View History

2022-04-02 09:01:10 -07:00
name: app
description: A cross-platform todo tracker built with drift.
publish_to: 'none'
version: 1.0.0+1
environment:
2023-07-01 09:11:41 -07:00
sdk: ">=3.0.0 <4.0.0"
2022-04-02 09:01:10 -07:00
dependencies:
flutter:
sdk: flutter
drift:
2023-05-15 00:12:59 -07:00
drift_dev: ^2.8.1
file_picker: ^5.2.5
2022-04-02 09:01:10 -07:00
flutter_colorpicker: ^1.0.3
2023-03-05 13:15:16 -08:00
flutter_riverpod: ^2.3.0
2023-07-22 06:14:38 -07:00
go_router: ^10.0.0
2023-03-05 13:15:16 -08:00
intl: ^0.18.0
2022-04-02 09:01:10 -07:00
sqlite3_flutter_libs: ^0.5.5
2023-06-17 13:19:31 -07:00
sqlite3: ^2.0.0
2022-04-02 09:01:10 -07:00
path_provider: ^2.0.9
path: ^1.8.0
2023-03-05 13:15:16 -08:00
riverpod: ^2.3.0
2022-04-02 09:01:10 -07:00
dev_dependencies:
flutter_test:
sdk: flutter
2023-03-05 13:15:16 -08:00
flutter_lints: ^2.0.1
2022-04-02 09:01:10 -07:00
build_runner: ^2.1.8
# We use this to compile the shared web worker for the web database. This dependency
# isn't required for most apps. You only need it if you want to target the web, use
# web workers for drift AND want to compile those web workers through `build_runner`.
# Either way, using this package with Flutter requires a delicate setup described in
# `build.yaml`.
2023-07-01 09:11:41 -07:00
build_web_compilers: ^4.0.0
2022-04-02 09:01:10 -07:00
build: ^2.2.1
flutter:
uses-material-design: true