add comment example with comment box

merge-requests/1/head
Elham Rababah 6 years ago
parent 82b95843c7
commit 57309a29c5

2
.gitignore vendored

@ -18,7 +18,7 @@
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
.vscode/
# Flutter/Dart/Pub related
**/doc/api/

@ -0,0 +1,16 @@
{
"commentBox.styles": {
"defaultStyle": {
"commentStartToken": "/* \n *@author: Elham Rababah \n *@Date:13/4/1993 \n *@param: \n *@return:\n *@desc: ",
"commentEndToken": "\n */",
"leftEdgeToken": " * ",
"rightEdgeToken": "",
"topEdgeToken": "",
"bottomEdgeToken": "",
"topRightToken": "",
"bottomLeftToken": "",
"capitalize": false,
"textAlignment": "left"
}}
}

@ -9,7 +9,13 @@ import './providers/projects_provider.dart';
import './routes.dart';
void main() => runApp(MyApp());
/*
*@author: Elham Rababah
*@Date:13/4/1993
*@param:
*@return:
*@desc: eee
*/
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override

Loading…
Cancel
Save