Skip to content

Commit

Permalink
commit 1
Browse files Browse the repository at this point in the history
update model
  • Loading branch information
Minh Đại authored and Minh Đại committed Apr 13, 2023
1 parent 1c0f20d commit a20684f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/models/product/product_detail_extra_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ part 'product_detail_extra_model.g.dart';
)

class ProductExtraModel {

final int id;
final String name;
final String min;
Expand Down
1 change: 1 addition & 0 deletions lib/routers/app_pages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'package:test_fluter/routers/app_routes.dart';

class AppPages {
static final pages = [

GetPage(
name: Routes.initial,
page: () => const ProductDetailScreen(),
Expand Down

0 comments on commit a20684f

Please sign in to comment.