mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-06-09 15:16:14 +02:00
@@ -0,0 +1,30 @@
|
||||
name: arcane_framework
|
||||
description: "Arcane Framework is a comprehensive Dart package designed to streamline the management of essential services like logging, authentication, theming, feature flags, and secure storage in Flutter applications. With a robust architecture and easy-to-use APIs, it empowers developers to build scalable, dynamic apps with minimal overhead."
|
||||
version: 1.0.0
|
||||
repository: https://github.com/hanskokx/arcane_framework
|
||||
issue_tracker: https://github.com/hanskokx/arcane_framework/issues
|
||||
|
||||
topics:
|
||||
- arcane-framework
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.2
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
app_tracking_transparency: ^2.0.6
|
||||
arcane_helper_utils: ^1.0.1
|
||||
collection: ^1.18.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_bloc: ^8.1.6
|
||||
flutter_secure_storage: ^9.2.2
|
||||
get_it: ^7.7.0
|
||||
logger: ^2.4.0
|
||||
result_monad: ^2.3.2
|
||||
uuid: ^4.5.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^4.0.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
Reference in New Issue
Block a user