Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add STARCHARTS to README.md #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ EN: The flutter_dynamic is an engine that create flutter application dynamically
* [Github地址](https://github.com/Yingzi-Technology/flutter_dynamic)
* [[email protected]](https://github.com/fisherjoe) - feel free to contact me

[![Stargazers over time](https://starchart.cc/Yingzi-Technology/flutter_dynamic.svg)](https://starchart.cc/Yingzi-Technology/flutter_dynamic)

## Best practice
> Dynamically create similar UI and interactive pages. If you have read the document, you can follow us step by step to create an interesting dynamic page. [Best practice](https://github.com/Yingzi-Technology/flutter_dynamic/blob/master/doc/bestpratice.md)

Expand Down
2 changes: 1 addition & 1 deletion test/yz_flutter_dynamic_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/services.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:flutter_test/flutter_test.dart';

void main() {
const MethodChannel channel = MethodChannel('yz_flutter_dynamic');
Expand Down