From a9c2bdc1e79a932bfdb397c021213d7a41e8240c Mon Sep 17 00:00:00 2001 From: Rafael Barbosa Date: Fri, 26 Apr 2019 21:25:38 -0300 Subject: [PATCH] =?UTF-8?q?inicia=20separa=C3=A7=C3=A3o=20dos=20componente?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/vcs.xml | 6 + .idea/workspace.xml | 192 ++++++++++++++++++++++++---- lib/animeted_focus_light.dart | 14 ++ lib/content_target.dart | 17 +++ lib/light_paint.dart | 43 +++++++ lib/target_focus.dart | 13 ++ lib/target_position.dart | 9 ++ lib/tutorial_coach_mark.dart | 31 ++++- lib/tutorial_coach_mark_widget.dart | 19 +++ test/tutorial_coach_mark_test.dart | 7 - tutorial_coach_mark.iml | 5 +- 11 files changed, 316 insertions(+), 40 deletions(-) create mode 100644 .idea/vcs.xml create mode 100644 lib/animeted_focus_light.dart create mode 100644 lib/content_target.dart create mode 100644 lib/light_paint.dart create mode 100644 lib/target_focus.dart create mode 100644 lib/target_position.dart create mode 100644 lib/tutorial_coach_mark_widget.dart diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ef170c0..de87e3d8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,16 @@ - + + + + + + + + + + @@ -13,7 +22,70 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +