Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
mitesh77 committed Oct 9, 2019
1 parent 4668add commit d91b426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions best_flutter_ui_templates/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class MyApp extends StatelessWidget {
}
}


class HexColor extends Color {
static int _getColorFromHex(String hexColor) {
hexColor = hexColor.toUpperCase().replaceAll("#", "");
Expand Down

0 comments on commit d91b426

Please sign in to comment.