Skip to content

Commit

Permalink
chore: move price_button.dart to components/
Browse files Browse the repository at this point in the history
  • Loading branch information
FooJiaYin committed Nov 20, 2022
1 parent b0d8485 commit f2874fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';

import '../../theme/theme.dart';
import '../components/neumorphic_container.dart';
import 'neumorphic_container.dart';

class PriceButton extends StatelessWidget {
const PriceButton({
Expand Down
4 changes: 1 addition & 3 deletions lib/views/screens/machine.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:async';

import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';

Expand All @@ -13,9 +11,9 @@ import '../components/exit_alert_dialog.dart';
import '../components/neumorphic_button.dart';
import '../components/neumorphic_container.dart';
import '../components/payment_dialog.dart';
import '../components/price_button.dart';
import '../widgets/scaffold_page.dart';
import '../widgets/shape.dart';
import 'price_button.dart';

export '../../models/machine.dart';

Expand Down

0 comments on commit f2874fc

Please sign in to comment.