1
0
Fork 0
mirror of https://github.com/Solido/awesome-flutter.git synced 2025-02-17 15:55:30 -05:00

Link to sqlite plugin

This commit is contained in:
Seth Ladd 2017-05-24 19:30:29 -07:00 committed by GitHub
parent 9416898b48
commit d358207efb

View file

@ -167,9 +167,11 @@ Plugins / IOS - Android additions
- [Flutter Plugins](https://github.com/flutter/plugins/tree/master/packages) - Official Flutter Team Plugins
- [Share Plugin](https://github.com/xster/flutter-plugin-share)
- [sqlite Plugin](https://github.com/tekartik/sqflite)
- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) - by [Hadrien Lejard](https://twitter.com/HadrienLejard)
- [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - Flutters plugins filter in Dart Pub Repository
### Swift
- [Plugin Swift Template](https://github.com/rxlabz/FlutterSwiftPlugin-template) - by [Erick Ghaumez](https://twitter.com/rxlabz)