提交 d3a07bfc authored 作者: JarvanMo's avatar JarvanMo

rename

上级 c37643a1
...@@ -2,7 +2,7 @@ import 'package:flutter/material.dart'; ...@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'dart:async'; import 'dart:async';
import 'package:flutter/services.dart'; import 'package:flutter/services.dart';
import 'package:fluwx/fluwx.dart'; import 'package:fluwx/main.dart';
void main() => runApp(new MyApp()); void main() => runApp(new MyApp());
......
library fluwx; library fluwx;
export 'src/wechat_plugin.dart'; export 'src/fluwx.dart';
export 'src/wechat_share_models.dart'; export 'src/models/wechat_share_models.dart';
export 'src/wechat_scene.dart'; export 'src/wechat_scene.dart';
export 'src/wechat_reponse.dart'; export 'src/wechat_reponse.dart';
\ No newline at end of file
import 'dart:async'; import 'dart:async';
import 'package:flutter/services.dart'; import 'package:flutter/services.dart';
import 'package:fluwx/src/wechat_share_models.dart'; import 'package:fluwx/src/models/wechat_share_models.dart';
class Fluwx { class Fluwx {
static const Map<Type, String> _shareModelMethodMapper = { static const Map<Type, String> _shareModelMethodMapper = {
......
import 'wechat_scene.dart'; import '../wechat_scene.dart';
const String _scene = "scene"; const String _scene = "scene";
const String _transaction = "transaction"; const String _transaction = "transaction";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论