Skip to content

Commit

Permalink
Dart 2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert515 committed Aug 29, 2018
1 parent 8982a92 commit 79b7aa8
Show file tree
Hide file tree
Showing 12 changed files with 272 additions and 278 deletions.
222 changes: 108 additions & 114 deletions .idea/libraries/Dart_Packages.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
44 changes: 26 additions & 18 deletions example/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:dynamic_theme/dynamic_theme.dart';
import 'package:dynamic_theme/theme_switcher_widgets.dart';
import 'package:flutter/material.dart';
import 'package:easy_theme/dynamic_theme.dart';
import 'package:easy_theme/theme_switcher_widgets.dart';

void main() => runApp(new MyApp());

Expand Down
Loading

0 comments on commit 79b7aa8

Please sign in to comment.