-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
70 lines (65 loc) · 2.99 KB
/
pubspec.yaml
File metadata and controls
70 lines (65 loc) · 2.99 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
name: tupange
description: A slide puzzle arrange
publish_to: 'none'
version: 1.0.1
environment:
sdk: ^3.6.0
dependencies:
animated_text_kit: ^4.2.3 # Pre-built animated text animations like typewriter and fade
audioplayers: ^6.4.0 # Play audio files from assets, files, or URLs
bloc: ^9.0.0 # Core implementation of the BLoC (Business Logic Component) pattern
carousel_slider: ^5.0.0 # Create carousels and image sliders
collection: ^1.19.0
cupertino_icons: ^1.0.8 # iOS-style icons for Cupertino widgets
equatable: ^2.0.7 # Makes value comparisons easier for Dart objects
froom: ^2.0.0 # SQLite persistence layer using DAO and annotation processing
flutter:
sdk: flutter # Core Flutter SDK
flutter_bloc: ^9.1.0 # Flutter widgets and extensions for using BLoC
flutter_dotenv: ^5.2.1 # Load environment variables from a `.env` file
flutter_localizations:
sdk: flutter # Enables internationalization support
font_awesome_flutter: ^10.8.0 # Use Font Awesome icons in Flutter
freezed_annotation: ^2.4.4 # Annotations for use with the `freezed` code generator
gap: ^3.0.1 # Adds customizable space between widgets
get: ^4.7.2
get_it: ^8.0.2 # Simple service locator for dependency injection
injectable: ^2.5.0 # Code generator for configuring `get_it` DI
intl: ^0.20.2 # Internationalization, formatting for dates/numbers/messages
json_annotation: ^4.9.0 # Annotations for JSON serialization with `json_serializable`
loading_indicator: ^3.1.1 # Collection of animated loading indicators
path: ^1.9.0 # Utilities for handling file system paths
path_provider: ^2.1.5 # Platform-agnostic paths to commonly used directories
shared_preferences: ^2.3.3 # Local key-value storage for small data
sqflite: ^2.4.1 # SQLite plugin for Flutter
styled_widget: ^0.4.1 # Utility to style widgets using method chaining
supabase_auth_ui: ^0.5.4 # Prebuilt UI widgets for Supabase authentication
supabase_flutter: ^2.8.4 # Supabase integration for Flutter apps
textstyle_extensions: ^2.0.0-nullsafety # Utility extensions for working with `TextStyle`
universal_html: ^2.2.4 # HTML library for Flutter and Dart (web + native)
url_launcher: ^6.3.1 # Launch URLs in a browser or another app
uuid: ^4.5.1 # Generate UUIDs (v1, v4, etc.)
dev_dependencies:
build_runner: ^2.4.13 # Tool for generating code
froom_generator: ^2.0.0 # Code generator for Floor ORM
flutter_lints: ^5.0.0 # Recommended lint rules for Flutter
flutter_test:
sdk: flutter # Testing framework for Flutter apps
freezed: ^2.5.4 # Code generator for Freezed data classes
injectable_generator: ^2.6.2 # Code generator for Injectable DI
json_serializable: ^6.8.0 # Code generator for JSON serialization
flutter:
generate: true
uses-material-design: true
assets:
- .env
- assets/audio/
- assets/icons/
- assets/images/
- assets/images/animals/
- assets/images/countries/
- assets/images/planets/
fonts:
- family: ComicSans
fonts:
- asset: assets/fonts/ComicSans.ttf