-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
36 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,21 @@ | ||
import 'package:flutter/widgets.dart'; | ||
|
||
const _fontPackage = 'shirne_dialog'; | ||
const _pkg = 'shirne_dialog'; | ||
const _fmly = 'shirne_dialog_icons'; | ||
|
||
class DialogIcons { | ||
static const _fontFamily = 'dicons'; | ||
static const checkmark = | ||
IconData(0xe900, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const checkmarkCircle = | ||
IconData(0xe901, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const checkmarkFill = | ||
IconData(0xe902, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const close = | ||
IconData(0xe903, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const closeCircle = | ||
IconData(0xe904, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const closeFill = | ||
IconData(0xe905, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const help = | ||
IconData(0xe906, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const helpCircle = | ||
IconData(0xe907, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const helpFill = | ||
IconData(0xe908, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const information = | ||
IconData(0xe909, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const informationCircle = | ||
IconData(0xe90a, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const informationFill = | ||
IconData(0xe90b, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const warningFill = | ||
IconData(0xe90c, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const warningOutline = | ||
IconData(0xe90d, fontFamily: _fontFamily, fontPackage: _fontPackage); | ||
static const checkmark = IconData(0xe900, fontFamily: _fmly, fontPackage: _pkg); | ||
static const checkmarkCircle = IconData(0xe901, fontFamily: _fmly, fontPackage: _pkg); | ||
static const checkmarkFill = IconData(0xe902, fontFamily: _fmly, fontPackage: _pkg); | ||
static const close = IconData(0xe903, fontFamily: _fmly, fontPackage: _pkg); | ||
static const closeCircle = IconData(0xe904, fontFamily: _fmly, fontPackage: _pkg); | ||
static const closeFill = IconData(0xe905, fontFamily: _fmly, fontPackage: _pkg); | ||
static const help = IconData(0xe906, fontFamily: _fmly, fontPackage: _pkg); | ||
static const helpCircle = IconData(0xe907, fontFamily: _fmly, fontPackage: _pkg); | ||
static const helpFill = IconData(0xe908, fontFamily: _fmly, fontPackage: _pkg); | ||
static const information = IconData(0xe909, fontFamily: _fmly, fontPackage: _pkg); | ||
static const informationCircle = IconData(0xe90a, fontFamily: _fmly, fontPackage: _pkg); | ||
static const informationFill = IconData(0xe90b, fontFamily: _fmly, fontPackage: _pkg); | ||
static const warningFill = IconData(0xe90c, fontFamily: _fmly, fontPackage: _pkg); | ||
static const warningOutline = IconData(0xe90d, fontFamily: _fmly, fontPackage: _pkg); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters