Skip to content

Commit

Permalink
remove flutter assets
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed Apr 29, 2024
1 parent 529b1d0 commit d5c8481
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 54 deletions.
55 changes: 1 addition & 54 deletions notes/flutter_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,60 +62,7 @@ flutter:
uses-material-design: true

# if app can not start , you can remove all prefix "lib/routes/*" assets , it is auto generated by note_tools
assets:
- lib/routes/notes/
- lib/routes/notes/Improve_app/
- lib/routes/notes/Improve_app/1.overview/
- lib/routes/notes/Improve_app/RepaintBoundary/
- lib/routes/notes/Improve_app/event&listener&lifeycle/
- lib/routes/notes/Improve_app/web_optimization/
- lib/routes/notes/dev/debug/
- lib/routes/notes/dev/devtool/
- lib/routes/notes/dev/devtool/vmservice/
- lib/routes/notes/dev/host_mirror/
- lib/routes/notes/dev/macos_config/
- lib/routes/notes/env_info/
- lib/routes/notes/i18n/
- lib/routes/notes/layout/
- lib/routes/notes/layout/box_layout/constraints/
- lib/routes/notes/layout/old/layout/
- lib/routes/notes/layout/responsive_design/
- lib/routes/notes/media&assets&file/assets/
- lib/routes/notes/media&assets&file/file_desktop/
- lib/routes/notes/media&assets&file/file_web/
- lib/routes/notes/navigation/
- lib/routes/notes/pure_dart/analyzer/
- lib/routes/notes/pure_dart/async/
- lib/routes/notes/pure_dart/dart3/
- lib/routes/notes/pure_dart/execption/
- lib/routes/notes/pure_dart/safe_interface/
- lib/routes/notes/pure_dart/serialization_json/
- lib/routes/notes/research/remote_view/
- lib/routes/notes/research/research_parameterized_example/
- lib/routes/notes/state/
- lib/routes/notes/state/1.vanilla_state/
- lib/routes/notes/state/StatefulBuilder/
- lib/routes/notes/style&theming/material3/
- lib/routes/notes/thinking_in_ui/readable_html_vs_dart/
- lib/routes/notes/widgets/container_widgets/bar/
- lib/routes/notes/widgets/container_widgets/menu/
- lib/routes/notes/widgets/container_widgets/scrollable/Dismissible/
- lib/routes/notes/widgets/specific_widgets/button/ButtonStyleButton/
- lib/routes/notes/widgets/specific_widgets/button/FloatingActionButton/
- lib/routes/notes/widgets/specific_widgets/button/IconButton/
- lib/routes/notes/widgets/specific_widgets/button/overview/
- lib/routes/notes/widgets/specific_widgets/icon/
- lib/routes/notes/widgets/specific_widgets/input/
- lib/routes/notes/widgets/specific_widgets/selectable/
- lib/routes/notes/widgets/specific_widgets/slider/
- lib/routes/notes/widgets/specific_widgets/text/RichText/
- lib/routes/notes/widgets/specific_widgets/text/Text/
- lib/routes/notes/widgets/specific_widgets/webview/
- lib/routes/notes/x.note_inside/1.welcome/
- lib/routes/notes/x.note_inside/how_note_work/
- lib/routes/notes/x.note_inside/mockup_content/
- lib/routes/notes/x.note_inside/note_test_self/
- lib/routes/notes/x.note_inside/note_test_self/nobody/
# assets:
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// ignore_for_file: avoid_print


import 'package:test/test.dart';


main() {
group('read file as string', () async {
test('analyzer', () async {
});

});
}

0 comments on commit d5c8481

Please sign in to comment.