memor/pubspec.yaml

30 lines
527 B
YAML
Raw Normal View History

2020-05-21 20:25:25 +02:00
name: memor
description: A simple reminder app.
version: 0.0.1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
2020-05-23 10:58:06 +02:00
flutter_localizations:
sdk: flutter
2020-05-21 20:25:25 +02:00
flutter_local_notifications:
intl:
meta:
path:
path_provider:
rxdart:
flutter:
uses-material-design: true
fonts:
- family: Libertinus Sans
fonts:
- asset: fonts/libertinussans_regular.otf
- asset: fonts/libertinussans_bold.otf
weight: 700
- asset: fonts/libertinussans_italic.otf
style: italic