Skip to content
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)
* [153768151@qq.com](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