Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnC committed May 31, 2021
1 parent 88df70d commit 57dd201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
// constants and enums
// DonnC

// a random num generator
import 'dart:math';

const String version = 'v2.0.0';

final Random _random = Random();
const String version = 'v3.0.0';

/// sidebar signal
enum SideBarSignal {
Expand Down
2 changes: 1 addition & 1 deletion lib/services/dialog_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class DialogService extends MomentumService {
enableDrag: true,
child: FlashBar(
icon: Icon(
Icons.delete,
Icons.info,
color: textColor,
),
shouldIconPulse: false,
Expand Down

0 comments on commit 57dd201

Please # to comment.