-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
141 lines (110 loc) · 4.87 KB
/
pubspec.yaml
File metadata and controls
141 lines (110 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
name: aeweb
description: Deploy websites on Archethic decentralized network to avoid censorship, increase security and have high-availability and resiliency.
publish_to: "none"
version: 0.1.1+12
environment:
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"
dependencies:
archethic_dapp_framework_flutter: ^3.5.0
#archethic_dapp_framework_flutter:
# git:
# url: https://github.com/archethic-foundation/archethic-dapp-framework-flutter.git
# ref: main
#archethic_dapp_framework_flutter:
# path: ../archethic-dapp-framework-flutter
# Compression
archive: ^4.0.2
# Common util classes for Strings, Dates, X509, PKCS, Cryptographie and more.
basic_utils: ^5.8.2
# Centralized loading widget management
busy: ^1.0.3
# Collections and utilities functions and classes related to collections.
collection: ^1.18.0
# Implementations of SHflutteA, MD5, and HMAC cryptographic functions
crypto: ^3.0.3
# A flutter package to let users easily add a dashed border around any widget.
dotted_border: ^2.1.0
# A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.
file_picker: ^10.0.0
# A package to get humanized file sizes. Translate raw file size into human readable strings
filesize: ^2.0.1
flutter:
sdk: flutter
# Add beautiful animated effects & builders in Flutter, via an easy, customizable, unified API.
flutter_animate: ^4.5.2
flutter_localizations:
sdk: flutter
# State management
flutter_riverpod: ^2.6.1
# An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
flutter_svg: ^2.0.17
# A tree widget for Flutter that can be used to display nested, hierarchical data. It includes a number of features like styling labels, icons, and import and export utilities.
flutter_treeview2: ^1.0.0+2
# Annotations for freezed
freezed_annotation: ^2.4.4
# A declarative router for Flutter based on Navigation 2 supporting deep linking, data-driven routes and more
go_router: ^14.6.2
# Gradient borders for inputs and containers. Borders package integrated with a basic flutter widgets as a container and input decorations. Easy in use, platform independent.
gradient_borders: ^1.0.1
# Hive is a lightweight and blazing fast key-value database written in pure Dart
hive: ^2.2.3
hive_flutter: ^1.1.0
# Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
intl: ^0.19.0
# Classes and helper functions that support JSON code generation via the `json_serializable` package.
json_annotation: ^4.8.1
# Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android
package_info_plus: ^8.0.2
# Encoding/decoding of PEM (Privacy-Enhanced Mail) textual key encoding following RFC 7468.
pem: ^2.0.5
# A package exposing annotations for riverpod_generator
riverpod_annotation: ^2.6.1
# Bar indicator made of a series of selected and unselected steps
step_progress_indicator: ^1.0.2
# Flutter plugin for launching a URL. Supports web, phone, SMS, and email schemes
url_launcher: ^6.2.5
dev_dependencies:
# A build system for Dart code generation and modular compilation.
build_runner: ^2.4.6
# Code generation for immutable classes that has a simple syntax/API without compromising on the features.
freezed: ^2.5.7
# Extension for Hive. Automatically generates TypeAdapters to store any class.
hive_generator: ^2.0.1
# Automatically generate code for converting to and from JSON by annotating Dart classes.
json_serializable: ^6.7.1
# A code generator for Riverpod. This both simplifies the syntax empowers it, such as allowing stateful hot-reload.
riverpod_generator: ^2.6.3
# A full featured library for writing and running Dart tests across platforms.
test: ^1.24.6
# The following section is specific to Flutter.
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
fonts:
- family: PPTelegraf
fonts:
- asset: assets/fonts/PPTelegraf-Ultralight.otf
weight: 200
- asset: assets/fonts/PPTelegraf-Light.otf
weight: 300
- asset: assets/fonts/PPTelegraf-Regular.otf
weight: 400
- asset: assets/fonts/PPTelegraf-Medium.otf
weight: 500
- asset: assets/fonts/PPTelegraf-Semibold.otf
weight: 600
- asset: assets/fonts/PPTelegraf-Bold.otf
weight: 700
- asset: assets/fonts/PPTelegraf-Ultrabold.otf
weight: 800
- asset: assets/fonts/PPTelegraf-Black.otf
weight: 900
- family: Roboto
fonts:
- asset: assets/fonts/RobotoMono-Regular.ttf
- family: Iconsax
fonts:
- asset: assets/fonts/Iconsax.ttf