add rate service
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:fcs/domain/entities/custom.dart';
|
||||
import 'package:fcs/domain/entities/custom_duty.dart';
|
||||
import 'package:fcs/helpers/theme.dart';
|
||||
import 'package:fcs/localization/app_translations.dart';
|
||||
import 'package:fcs/pages/main/util.dart';
|
||||
@@ -9,7 +9,7 @@ import 'package:flutter/material.dart';
|
||||
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||
|
||||
class CustomEditor extends StatefulWidget {
|
||||
final Custom custom;
|
||||
final CustomDuty custom;
|
||||
CustomEditor({this.custom});
|
||||
|
||||
@override
|
||||
@@ -21,7 +21,7 @@ class _CustomEditorState extends State<CustomEditor> {
|
||||
TextEditingController _feeController = new TextEditingController();
|
||||
|
||||
bool _isLoading = false;
|
||||
Custom _custom = new Custom();
|
||||
CustomDuty _custom = new CustomDuty();
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
|
||||
Reference in New Issue
Block a user