Skip to content

Commit

Permalink
global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ogaroh committed Jun 29, 2021
1 parent d10ed8a commit 5364bc1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/constants.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
///
/// Author: Erick Ogaro
/// Copyright, 2021 Alopex Consult
///
/// This app contains all the global constants that are required in the app
///

// Application Name
const kApplicationName = "Smart Scanner";

0 comments on commit 5364bc1

Please sign in to comment.