Logo
Explore Help
Sign In
penkovsky_sa/cherrypick
1
0
Fork 0
You've already forked cherrypick
mirror of https://github.com/pese-git/cherrypick.git synced 2026-03-25 04:40:33 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
94b3ba284a05e789c39e4d2a15b9432017f936f9
cherrypick/examples/postly/lib/router/app_router.dart

13 lines
324 B
Dart
Raw Normal View History

implement example
2025-05-16 17:56:57 +03:00
import 'package:auto_route/auto_route.dart';
import 'app_router.gr.dart';
@AutoRouterConfig()
update deps
2025-05-22 23:50:55 +03:00
class AppRouter extends RootStackRouter {
implement example
2025-05-16 17:56:57 +03:00
@override
List<AutoRoute> get routes => [
feat(examples): update client_app and postly implementation details - Refactored and updated pages, router, DI modules, and feature implementations in both example projects: - client_app: main.dart and my_home_page.dart updated for improved navigation and structure. - postly: updated DI wiring, presentation pages, repository implementation, and routing logic. - Applied small improvements and code consistency changes in the examples. docs: add new documentation assets and benchmarking script BREAKING CHANGE: Examples now reflect the latest changes in the DI framework and are ready for Dart 3.8+ and cherrypick_generator element2 API compatibility.
2025-09-09 17:30:57 +03:00
AutoRoute(page: PostsRoute.page, initial: true),
AutoRoute(page: PostDetailsRoute.page),
AutoRoute(page: LogsRoute.page),
];
implement example
2025-05-16 17:56:57 +03:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 74ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API