From a6f3d63d68757c26908d8ab5b506cbcc23323062 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 25 May 2020 09:45:52 +0100 Subject: [PATCH] +bezier --- .idea/libraries/Dart_SDK.xml | 42 +- .idea/workspace.xml | 16 +- example/.flutter-plugins-dependencies | 2 +- .../ios/Flutter/flutter_export_environment.sh | 7 +- example/lib/main.dart | 52 +- example/pubspec.lock | 31 +- lib/src/bezier.dart | 143 +++++ lib/src/json_extension.dart | 6 +- lib/src/note.dart | 555 ------------------ lib/src/ux_app.dart | 18 - lib/ux.dart | 24 +- pubspec.lock | 31 +- 12 files changed, 230 insertions(+), 697 deletions(-) create mode 100644 lib/src/bezier.dart delete mode 100644 lib/src/note.dart delete mode 100644 lib/src/ux_app.dart diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml index c92cda1..3f24d9f 100644 --- a/.idea/libraries/Dart_SDK.xml +++ b/.idea/libraries/Dart_SDK.xml @@ -1,27 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3c8cb3c..320ef51 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,18 +2,18 @@ - + - + + + + - - - - +