MOD: formating README
This commit is contained in:
parent
e069755d2f
commit
e20ef9cbd5
|
@ -11,18 +11,19 @@ In the future flutter_web will be merged with flutter master. At that time this
|
||||||
|
|
||||||
Working Plugins
|
Working Plugins
|
||||||
---------------
|
---------------
|
||||||
* provider
|
|
||||||
|
* provider
|
||||||
- works as expected
|
- works as expected
|
||||||
* flutter_progress_button
|
* flutter_progress_button
|
||||||
- TBD
|
- 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".
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue