• This project
    • Loading...
  • Sign in

常守达 / doublefeel_flutter · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • doublefeel_flutter
  • lib
  • app
  • modules
  • purchase
  • purchase_route_args.dart
  • feat(app): update purchase view
    72cf904b
    by 刘宏哲
    2026-06-25 15:56:12 +0800  
    Browse File »
purchase_route_args.dart 95 Bytes
Raw Blame History Permalink
1 2 3
abstract final class PurchaseRouteArgs {
  static const showCloseButton = 'showCloseButton';
}