2020-05-21 20:25:25 +02:00
|
|
|
name: memor
|
|
|
|
|
description: A simple reminder app.
|
2020-05-23 17:28:27 +02:00
|
|
|
version: 1.0.2
|
2020-05-21 20:25:25 +02:00
|
|
|
|
|
|
|
|
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:
|
2020-05-23 13:22:33 +02:00
|
|
|
url_launcher:
|
2020-05-21 20:25:25 +02:00
|
|
|
|
|
|
|
|
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
|