initial commit to gitea
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
|
||||
import 'package:fluro/fluro.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_wisetronic/pages/buy_service.dart';
|
||||
import 'package:flutter_wisetronic/pages/contact_us.dart';
|
||||
import 'package:flutter_wisetronic/pages/plain_page.dart';
|
||||
import 'package:flutter_wisetronic/pages/renew_license.dart';
|
||||
import 'package:flutter_wisetronic/pages/renew_minioffice.dart';
|
||||
import 'package:flutter_wisetronic/store/store.dart';
|
||||
|
||||
import 'constants.dart';
|
||||
import 'pages/blog.dart';
|
||||
import 'pages/buy_service.dart';
|
||||
import 'pages/change_mobile_or_email.dart';
|
||||
import 'pages/change_password.dart';
|
||||
import 'pages/checkout.dart';
|
||||
import 'pages/contact_us.dart';
|
||||
import 'pages/coupons.dart';
|
||||
import 'pages/create_online_store_1.dart';
|
||||
import 'pages/download.dart';
|
||||
import 'pages/forgot_password.dart';
|
||||
import 'pages/home.dart';
|
||||
@@ -30,11 +27,13 @@ import 'pages/new_user.dart';
|
||||
import 'pages/order_detail.dart';
|
||||
import 'pages/orders.dart';
|
||||
import 'pages/pay_now.dart';
|
||||
import 'pages/plain_page.dart';
|
||||
import 'pages/renew_license.dart';
|
||||
import 'pages/renew_minioffice.dart';
|
||||
import 'pages/reset_password.dart';
|
||||
import 'pages/search_place.dart';
|
||||
import 'pages/set_password.dart';
|
||||
import 'pages/shop.dart';
|
||||
import 'pages/tutorials.dart';
|
||||
import 'pages/user_profile.dart';
|
||||
import 'pages/view_blog.dart';
|
||||
import 'pages/view_ticket.dart';
|
||||
@@ -68,12 +67,6 @@ class Routes {
|
||||
}),
|
||||
transitionType: TransitionType.inFromRight
|
||||
);
|
||||
router.define('/tutorials', handler: new Handler(
|
||||
handlerFunc: (BuildContext context, Map<String, List<String>> params) {
|
||||
return Tutorials();
|
||||
}),
|
||||
transitionType: TransitionType.inFromRight
|
||||
);
|
||||
router.define('/login', handler: new Handler(
|
||||
handlerFunc: (BuildContext context, Map<String, List<String>> params) {
|
||||
return Login();
|
||||
@@ -279,5 +272,10 @@ class Routes {
|
||||
return BuyService(int.parse(params['gid'][0]), params['servicename'][0]);
|
||||
}
|
||||
));
|
||||
router.define('/contact-stores', handler: new Handler(
|
||||
handlerFunc: (BuildContext context, Map<String, List<String>> params) {
|
||||
return CreateOnlineStore1();
|
||||
}
|
||||
));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user