Skip to content

Commit

Permalink
add states_rebuilder sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Mellati Meftah authored and Mellati Meftah committed Jan 12, 2020
1 parent fe3b8da commit 0734fd8
Show file tree
Hide file tree
Showing 83 changed files with 3,285 additions and 0 deletions.
37 changes: 37 additions & 0 deletions states_rebuilder/.gitignore
@@ -0,0 +1,37 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# 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/

# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/

# Web related
lib/generated_plugin_registrant.dart

# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
10 changes: 10 additions & 0 deletions states_rebuilder/.metadata
@@ -0,0 +1,10 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled and should not be manually edited.

version:
revision: 659dc8129d4edb9166e9a0d600439d135740933f
channel: dev

project_type: app
5 changes: 5 additions & 0 deletions states_rebuilder/.vscode/settings.json
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"todos"
]
}

0 comments on commit 0734fd8

Please sign in to comment.