Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

杨树贤 / kefu_server

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file
Normal viewHistoryPermalink
Switch branch/tag
  • kefu_server
  • ui
  • kefu_flutter
  • test
  • kefu_flutter_test.dart
kefu_flutter_test.dart 186 Bytes
chenxianqi's avatar
update kefu_client style
f8f7c88e
 
chenxianqi committed 5 years ago
1 2 3 4 5 6 7 8 9
import 'package:flutter_test/flutter_test.dart';

import 'package:kefu_flutter/kefu_flutter.dart';

void main() {
  test('adds one to input values', () {
    KeFuStore().view();
  });
}