mirror of
https://github.com/johrpan/memor.git
synced 2025-10-28 03:07:25 +01:00
29 lines
527 B
YAML
29 lines
527 B
YAML
name: memor
|
|
description: A simple reminder app.
|
|
version: 0.0.1
|
|
|
|
environment:
|
|
sdk: ">=2.7.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
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
|