Skip to content

Commit

Permalink
v6.0.0 - refactor pages
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed May 19, 2022
1 parent f5d2292 commit b2abd22
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import 'package:flutter_app/resources/widgets/app_loader_widget.dart';
import 'package:flutter_app/resources/widgets/safearea_widget.dart';
import 'package:flutter_app/resources/widgets/woosignal_ui.dart';
import 'package:nylo_framework/nylo_framework.dart';

import 'package:woosignal/models/response/order.dart';

class AccountOrderDetailPage extends NyStatefulWidget {
Expand Down
1 change: 0 additions & 1 deletion LabelStoreMax/lib/resources/pages/browse_category.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import 'package:flutter_app/resources/widgets/buttons.dart';
import 'package:flutter_app/resources/widgets/safearea_widget.dart';
import 'package:flutter_app/resources/widgets/woosignal_ui.dart';
import 'package:nylo_framework/nylo_framework.dart';

import 'package:pull_to_refresh/pull_to_refresh.dart';
import 'package:woosignal/models/response/product_category.dart';
import 'package:woosignal/models/response/products.dart' as ws_product;
Expand Down
1 change: 0 additions & 1 deletion LabelStoreMax/lib/resources/pages/browse_search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import 'package:flutter_app/bootstrap/helpers.dart';
import 'package:flutter_app/resources/widgets/app_loader_widget.dart';
import 'package:flutter_app/resources/widgets/safearea_widget.dart';
import 'package:nylo_framework/nylo_framework.dart';

import 'package:pull_to_refresh/pull_to_refresh.dart';
import 'package:woosignal/models/response/products.dart' as ws_product;

Expand Down
2 changes: 0 additions & 2 deletions LabelStoreMax/lib/resources/pages/checkout_status.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import 'package:flutter_app/app/models/checkout_session.dart';
import 'package:flutter_app/bootstrap/helpers.dart';
import 'package:flutter_app/resources/widgets/buttons.dart';
import 'package:nylo_framework/nylo_framework.dart';

import 'package:woosignal/models/response/order.dart' as ws_order;

import '../widgets/woosignal_ui.dart';

class CheckoutStatusPage extends NyStatefulWidget {
Expand Down

0 comments on commit b2abd22

Please sign in to comment.