Skip to content

Commit

Permalink
Hopefully, one last time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashrit-Yarava committed Sep 4, 2020
1 parent b1a820f commit 6852bc3
Show file tree
Hide file tree
Showing 20 changed files with 382 additions and 64,821 deletions.
7 changes: 3 additions & 4 deletions application/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class TextUpdater extends StatefulWidget {
}

class UpdateTextState extends State {
String textHolder = "Click Encrypt/Decrypt to get encrypted/decrypted text.";
String textHolder = "";
String inputtedText = "";

changeText(String message) {
Expand All @@ -76,7 +76,7 @@ class UpdateTextState extends State {
inputtedText = newText;
},
style: TextStyle(
fontSize: 22.0,
fontSize: 20.0,
wordSpacing: 2.0,
),
obscureText: false,
Expand Down Expand Up @@ -123,9 +123,8 @@ class UpdateTextState extends State {
"$textHolder",
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 22.0,
fontSize: 20.0,
wordSpacing: 2.0,
fontWeight: FontWeight.bold,
),
),
),
Expand Down
2 changes: 1 addition & 1 deletion docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {
"index.html": "22d78dce47d5ec59f32eef648a3b0e8e",
"/": "22d78dce47d5ec59f32eef648a3b0e8e",
"main.dart.js": "bfb406b220f1a5f315f2c5f5fb0ba6d5",
"main.dart.js": "4a80b0a6cdae40f39d77984f1376dc4e",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
Expand Down
Loading

0 comments on commit 6852bc3

Please sign in to comment.