This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +21
-0
lines changed
Expand file tree Collapse file tree 9 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 11# Firebase Analytics for Flutter
22
3+ [ ![ pub package] ( https://img.shields.io/pub/v/firebase_analytics.svg )] ( https://pub.dartlang.org/packages/firebase_analytics )
4+
35** WARNING: this is incomplete and highly experimental**
46
57This plugin allows Flutter apps use the Firebase Analytics API from their Dart
Original file line number Diff line number Diff line change 11# firebase_auth_example
22
3+ [ ![ pub package] ( https://img.shields.io/pub/v/firebase_auth.svg )] ( https://pub.dartlang.org/packages/firebase_auth )
4+
35Demonstrates how to use the firebase_auth plugin.
46
57## Getting Started
Original file line number Diff line number Diff line change 11# firebase_database
22
3+ [ ![ pub package] ( https://img.shields.io/pub/v/firebase_database.svg )] ( https://pub.dartlang.org/packages/firebase_database )
4+
35A new flutter plugin project.
46
57## Getting Started
Original file line number Diff line number Diff line change 11# firebase_storage
22
3+ [ ![ pub package] ( https://img.shields.io/pub/v/firebase_storage.svg )] ( https://pub.dartlang.org/packages/firebase_storage )
4+
35A new flutter plugin project.
46
57## Getting Started
Original file line number Diff line number Diff line change 1+ # Image Picker plugin for Flutter
2+
3+ [ ![ pub package] ( https://img.shields.io/pub/v/image_picker.svg )] ( https://pub.dartlang.org/packages/image_picker )
4+
15A Flutter wrapper for the native image picker.
26
7+
38Note: This is a work-in-progress, and is not fully supported by the Flutter team.
49
510## Issues and feedback
Original file line number Diff line number Diff line change 11# path_provider
22
3+ [ ![ pub package] ( https://img.shields.io/pub/v/path_provider.svg )] ( https://pub.dartlang.org/packages/path_provider )
4+
35A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS and Android.
46
57
Original file line number Diff line number Diff line change 11# share
22
3+ [ ![ pub package] ( https://img.shields.io/pub/v/share.svg )] ( https://pub.dartlang.org/packages/share )
4+
35A Flutter plugin to share content from your Flutter app via the platform's
46share dialog.
57
Original file line number Diff line number Diff line change 11# shared_preferences
22
3+ [ ![ pub package] ( https://img.shields.io/pub/v/shared_preferences.svg )] ( https://pub.dartlang.org/packages/shared_preferences )
4+
35Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android), providing
46a persistent store for simple data. Data is persisted to disk automatically
57and asynchronously.
Original file line number Diff line number Diff line change 11# url_launcher
22
3+ [ ![ pub package] ( https://img.shields.io/pub/v/url_launcher.svg )] ( https://pub.dartlang.org/packages/url_launcher )
4+
35A Flutter plugin for launching a URL in the mobile platform. Supports iOS and Android.
46
57## Usage
You can’t perform that action at this time.
0 commit comments