forked from toly1994328/FlutterUnit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f16d031
commit 29a985e
Showing
535 changed files
with
366 additions
and
359 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
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 |
---|---|---|
|
@@ -5,10 +5,10 @@ import 'package:flutter_unit/app/blocs/global/global_event.dart'; | |
import 'package:flutter_unit/app/blocs/global/global_state.dart'; | ||
import 'package:flutter_unit/app/res/cons.dart'; | ||
|
||
import 'package:flutter_unit/views/components/permanent/code/code_widget.dart'; | ||
import 'package:flutter_unit/views/components/permanent/code/highlighter_style.dart'; | ||
import 'package:flutter_unit/views/components/permanent/feedback_widget.dart'; | ||
import 'package:flutter_unit/views/components/permanent/circle.dart'; | ||
import 'package:flutter_unit/components/permanent/code/code_widget.dart'; | ||
import 'package:flutter_unit/components/permanent/code/highlighter_style.dart'; | ||
import 'package:flutter_unit/components/permanent/feedback_widget.dart'; | ||
import 'package:flutter_unit/components/permanent/circle.dart'; | ||
|
||
/// create by 张风捷特烈 on 2020-04-10 | ||
/// contact me by email [email protected] | ||
|
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 |
---|---|---|
|
@@ -5,8 +5,8 @@ import 'package:flutter_unit/app/res/cons.dart'; | |
import 'package:flutter_unit/app/blocs/global/global_bloc.dart'; | ||
import 'package:flutter_unit/app/blocs/global/global_event.dart'; | ||
import 'package:flutter_unit/app/blocs/global/global_state.dart'; | ||
import 'package:flutter_unit/views/components/permanent/feedback_widget.dart'; | ||
import 'package:flutter_unit/views/components/permanent/circle.dart'; | ||
import 'package:flutter_unit/components/permanent/feedback_widget.dart'; | ||
import 'package:flutter_unit/components/permanent/circle.dart'; | ||
|
||
/// create by 张风捷特烈 on 2020-04-10 | ||
/// contact me by email [email protected] | ||
|
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ import 'package:flutter_unit/app/res/cons.dart'; | |
import 'package:flutter_unit/app/blocs/global/global_bloc.dart'; | ||
import 'package:flutter_unit/app/blocs/global/global_event.dart'; | ||
import 'package:flutter_unit/app/blocs/global/global_state.dart'; | ||
import 'package:flutter_unit/views/components/permanent/feedback_widget.dart'; | ||
import 'package:flutter_unit/views/components/permanent/circle.dart'; | ||
import 'package:flutter_unit/components/permanent/feedback_widget.dart'; | ||
import 'package:flutter_unit/components/permanent/circle.dart'; | ||
|
||
/// create by 张风捷特烈 on 2020-04-10 | ||
/// contact me by email [email protected] | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export './drop_selectable_widget.dart'; | ||
export './project/widget_node_panel.dart'; | ||
export './project/unit_drawer_header.dart'; | ||
export './project/overlay_tool_wrapper.dart'; | ||
export './project/no_more_widget.dart'; | ||
export './project/color_chooser.dart'; | ||
export './project/wrapper/honour_wrapper.dart'; | ||
export './project/nav/unit_bottom_bar.dart'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...permanent/code/language/dart_languge.dart → ...permanent/code/language/dart_languge.dart
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,4 +1,4 @@ | ||
import 'package:flutter_unit/views/components/permanent/code/language/language.dart'; | ||
import 'package:flutter_unit/components/permanent/code/language/language.dart'; | ||
|
||
/// create by 张风捷特烈 on 2021/1/21 | ||
/// contact me by email [email protected] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...nts/permanent/loading/planet_loading.dart → ...nts/permanent/loading/planet_loading.dart
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ews/components/project/color_chooser.dart → lib/components/project/color_chooser.dart
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...oject/dialogs/delete_category_dialog.dart → ...oject/dialogs/delete_category_dialog.dart
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,5 +1,5 @@ | ||
import 'package:flutter/material.dart'; | ||
import 'package:flutter_unit/views/components/permanent/feedback_widget.dart'; | ||
import 'package:flutter_unit/components/permanent/feedback_widget.dart'; | ||
|
||
/// create by 张风捷特烈 on 2020-04-21 | ||
/// contact me by email [email protected] | ||
|
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...nts/project/items/category_list_item.dart → ...nts/project/items/category_list_item.dart
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
2 changes: 1 addition & 1 deletion
2
...ject/items/gallery/gallery_card_item.dart → ...ject/items/gallery/gallery_card_item.dart
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,7 +1,7 @@ | ||
import 'package:flutter/material.dart'; | ||
import 'package:flutter_unit/app/utils/convert.dart'; | ||
import 'package:flutter_unit/painter_system/gallery_factory.dart'; | ||
import 'package:flutter_unit/views/components/permanent/color_wrapper.dart'; | ||
import 'package:flutter_unit/components/permanent/color_wrapper.dart'; | ||
|
||
/// create by 张风捷特烈 on 2020/11/28 | ||
/// contact me by email [email protected] | ||
|
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
2 changes: 1 addition & 1 deletion
2
...mponents/project/nav/unit_bottom_bar.dart → ...mponents/project/nav/unit_bottom_bar.dart
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,7 +1,7 @@ | ||
import 'package:flutter/material.dart'; | ||
import 'package:flutter_unit/app/res/size_unit.dart'; | ||
import 'package:flutter_unit/app/res/toly_icon.dart'; | ||
import 'package:flutter_unit/views/components/permanent/feedback_widget.dart'; | ||
import 'package:flutter_unit/components/permanent/feedback_widget.dart'; | ||
|
||
/// create by 张风捷特烈 on 2020-04-11 | ||
/// contact me by email [email protected] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -2,14 +2,14 @@ import 'package:flutter/material.dart'; | |
|
||
import 'package:flutter_unit/app/res/toly_icon.dart'; | ||
|
||
import 'package:flutter_unit/views/components/permanent/circle.dart'; | ||
import 'package:flutter_unit/views/components/permanent/code/code_widget.dart'; | ||
import 'package:flutter_unit/views/components/permanent/panel.dart'; | ||
import 'package:flutter_unit/components/permanent/circle.dart'; | ||
import 'package:flutter_unit/components/permanent/code/code_widget.dart'; | ||
import 'package:flutter_unit/components/permanent/panel.dart'; | ||
import 'package:share/share.dart'; | ||
import 'package:toggle_rotate/toggle_rotate.dart'; | ||
|
||
import '../permanent/feedback_widget.dart'; | ||
import 'package:flutter_unit/views/components/permanent/code/highlighter_style.dart'; | ||
import 'package:flutter_unit/components/permanent/code/highlighter_style.dart'; | ||
|
||
/// create by 张风捷特烈 on 2020-04-13 | ||
/// contact me by email [email protected] | ||
|
File renamed without changes.
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
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
Oops, something went wrong.