MOD: formating README
This commit is contained in:
parent
e069755d2f
commit
e20ef9cbd5
17
README.rst
17
README.rst
|
@ -11,19 +11,20 @@ In the future flutter_web will be merged with flutter master. At that time this
|
||||||
|
|
||||||
Working Plugins
|
Working Plugins
|
||||||
---------------
|
---------------
|
||||||
* provider
|
|
||||||
- works as expected
|
* provider
|
||||||
* flutter_progress_button
|
- works as expected
|
||||||
- TBD
|
* flutter_progress_button
|
||||||
|
- TBD
|
||||||
|
|
||||||
|
|
||||||
Not Working Plugins (for your referrence)
|
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:
|
These packages are listed for referrence. These packages were an early attempt to get working, but failed for the reasons below:
|
||||||
* firebase_core
|
* 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".
|
- 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
|
* 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".
|
- 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
|
Usage
|
||||||
|
|
Loading…
Reference in New Issue