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 1
1
# Firebase Analytics for Flutter
2
2
3
+ [ ![ pub package] ( https://img.shields.io/pub/v/firebase_analytics.svg )] ( https://pub.dartlang.org/packages/firebase_analytics )
4
+
3
5
** WARNING: this is incomplete and highly experimental**
4
6
5
7
This plugin allows Flutter apps use the Firebase Analytics API from their Dart
Original file line number Diff line number Diff line change 1
1
# firebase_auth_example
2
2
3
+ [ ![ pub package] ( https://img.shields.io/pub/v/firebase_auth.svg )] ( https://pub.dartlang.org/packages/firebase_auth )
4
+
3
5
Demonstrates how to use the firebase_auth plugin.
4
6
5
7
## Getting Started
Original file line number Diff line number Diff line change 1
1
# firebase_database
2
2
3
+ [ ![ pub package] ( https://img.shields.io/pub/v/firebase_database.svg )] ( https://pub.dartlang.org/packages/firebase_database )
4
+
3
5
A new flutter plugin project.
4
6
5
7
## Getting Started
Original file line number Diff line number Diff line change 1
1
# firebase_storage
2
2
3
+ [ ![ pub package] ( https://img.shields.io/pub/v/firebase_storage.svg )] ( https://pub.dartlang.org/packages/firebase_storage )
4
+
3
5
A new flutter plugin project.
4
6
5
7
## 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
+
1
5
A Flutter wrapper for the native image picker.
2
6
7
+
3
8
Note: This is a work-in-progress, and is not fully supported by the Flutter team.
4
9
5
10
## Issues and feedback
Original file line number Diff line number Diff line change 1
1
# path_provider
2
2
3
+ [ ![ pub package] ( https://img.shields.io/pub/v/path_provider.svg )] ( https://pub.dartlang.org/packages/path_provider )
4
+
3
5
A Flutter plugin for finding commonly used locations on the filesystem. Supports iOS and Android.
4
6
5
7
Original file line number Diff line number Diff line change 1
1
# share
2
2
3
+ [ ![ pub package] ( https://img.shields.io/pub/v/share.svg )] ( https://pub.dartlang.org/packages/share )
4
+
3
5
A Flutter plugin to share content from your Flutter app via the platform's
4
6
share dialog.
5
7
Original file line number Diff line number Diff line change 1
1
# shared_preferences
2
2
3
+ [ ![ pub package] ( https://img.shields.io/pub/v/shared_preferences.svg )] ( https://pub.dartlang.org/packages/shared_preferences )
4
+
3
5
Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android), providing
4
6
a persistent store for simple data. Data is persisted to disk automatically
5
7
and asynchronously.
Original file line number Diff line number Diff line change 1
1
# url_launcher
2
2
3
+ [ ![ pub package] ( https://img.shields.io/pub/v/url_launcher.svg )] ( https://pub.dartlang.org/packages/url_launcher )
4
+
3
5
A Flutter plugin for launching a URL in the mobile platform. Supports iOS and Android.
4
6
5
7
## Usage
You can’t perform that action at this time.
0 commit comments