3c5f932327
- Add WikilinkSyntax (InlineSyntax) that parses [[Note Title]] into anchor elements with a wikilink:// href - wikilinkExtensionSet extends GFM with this syntax; shared by detail view and edit preview so rendering is consistent - NoteDetailScreen handles onTapLink: wikilink:// hrefs look up the target note by title (case-insensitive) and push its detail route; unresolved links show a "Note not found" snackbar - Add markdown as an explicit dependency (was previously transitive) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
45 lines
870 B
YAML
45 lines
870 B
YAML
name: fabled_app
|
|
description: "FabledAssistant mobile client for Android."
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.11.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^1.0.8
|
|
flutter_riverpod: ^2.5.1
|
|
go_router: ^14.2.0
|
|
dio: ^5.6.0
|
|
cookie_jar: ^4.0.8
|
|
dio_cookie_manager: ^3.1.1
|
|
path_provider: ^2.1.4
|
|
shared_preferences: ^2.3.2
|
|
flutter_markdown: ^0.7.3
|
|
markdown: ^7.2.2
|
|
flutter_inappwebview: ^6.1.5
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
flutter_launcher_icons: ^0.14.3
|
|
|
|
flutter_launcher_icons:
|
|
android: true
|
|
ios: false
|
|
remove_alpha_ios: false
|
|
image_path: "assets/icon/app_icon.png"
|
|
adaptive_icon_background: "#6366f1"
|
|
adaptive_icon_foreground: "assets/icon/app_icon_fg.png"
|
|
min_sdk_android: 21
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/icon/
|