From 6b3e2ba0eb53bba05bdf7e83157e904a6dca8d12 Mon Sep 17 00:00:00 2001 From: ram231 Date: Tue, 24 Jul 2018 23:24:26 +0800 Subject: [PATCH] Fixed some stuff --- example/.idea/codeStyles/Project.xml | 29 ++ example/.idea/libraries/Dart_SDK.xml | 30 +- example/.idea/libraries/Flutter_Plugins.xml | 12 + example/.idea/misc.xml | 28 ++ example/.idea/vcs.xml | 6 + example/.idea/workspace.xml | 420 +++++++++++++++++++- example/android/app/build.gradle | 2 +- example/beacons_example.iml | 1 - example/beacons_example_android.iml | 3 +- example/lib/beacon_name.dart | 9 + example/lib/header.dart | 6 +- example/lib/main.dart | 7 +- example/lib/tab_ranging.dart | 5 +- example/pubspec.yaml | 6 +- lib/beacons.dart | 2 + lib/data/beacon_region.dart | 9 +- 16 files changed, 539 insertions(+), 36 deletions(-) create mode 100644 example/.idea/codeStyles/Project.xml create mode 100644 example/.idea/libraries/Flutter_Plugins.xml create mode 100644 example/.idea/misc.xml create mode 100644 example/.idea/vcs.xml create mode 100644 example/lib/beacon_name.dart diff --git a/example/.idea/codeStyles/Project.xml b/example/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..30aa626 --- /dev/null +++ b/example/.idea/codeStyles/Project.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/libraries/Dart_SDK.xml b/example/.idea/libraries/Dart_SDK.xml index a12d548..0de71f6 100644 --- a/example/.idea/libraries/Dart_SDK.xml +++ b/example/.idea/libraries/Dart_SDK.xml @@ -1,17 +1,25 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/example/.idea/libraries/Flutter_Plugins.xml b/example/.idea/libraries/Flutter_Plugins.xml new file mode 100644 index 0000000..cb5a13d --- /dev/null +++ b/example/.idea/libraries/Flutter_Plugins.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/example/.idea/misc.xml b/example/.idea/misc.xml new file mode 100644 index 0000000..3268472 --- /dev/null +++ b/example/.idea/misc.xml @@ -0,0 +1,28 @@ + + + + + + + \ No newline at end of file diff --git a/example/.idea/vcs.xml b/example/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/example/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/example/.idea/workspace.xml b/example/.idea/workspace.xml index 5b3388c..38237f2 100644 --- a/example/.idea/workspace.xml +++ b/example/.idea/workspace.xml @@ -1,36 +1,436 @@ + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +