pos changes
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
/// Typed references to bundled assets.
|
||||
///
|
||||
/// Only sounds are bundled: product imagery uses emoji glyphs and the welcome
|
||||
/// artwork is painted in code, so there are no raster or SVG assets to ship.
|
||||
/// Product imagery uses emoji glyphs and the welcome artwork is painted in
|
||||
/// code, so the only raster asset shipped is the mark itself.
|
||||
class AssetPaths {
|
||||
const AssetPaths._();
|
||||
|
||||
static const String _snd = 'assets/sounds';
|
||||
static const String _img = 'assets/images';
|
||||
|
||||
/// The Nearle mark. Every place that used to draw a letter "N" in a
|
||||
/// gradient box now renders this instead, so the brand cannot drift between
|
||||
/// the login screen, the sidebar and the cashier header.
|
||||
static const String logo = '$_img/logo.png';
|
||||
|
||||
static const String beepSuccess = '$_snd/beep_success.wav';
|
||||
static const String beepError = '$_snd/beep_error.wav';
|
||||
|
||||
Reference in New Issue
Block a user