Skip to content

Commit

Permalink
fix(codegen): fixed code generation to combat tree shaking error (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ristiisa committed Oct 16, 2020
1 parent 3929a8d commit 54fa8a2
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 236 deletions.
2 changes: 1 addition & 1 deletion example/lib/util.dart
@@ -1,5 +1,5 @@
class WeatherIconsUtil {
static const int dateTimestamp = 1563582063844;
static const int dateTimestamp = 1601885646647;

static const Map<String, int> iconMap = {
'wi-day-sunny': 0xf00d,
Expand Down

0 comments on commit 54fa8a2

Please sign in to comment.