We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ebf71 commit 0e10805Copy full SHA for 0e10805
1 file changed
example/README.md
@@ -1,16 +1,12 @@
1
-# flutter_system_proxy_example
+# Flutter System Proxy Example
2
3
Demonstrates how to use the flutter_system_proxy plugin.
4
5
-## Getting Started
+## How to Run
6
7
-This project is a starting point for a Flutter application.
+```
8
+cd example
9
+flutter run
10
11
-A few resources to get you started if this is your first Flutter project:
12
-- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
-- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13
-
14
-For help getting started with Flutter, view our
15
-[online documentation](https://flutter.dev/docs), which offers tutorials,
16
-samples, guidance on mobile development, and a full API reference.
0 commit comments