Skip to content

Commit ec0e716

Browse files
authored
Platform interface (#45)
1 parent c976b5f commit ec0e716

23 files changed

+524
-290
lines changed

splitio/lib/channel/method_channel_manager.dart

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

splitio/lib/events/split_events_listener.dart

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

splitio/lib/events/split_method_call_handler.dart

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

splitio/test/method_channel_manager_test.dart

Lines changed: 0 additions & 99 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
12+
# IntelliJ related
13+
*.iml
14+
*.ipr
15+
*.iws
16+
.idea/
17+
18+
# The .vscode folder contains launch configuration and tasks you configure in
19+
# VS Code which you may wish to be included in version control, so this line
20+
# is commented out by default.
21+
#.vscode/
22+
23+
# Flutter/Dart/Pub related
24+
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
25+
/pubspec.lock
26+
**/doc/api/
27+
.dart_tool/
28+
.packages
29+
build/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 1.0.0
2+
3+
Initial release.

0 commit comments

Comments
 (0)