From e20ef9cbd5d1d0bb5a7ee68a7505e008e526f1c5 Mon Sep 17 00:00:00 2001 From: JohnE Date: Sat, 15 Jun 2019 16:30:09 -0700 Subject: [PATCH] MOD: formating README --- README.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index d8d1800..350fd36 100644 --- a/README.rst +++ b/README.rst @@ -11,19 +11,20 @@ In the future flutter_web will be merged with flutter master. At that time this Working Plugins --------------- -* provider - - works as expected -* flutter_progress_button - - TBD + + * provider + - works as expected + * flutter_progress_button + - TBD Not Working Plugins (for your referrence) ----------------------------------------- These packages are listed for referrence. These packages were an early attempt to get working, but failed for the reasons below: -* firebase_core - - cannot run on web because it is only a wrapper. this plugin depends on native code for Android/iOS. also developers intentionally added an exception that throws when trying to use this on flutter_web. "this is not compatible with flutter web preview". -* cloud_firestore - - cannot run on web because it is only a wrapper. this plugin depends on native code for Android/iOS. also developers intentionally added an exception that throws when trying to use this on flutter_web. "this is not compatible with flutter web preview". + * firebase_core + - cannot run on web because it is only a wrapper. this plugin depends on native code for Android/iOS. also developers intentionally added an exception that throws when trying to use this on flutter_web. "this is not compatible with flutter web preview". + * cloud_firestore + - cannot run on web because it is only a wrapper. this plugin depends on native code for Android/iOS. also developers intentionally added an exception that throws when trying to use this on flutter_web. "this is not compatible with flutter web preview". Usage