Skip to content

Commit e0fe477

Browse files
committed
update version
1 parent 0d336de commit e0fe477

File tree

2 files changed

+40
-56
lines changed

2 files changed

+40
-56
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
package io.flutter.plugins;
2-
3-
import androidx.annotation.Keep;
4-
import androidx.annotation.NonNull;
5-
import io.flutter.Log;
6-
7-
import io.flutter.embedding.engine.FlutterEngine;
8-
9-
/**
10-
* Generated file. Do not edit.
11-
* This file is generated by the Flutter tool based on the
12-
* plugins that support the Android platform.
13-
*/
14-
@Keep
15-
public final class GeneratedPluginRegistrant {
16-
private static final String TAG = "GeneratedPluginRegistrant";
17-
public static void registerWith(@NonNull FlutterEngine flutterEngine) {
18-
try {
19-
flutterEngine.getPlugins().add(new io.flutter.plugins.webviewflutter.WebViewFlutterPlugin());
20-
} catch (Exception e) {
21-
Log.e(TAG, "Error registering plugin webview_flutter_android, io.flutter.plugins.webviewflutter.WebViewFlutterPlugin", e);
22-
}
23-
}
24-
}
1+
//package io.flutter.plugins;
2+
//
3+
//import androidx.annotation.Keep;
4+
//import androidx.annotation.NonNull;
5+
//import io.flutter.Log;
6+
//
7+
//import io.flutter.embedding.engine.FlutterEngine;
8+
//
9+
///**
10+
// * Generated file. Do not edit.
11+
// * This file is generated by the Flutter tool based on the
12+
// * plugins that support the Android platform.
13+
// */
14+
//@Keep
15+
//public final class GeneratedPluginRegistrant {
16+
// private static final String TAG = "GeneratedPluginRegistrant";
17+
// public static void registerWith(@NonNull FlutterEngine flutterEngine) {
18+
// try {
19+
// flutterEngine.getPlugins().add(new io.flutter.plugins.webviewflutter.WebViewFlutterPlugin());
20+
// } catch (Exception e) {
21+
// Log.e(TAG, "Error registering plugin webview_flutter_android, io.flutter.plugins.webviewflutter.WebViewFlutterPlugin", e);
22+
// }
23+
// }
24+
//}

pubspec.yaml

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: graphify
22
description: "A data visualization charts library, based on Apache Echarts, able to build advanced charts like WebGL 3D, GIS map, etc."
33
version: 1.0.4
44
homepage: "https://github.com/warioddly/graphify"
5+
publish_to: "https://pub.dev/"
6+
documentation: "https://echarts.apache.org/en/option.html#title"
57

68
environment:
79
sdk: '>=3.2.3 <4.0.0'
@@ -33,35 +35,17 @@ flutter:
3335
# This is required for using `dart:ffi`.
3436
# All these are used by the tooling to maintain consistency when
3537
# adding or updating assets for this project.
36-
37-
38-
# To add assets to your plugin package, add an assets section, like this:
39-
# assets:
40-
# - images/a_dot_burr.jpeg
41-
# - images/a_dot_ham.jpeg
42-
#
43-
# For details regarding assets in packages, see
44-
# https://flutter.dev/assets-and-images/#from-packages
45-
#
46-
# An image asset can refer to one or more resolution-specific "variants", see
47-
# https://flutter.dev/assets-and-images/#resolution-aware
48-
49-
# To add custom fonts to your plugin package, add a fonts section here,
50-
# in this "flutter" section. Each entry in this list should have a
51-
# "family" key with the font family name, and a "fonts" key with a
52-
# list giving the asset and other descriptors for the font. For
53-
# example:
54-
# fonts:
55-
# - family: Schyler
56-
# fonts:
57-
# - asset: fonts/Schyler-Regular.ttf
58-
# - asset: fonts/Schyler-Italic.ttf
59-
# style: italic
60-
# - family: Trajan Pro
61-
# fonts:
62-
# - asset: fonts/TrajanPro.ttf
63-
# - asset: fonts/TrajanPro_Bold.ttf
64-
# weight: 700
65-
#
66-
# For details regarding fonts in packages, see
67-
# https://flutter.dev/custom-fonts/#from-packages
38+
platforms:
39+
android:
40+
ios:
41+
linux:
42+
macos:
43+
web:
44+
windows:
45+
46+
topics:
47+
- graph
48+
- charts
49+
- echarts
50+
- webgl
51+
- diagram

0 commit comments

Comments
 (0)