Skip to content

Commit

Permalink
整理目录
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed Mar 25, 2024
1 parent 36fff39 commit aad1d50
Show file tree
Hide file tree
Showing 36 changed files with 113 additions and 99 deletions.
160 changes: 87 additions & 73 deletions spaces/flutter_note/lib/notes.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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_;
Expand All @@ -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'
Expand Down Expand Up @@ -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(),
Expand Down Expand Up @@ -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(),
Expand Down Expand Up @@ -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)));

Expand Down
38 changes: 19 additions & 19 deletions spaces/flutter_note/lib/notes/samples/container/bar/note.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ noteInfo() => (
(
cellType: 'body',
offset: 7406,
end: 8318,
end: 8189,
specialNodes: <({
String nodeType,
int end,
Expand All @@ -185,8 +185,8 @@ noteInfo() => (
/// (print.markdown(""" 上面用法和[Navig)
(
cellType: 'body',
offset: 8396,
end: 8667,
offset: 8267,
end: 8538,
specialNodes: <({
String nodeType,
int end,
Expand All @@ -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,
Expand All @@ -209,8 +209,8 @@ noteInfo() => (
/// (print.markdown(r''' ## ButtonB)
(
cellType: 'body',
offset: 9586,
end: 9916,
offset: 9457,
end: 9787,
specialNodes: <({
String nodeType,
int end,
Expand All @@ -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,
Expand All @@ -233,8 +233,8 @@ noteInfo() => (
/// (print.markdown(r''' ## Overflo)
(
cellType: 'body',
offset: 10501,
end: 10708,
offset: 10372,
end: 10579,
specialNodes: <({
String nodeType,
int end,
Expand All @@ -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,
Expand All @@ -257,8 +257,8 @@ noteInfo() => (
/// (print.markdown(r''' ## Platfor)
(
cellType: 'body',
offset: 11672,
end: 12207,
offset: 11543,
end: 12078,
specialNodes: <({
String nodeType,
int end,
Expand All @@ -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,
Expand All @@ -281,8 +281,8 @@ noteInfo() => (
/// ()
(
cellType: 'tail',
offset: 13370,
end: 13372,
offset: 13241,
end: 13243,
specialNodes: <({
String nodeType,
int end,
Expand Down
14 changes: 7 additions & 7 deletions spaces/flutter_note/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down

0 comments on commit aad1d50

Please sign in to comment.