Skip to content

Commit 1f42d5c

Browse files
mregandlaphillwiggins
authored andcommitted
cleanup and fixed a broken code (#295)
* Setting installationId in _Session object during sign-up * example app migration to use Sembast v2 * updated .gitignore and cleaned unnecessary files in the repo * fixed broken code after rebase * updated .gitignore
1 parent ac9ff8a commit 1f42d5c

16 files changed

+25
-576
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,28 @@
66
pubspec.lock
77
.example/lib/application_constants.dart
88

9+
# IntelliJ related
10+
*.iml
11+
*.ipr
12+
*.iws
13+
.idea/
14+
15+
# Android related
16+
**/android/**/gradle-wrapper.jar
17+
**/android/.gradle
18+
**/android/captures/
19+
**/android/gradlew
20+
**/android/gradlew.bat
21+
**/android/local.properties
22+
**/android/**/GeneratedPluginRegistrant.java
23+
24+
**/ios/Flutter/flutter_export_environment.sh
25+
926
build/
1027
.idea
1128
example/ios/Frameworks/
1229
example/lib/ui/
1330

31+
.flutter-plugins-dependencies
32+
1433
.vscode/

example/.idea/codeStyles/Project.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

example/.idea/libraries/Dart_SDK.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

example/.idea/libraries/Flutter_Plugins.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

example/.idea/libraries/Flutter_for_Android.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

example/.idea/misc.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

example/.idea/modules.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

example/.idea/runConfigurations/main_dart.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)