Skip to content

Commit

Permalink
💄Improve Web/Mobile UI
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-RGB committed Apr 20, 2024
1 parent 5757afb commit 33edf8d
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 153 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ app.*.map.json
# installers
*.iss
#firebase
.firebase/
.firebase/
#information
data.txt
1 change: 0 additions & 1 deletion lib/models/Actions.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// ignore: file_names

import 'package:flutter/material.dart';
import 'package:turing_machines/exceptions/action_exceptions.dart';

//Represents an Action which can be performed on the tape of a turing machine.
Expand Down
Loading

0 comments on commit 33edf8d

Please sign in to comment.