diff --git a/spaces/flutter_note/lib/notes.g.dart b/spaces/flutter_note/lib/notes.g.dart index 9f05b5da..47524539 100644 --- a/spaces/flutter_note/lib/notes.g.dart +++ b/spaces/flutter_note/lib/notes.g.dart @@ -81,28 +81,29 @@ import 'package:flutter_note/notes/z_draft/cheatsheet/style&theming/material3/no deferred as z_draft_cheatsheet_style_theming_material3_; import 'package:flutter_note/notes/z_draft/cheatsheet/style&theming/material3/note.g.dart' as z_draft_cheatsheet_style_theming_material3_g; -import 'package:flutter_note/notes/z_draft/concepts/layout/constraints/note.dart' - deferred as z_draft_concepts_layout_constraints_; -import 'package:flutter_note/notes/z_draft/concepts/layout/constraints/note.g.dart' - as z_draft_concepts_layout_constraints_g; -import 'package:flutter_note/notes/z_draft/concepts/layout/note.dart' deferred as z_draft_concepts_layout_; -import 'package:flutter_note/notes/z_draft/concepts/layout/note.g.dart' as z_draft_concepts_layout_g; -import 'package:flutter_note/notes/z_draft/concepts/layout/old/layout/note.dart' - deferred as z_draft_concepts_layout_old_layout_; -import 'package:flutter_note/notes/z_draft/concepts/layout/old/layout/note.g.dart' - as z_draft_concepts_layout_old_layout_g; -import 'package:flutter_note/notes/z_draft/concepts/navigation/note.dart' deferred as z_draft_concepts_navigation_; -import 'package:flutter_note/notes/z_draft/concepts/navigation/note.g.dart' as z_draft_concepts_navigation_g; -import 'package:flutter_note/notes/z_draft/concepts/state/1.vanilla_state/note.dart' - deferred as z_draft_concepts_state_vanilla_state_; -import 'package:flutter_note/notes/z_draft/concepts/state/1.vanilla_state/note.g.dart' - as z_draft_concepts_state_vanilla_state_g; -import 'package:flutter_note/notes/z_draft/concepts/state/note.dart' deferred as z_draft_concepts_state_; -import 'package:flutter_note/notes/z_draft/concepts/state/note.g.dart' as z_draft_concepts_state_g; -import 'package:flutter_note/notes/z_draft/concepts/state/StatefulBuilder/note.dart' - deferred as z_draft_concepts_state_StatefulBuilder_; -import 'package:flutter_note/notes/z_draft/concepts/state/StatefulBuilder/note.g.dart' - as z_draft_concepts_state_StatefulBuilder_g; +import 'package:flutter_note/notes/z_draft/core_concepts/layout/constraints/note.dart' + deferred as z_draft_core_concepts_layout_constraints_; +import 'package:flutter_note/notes/z_draft/core_concepts/layout/constraints/note.g.dart' + as z_draft_core_concepts_layout_constraints_g; +import 'package:flutter_note/notes/z_draft/core_concepts/layout/note.dart' deferred as z_draft_core_concepts_layout_; +import 'package:flutter_note/notes/z_draft/core_concepts/layout/note.g.dart' as z_draft_core_concepts_layout_g; +import 'package:flutter_note/notes/z_draft/core_concepts/layout/old/layout/note.dart' + deferred as z_draft_core_concepts_layout_old_layout_; +import 'package:flutter_note/notes/z_draft/core_concepts/layout/old/layout/note.g.dart' + as z_draft_core_concepts_layout_old_layout_g; +import 'package:flutter_note/notes/z_draft/core_concepts/navigation/note.dart' + deferred as z_draft_core_concepts_navigation_; +import 'package:flutter_note/notes/z_draft/core_concepts/navigation/note.g.dart' as z_draft_core_concepts_navigation_g; +import 'package:flutter_note/notes/z_draft/core_concepts/state/1.vanilla_state/note.dart' + deferred as z_draft_core_concepts_state_vanilla_state_; +import 'package:flutter_note/notes/z_draft/core_concepts/state/1.vanilla_state/note.g.dart' + as z_draft_core_concepts_state_vanilla_state_g; +import 'package:flutter_note/notes/z_draft/core_concepts/state/note.dart' deferred as z_draft_core_concepts_state_; +import 'package:flutter_note/notes/z_draft/core_concepts/state/note.g.dart' as z_draft_core_concepts_state_g; +import 'package:flutter_note/notes/z_draft/core_concepts/state/StatefulBuilder/note.dart' + deferred as z_draft_core_concepts_state_StatefulBuilder_; +import 'package:flutter_note/notes/z_draft/core_concepts/state/StatefulBuilder/note.g.dart' + as z_draft_core_concepts_state_StatefulBuilder_g; import 'package:flutter_note/notes/z_draft/note.dart' deferred as z_draft_; import 'package:flutter_note/notes/z_draft/note.g.dart' as z_draft_g; import 'package:flutter_note/notes/z_draft/other/dart/analyzer/note.dart' deferred as z_draft_other_dart_analyzer_; @@ -119,6 +120,8 @@ import 'package:flutter_note/notes/z_draft/other/dev/devtool/vmservice/note.dart deferred as z_draft_other_dev_devtool_vmservice_; import 'package:flutter_note/notes/z_draft/other/dev/devtool/vmservice/note.g.dart' as z_draft_other_dev_devtool_vmservice_g; +import 'package:flutter_note/notes/z_draft/other/dev/host_mirror/note.dart' deferred as z_draft_other_dev_host_mirror_; +import 'package:flutter_note/notes/z_draft/other/dev/host_mirror/note.g.dart' as z_draft_other_dev_host_mirror_g; import 'package:flutter_note/notes/z_draft/other/note-self/note.dart' deferred as z_draft_other_note_self_; import 'package:flutter_note/notes/z_draft/other/note-self/note.g.dart' as z_draft_other_note_self_g; import 'package:flutter_note/notes/z_draft/other/note-self/notebook/note.dart' @@ -188,6 +191,60 @@ abstract class BaseNotes { final Note root = put("/", root_g.noteInfo(), (note) async => note.loadPage(builder: await root_.loadLibrary().then((value) => root_.build))); + final Note z_draft_core_concepts_layout_constraints = put( + "/z_draft/core_concepts/layout/constraints", + z_draft_core_concepts_layout_constraints_g.noteInfo(), + (note) async => note.loadPage( + builder: await z_draft_core_concepts_layout_constraints_ + .loadLibrary() + .then((value) => z_draft_core_concepts_layout_constraints_.build))); + + final Note z_draft_core_concepts_layout_old_layout = put( + "/z_draft/core_concepts/layout/old/layout", + z_draft_core_concepts_layout_old_layout_g.noteInfo(), + (note) async => note.loadPage( + builder: await z_draft_core_concepts_layout_old_layout_ + .loadLibrary() + .then((value) => z_draft_core_concepts_layout_old_layout_.build))); + + final Note z_draft_core_concepts_layout = put( + "/z_draft/core_concepts/layout", + z_draft_core_concepts_layout_g.noteInfo(), + (note) async => note.loadPage( + builder: + await z_draft_core_concepts_layout_.loadLibrary().then((value) => z_draft_core_concepts_layout_.build))); + + final Note z_draft_core_concepts_navigation = put( + "/z_draft/core_concepts/navigation", + z_draft_core_concepts_navigation_g.noteInfo(), + (note) async => note.loadPage( + builder: await z_draft_core_concepts_navigation_ + .loadLibrary() + .then((value) => z_draft_core_concepts_navigation_.build))); + + final Note z_draft_core_concepts_state_vanilla_state = put( + "/z_draft/core_concepts/state/1.vanilla_state", + z_draft_core_concepts_state_vanilla_state_g.noteInfo(), + (note) async => note.loadPage( + builder: await z_draft_core_concepts_state_vanilla_state_ + .loadLibrary() + .then((value) => z_draft_core_concepts_state_vanilla_state_.build))); + + final Note z_draft_core_concepts_state = put( + "/z_draft/core_concepts/state", + z_draft_core_concepts_state_g.noteInfo(), + (note) async => note.loadPage( + builder: + await z_draft_core_concepts_state_.loadLibrary().then((value) => z_draft_core_concepts_state_.build))); + + final Note z_draft_core_concepts_state_StatefulBuilder = put( + "/z_draft/core_concepts/state/StatefulBuilder", + z_draft_core_concepts_state_StatefulBuilder_g.noteInfo(), + (note) async => note.loadPage( + builder: await z_draft_core_concepts_state_StatefulBuilder_ + .loadLibrary() + .then((value) => z_draft_core_concepts_state_StatefulBuilder_.build))); + final Note z_draft_other_research_remote_view = put( "/z_draft/other/research/remote_view", z_draft_other_research_remote_view_g.noteInfo(), @@ -285,6 +342,14 @@ abstract class BaseNotes { .loadLibrary() .then((value) => z_draft_other_note_self_notebook_.build))); + final Note z_draft_other_dev_host_mirror = put( + "/z_draft/other/dev/host_mirror", + z_draft_other_dev_host_mirror_g.noteInfo(), + (note) async => note.loadPage( + builder: await z_draft_other_dev_host_mirror_ + .loadLibrary() + .then((value) => z_draft_other_dev_host_mirror_.build))); + final Note z_draft_other_dev_devtool_vmservice = put( "/z_draft/other/dev/devtool/vmservice", z_draft_other_dev_devtool_vmservice_g.noteInfo(), @@ -313,57 +378,6 @@ abstract class BaseNotes { .loadLibrary() .then((value) => z_draft_other_thinking_in_ui_readable_html_vs_dart_.build))); - final Note z_draft_concepts_layout_constraints = put( - "/z_draft/concepts/layout/constraints", - z_draft_concepts_layout_constraints_g.noteInfo(), - (note) async => note.loadPage( - builder: await z_draft_concepts_layout_constraints_ - .loadLibrary() - .then((value) => z_draft_concepts_layout_constraints_.build))); - - final Note z_draft_concepts_layout_old_layout = put( - "/z_draft/concepts/layout/old/layout", - z_draft_concepts_layout_old_layout_g.noteInfo(), - (note) async => note.loadPage( - builder: await z_draft_concepts_layout_old_layout_ - .loadLibrary() - .then((value) => z_draft_concepts_layout_old_layout_.build))); - - final Note z_draft_concepts_layout = put( - "/z_draft/concepts/layout", - z_draft_concepts_layout_g.noteInfo(), - (note) async => note.loadPage( - builder: await z_draft_concepts_layout_.loadLibrary().then((value) => z_draft_concepts_layout_.build))); - - final Note z_draft_concepts_navigation = put( - "/z_draft/concepts/navigation", - z_draft_concepts_navigation_g.noteInfo(), - (note) async => note.loadPage( - builder: - await z_draft_concepts_navigation_.loadLibrary().then((value) => z_draft_concepts_navigation_.build))); - - final Note z_draft_concepts_state_vanilla_state = put( - "/z_draft/concepts/state/1.vanilla_state", - z_draft_concepts_state_vanilla_state_g.noteInfo(), - (note) async => note.loadPage( - builder: await z_draft_concepts_state_vanilla_state_ - .loadLibrary() - .then((value) => z_draft_concepts_state_vanilla_state_.build))); - - final Note z_draft_concepts_state = put( - "/z_draft/concepts/state", - z_draft_concepts_state_g.noteInfo(), - (note) async => note.loadPage( - builder: await z_draft_concepts_state_.loadLibrary().then((value) => z_draft_concepts_state_.build))); - - final Note z_draft_concepts_state_StatefulBuilder = put( - "/z_draft/concepts/state/StatefulBuilder", - z_draft_concepts_state_StatefulBuilder_g.noteInfo(), - (note) async => note.loadPage( - builder: await z_draft_concepts_state_StatefulBuilder_ - .loadLibrary() - .then((value) => z_draft_concepts_state_StatefulBuilder_.build))); - final Note z_draft = put("/z_draft", z_draft_g.noteInfo(), (note) async => note.loadPage(builder: await z_draft_.loadLibrary().then((value) => z_draft_.build))); diff --git a/spaces/flutter_note/lib/notes/samples/container/bar/note.g.dart b/spaces/flutter_note/lib/notes/samples/container/bar/note.g.dart index 8198b168..67bbfc67 100644 --- a/spaces/flutter_note/lib/notes/samples/container/bar/note.g.dart +++ b/spaces/flutter_note/lib/notes/samples/container/bar/note.g.dart @@ -174,7 +174,7 @@ noteInfo() => ( ( cellType: 'body', offset: 7406, - end: 8318, + end: 8189, specialNodes: <({ String nodeType, int end, @@ -185,8 +185,8 @@ noteInfo() => ( /// (print.markdown(""" 上面用法和[Navig) ( cellType: 'body', - offset: 8396, - end: 8667, + offset: 8267, + end: 8538, specialNodes: <({ String nodeType, int end, @@ -197,8 +197,8 @@ noteInfo() => ( /// (onPressed() {ScaffoldMessenger, print(SizedBox(height: 100, ch) ( cellType: 'body', - offset: 8745, - end: 9508, + offset: 8616, + end: 9379, specialNodes: <({ String nodeType, int end, @@ -209,8 +209,8 @@ noteInfo() => ( /// (print.markdown(r''' ## ButtonB) ( cellType: 'body', - offset: 9586, - end: 9916, + offset: 9457, + end: 9787, specialNodes: <({ String nodeType, int end, @@ -221,8 +221,8 @@ noteInfo() => ( /// (print(Container(width: 600, co) ( cellType: 'body', - offset: 9994, - end: 10423, + offset: 9865, + end: 10294, specialNodes: <({ String nodeType, int end, @@ -233,8 +233,8 @@ noteInfo() => ( /// (print.markdown(r''' ## Overflo) ( cellType: 'body', - offset: 10501, - end: 10708, + offset: 10372, + end: 10579, specialNodes: <({ String nodeType, int end, @@ -245,8 +245,8 @@ noteInfo() => ( /// (print(Container(width: 300, ch) ( cellType: 'body', - offset: 10786, - end: 11594, + offset: 10657, + end: 11465, specialNodes: <({ String nodeType, int end, @@ -257,8 +257,8 @@ noteInfo() => ( /// (print.markdown(r''' ## Platfor) ( cellType: 'body', - offset: 11672, - end: 12207, + offset: 11543, + end: 12078, specialNodes: <({ String nodeType, int end, @@ -269,8 +269,8 @@ noteInfo() => ( /// (click() {showAboutDialog(conte, print(MenuBar(children: [MenuI) ( cellType: 'body', - offset: 12285, - end: 13370, + offset: 12156, + end: 13241, specialNodes: <({ String nodeType, int end, @@ -281,8 +281,8 @@ noteInfo() => ( /// () ( cellType: 'tail', - offset: 13370, - end: 13372, + offset: 13241, + end: 13243, specialNodes: <({ String nodeType, int end, diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/error_handle/main_error1_FlutterError.onError.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/error_handle/main_error1_FlutterError.onError.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/error_handle/main_error1_FlutterError.onError.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/error_handle/main_error1_FlutterError.onError.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/box_1_basic.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/box_1_basic.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/box_1_basic.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/box_1_basic.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/box_error1_infinity.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/box_error1_infinity.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/box_error1_infinity.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/box_error1_infinity.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/main.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/main.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/main.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/main.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/note.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/note.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/note.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/note.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/note.g.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/note.g.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/constraints/note.g.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/constraints/note.g.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/note.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/note.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/note.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/note.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/note.g.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/note.g.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/note.g.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/note.g.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/old/layout/note.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/old/layout/note.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/old/layout/note.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/old/layout/note.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/old/layout/note.g.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/old/layout/note.g.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/old/layout/note.g.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/old/layout/note.g.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/old/layout/screen.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/old/layout/screen.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/old/layout/screen.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/old/layout/screen.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/layout/old/layout/screen2.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/old/layout/screen2.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/layout/old/layout/screen2.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/layout/old/layout/screen2.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v1/ref.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v1/ref.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v1/ref.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v1/ref.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/1.1.navigator_hello_v1.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/1.1.navigator_hello_v1.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/1.1.navigator_hello_v1.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/1.1.navigator_hello_v1.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/1.2.navigator_hello_v2.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/1.2.navigator_hello_v2.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/1.2.navigator_hello_v2.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/1.2.navigator_hello_v2.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/2.navigator_v2_result.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/2.navigator_v2_result.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/2.navigator_v2_result.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/2.navigator_v2_result.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/3.navigator_v2_only_pages_last_version.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/3.navigator_v2_only_pages_last_version.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/3.navigator_v2_only_pages_last_version.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/3.navigator_v2_only_pages_last_version.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/4.2.navigator_v2_last_version.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/4.2.navigator_v2_last_version.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/navigation/navigator_v2/4.2.navigator_v2_last_version.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/navigator_v2/4.2.navigator_v2_last_version.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/navigation/note.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/note.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/navigation/note.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/note.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/navigation/note.g.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/note.g.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/navigation/note.g.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/navigation/note.g.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/1.1.hello.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/1.1.hello.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/1.1.hello.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/1.1.hello.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/1.2.state_can_keep_instance.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/1.2.state_can_keep_instance.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/1.2.state_can_keep_instance.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/1.2.state_can_keep_instance.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/2.1.child.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/2.1.child.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/2.1.child.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/2.1.child.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/3.1.ChangeNotifier.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/3.1.ChangeNotifier.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/3.1.ChangeNotifier.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/3.1.ChangeNotifier.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/3.2.ValueNotifer.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/3.2.ValueNotifer.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/3.2.ValueNotifer.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/3.2.ValueNotifer.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/4.1.ListenableBuilder.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/4.1.ListenableBuilder.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/4.1.ListenableBuilder.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/4.1.ListenableBuilder.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/5.1.function_state.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/5.1.function_state.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/5.1.function_state.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/5.1.function_state.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/note.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/note.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/note.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/note.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/note.g.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/note.g.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/1.vanilla_state/note.g.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/1.vanilla_state/note.g.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/StatefulBuilder/note.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/StatefulBuilder/note.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/StatefulBuilder/note.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/StatefulBuilder/note.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/StatefulBuilder/note.g.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/StatefulBuilder/note.g.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/StatefulBuilder/note.g.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/StatefulBuilder/note.g.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/note.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/note.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/note.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/note.dart diff --git a/spaces/flutter_note/lib/notes/z_draft/concepts/state/note.g.dart b/spaces/flutter_note/lib/notes/z_draft/core_concepts/state/note.g.dart similarity index 100% rename from spaces/flutter_note/lib/notes/z_draft/concepts/state/note.g.dart rename to spaces/flutter_note/lib/notes/z_draft/core_concepts/state/note.g.dart diff --git a/spaces/flutter_note/pubspec.yaml b/spaces/flutter_note/pubspec.yaml index 508a806f..a1d7de11 100644 --- a/spaces/flutter_note/pubspec.yaml +++ b/spaces/flutter_note/pubspec.yaml @@ -91,9 +91,9 @@ flutter: - lib/notes/z_draft/cheatsheet/specific_widgets/text/Text/ - lib/notes/z_draft/cheatsheet/specific_widgets/webview/ - lib/notes/z_draft/cheatsheet/style&theming/material3/ - - lib/notes/z_draft/concepts/state/ - - lib/notes/z_draft/concepts/state/1.vanilla_state/ - - lib/notes/z_draft/concepts/state/StatefulBuilder/ + - lib/notes/z_draft/core_concepts/state/ + - lib/notes/z_draft/core_concepts/state/1.vanilla_state/ + - lib/notes/z_draft/core_concepts/state/StatefulBuilder/ - lib/notes/z_draft/other/dart/analyzer/ - lib/notes/z_draft/other/dart/dart3/ - lib/notes/z_draft/other/dart/execption/ @@ -112,10 +112,10 @@ flutter: - lib/notes/z_draft/other/research/remote_view/ - lib/notes/z_draft/other/serialization/json/ - lib/notes/z_draft/other/thinking_in_ui/readable_html_vs_dart/ - - lib/notes/z_draft/concepts/navigation/ - - lib/notes/z_draft/concepts/layout/old/layout/ - - lib/notes/z_draft/concepts/layout/constraints/ - - lib/notes/z_draft/concepts/layout/ + - lib/notes/z_draft/core_concepts/navigation/ + - lib/notes/z_draft/core_concepts/layout/old/layout/ + - lib/notes/z_draft/core_concepts/layout/constraints/ + - lib/notes/z_draft/core_concepts/layout/ # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware