dartway.dev

  • Packages
Results 11 packages owned by dartway.dev
Sort by

dartway_routercopy "dartway_router: ^1.1.2" to clipboard
dartway_router: ^1.1.2 copied to clipboard

3
likes
160
points
198
downloads
Opinionated wrapper around go_router that makes routing explicit, predictable, and scalable for real-world Flutter apps. #flutter#routing#navigation#go-router

dartway_fluttercopy "dartway_flutter: ^0.8.0" to clipboard
dartway_flutter: ^0.8.0 copied to clipboard

1
likes
160
points
341
downloads
The Flutter skeleton of a DartWay app: bootstrap runner, guarded UI actions, the AsyncValue rendering contract, notifications and error reporting. Riverpod-native.#dartway#flutter#riverpod#fullstack

dartway_serverpod_core_sharedcopy "dartway_serverpod_core_shared: ^0.12.1" to clipboard
dartway_serverpod_core_shared: ^0.12.1 copied to clipboard

0
likes
160
points
430
downloads
Pure-Dart shared layer of the DartWay core: alert formatting, Telegram alerts, configuration keys and cross-stack utilities used by both the server and the Flutter app.#dartway#serverpod#telegram#logging

dartway_serverpod_core_clientcopy "dartway_serverpod_core_client: ^0.12.1" to clipboard
dartway_serverpod_core_client: ^0.12.1 copied to clipboard

0
likes
160
points
409
downloads
Generated Serverpod client of the DartWay core module: protocol models and endpoint callers consumed by dartway_serverpod_core_flutter. Not edited by hand.#dartway#serverpod#client

dartway_studio_bridgecopy "dartway_studio_bridge: ^0.9.0" to clipboard
dartway_studio_bridge: ^0.9.0 copied to clipboard

0
likes
160
points
282
downloads
Open bridge between a DartWay app and DartWay Studio: in-code screen spec registry models and the runtime postMessage protocol.#dartway#flutter#tooling#preview

dartway_shared_preferencescopy "dartway_shared_preferences: ^0.5.0" to clipboard
dartway_shared_preferences: ^0.5.0 copied to clipboard

0
likes
160
points
219
downloads
Shared-preferences plugin for DartWay: typed riverpod providers over local storage, reached as dw.plugins.prefs. Optional by design.#dartway#shared-preferences#riverpod#storage

dartway_clicopy "dartway_cli: ^0.10.0" to clipboard
dartway_cli: ^0.10.0 copied to clipboard

0
likes
140
points
409
downloads
DartWay command-line tool: print the agent setup brief, check prerequisites, create projects from the canonical template, install the AI toolkit, run convention checks.#dartway#cli#serverpod#flutter#fullstack

dartway_telegramcopy "dartway_telegram: ^0.2.0" to clipboard
dartway_telegram: ^0.2.0 copied to clipboard

0
likes
160
points
121
downloads
Telegram Mini App integration for DartWay apps: initialize the Telegram WebApp, read its safe-area insets and the Telegram user id. Optional by design.#dartway#telegram#flutter#web

dartway_serverpod_core_servercopy "dartway_serverpod_core_server: ^0.12.1" to clipboard
dartway_serverpod_core_server: ^0.12.1 copied to clipboard

0
likes
140
points
373
downloads
Server side of the DartWay core, a Serverpod module: model-driven CRUD with realtime, declarative access and validation configs, phone auth, cloud storage and Telegram alerts.#dartway#serverpod#backend#crud#realtime

dartway_lintscopy "dartway_lints: ^0.3.1" to clipboard
dartway_lints: ^0.3.1 copied to clipboard

0
likes
140
points
260
downloads
Custom lint rules enforcing DartWay conventions: the UI kit as the single source of styles, relative imports kept short, ProviderScope left to the app bootstrap and tests, and a stored model rebuilt w [...]#dartway#lints#linter#flutter