-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gen pages.g.dart: 4.已调通一个简单的note layout 模版,左树形导航,右note page,但目前not fo…
…und page场景未处理,导致点了无builder页面会报错
- Loading branch information
Showing
24 changed files
with
539 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
import 'package:flutter/widgets.dart'; | ||
import 'package:you_flutter/router.dart'; | ||
import 'package:you_note_dart/note.dart'; | ||
import 'package:you_note_dart/note_layouts.dart'; | ||
|
||
PageBuilder layout(NoteBuilder builder) { | ||
return (BuildContext context, ToUri uri) => NoteLayoutStyle1( | ||
uri: uri, | ||
builder: builder, | ||
); | ||
return (context, uri) => NoteLayoutStyle1(uri: uri, builder: builder); | ||
} |
Oops, something went wrong.