• Stars
    star
    15
  • Rank 1,334,280 (Top 27 %)
  • Language
  • Created about 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Use Flutter Google SignIn completely without Firebase which is working for Android, iOS and Flutter Web.

More Repositories

1

sqflite_database_example

Persist data with Flutter's Sqflite Database locally on your Android or iOS device by using Raw SQL statements.
Dart
189
star
2

generate_pdf_invoice_example

Create an Invoice PDF Document completely with Flutter and learn how to generate and view this invoice in Flutter.
Dart
139
star
3

theme_example

Switch easily between Dark & Light Theme. We cover both phone system themes and app local themes.
Dart
88
star
4

filter_listview_example

Let's use Flutter to search in a ListView by loading JSON data from the Internet and let's filter this data in a ListView.
Dart
73
star
5

quiz_app_example

Let's create a complete Flutter Quiz App UI from scratch with a beautiful design.
Dart
69
star
6

JohannesMilke

65
star
7

hive_database_example

Persist data with Flutter's Hive NoSQL Database locally on Android, iOS & Web.
Dart
63
star
8

user_profile_example

Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.
Dart
58
star
9

user_profile_ii_example

Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.
Dart
56
star
10

firebase_messaging

Receive push notifications on Android & iOS with Flutter.
Dart
55
star
11

firebase_chat_example

Create a chat application with Flutter & Firebase.
Dart
54
star
12

fingerprint_auth_example

By using Flutter Local Auth users can authenticate with Fingerprint & Touch ID in Flutter.
Dart
49
star
13

local_push_notifications

Create local push notifications for your Flutter application on Android & iOS.
Dart
49
star
14

todo_app_firestore_example

We connect our Flutter Todo App to Firebase so that all todos are stored locally & on the server. You learn more deeply how Firestore works!
Dart
46
star
15

pdf_viewer_example

Use the Flutter PDF Viewer to download PDF documents and display them within your Flutter app.
Dart
41
star
16

localization_arb_example

With Flutter Internationalization you can display automatically the correct language used by your end-user within your Flutter app.
Dart
39
star
17

google_signin_example

Learn how to integrate Signin with Google into your Firebase and Flutter app.
Dart
37
star
18

video_ii_example

Rotate the Flutter Video Player in fullscreen by tapping the fullscreen button or rotate the device to Landscape & Portrait.
Dart
36
star
19

typeahead_example

Create an AutoComplete TextField to search JSON data based on suggestions in Flutter.
Dart
35
star
20

sliver_appbar_ii_example

The Flutter SliverAppBar & Collapsing Toolbar allow to specify an individual scrolling behaviour for your App Bars in Flutter.
Dart
35
star
21

speech_to_text_example

Let's build a Speech To Text Flutter app which recognizes & analyzes your words to execute commands.
Dart
35
star
22

firebase_upload_example

Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase.
Dart
34
star
23

qr_code_scanner_example

Let's build a Generate & Scan QR Codes app with Flutter with which you can share information easily with your friends.
Dart
33
star
24

navigation_drawer_example

Let's create a Flutter Navigation Drawer with routing that is displayed as a Sidebar Menu within your Flutter app.
33
star
25

firebase_download_example

Download files from Firebase Storage with Flutter. List all images, videos, or other files from Firebase and download them.
Dart
32
star
26

tinder_ui_clone_example

We will build a Flutter UI design clone of the dating app Tinder where you can swipe cards similar to Tinder.
Dart
32
star
27

onboarding_screen_example

Create your custom and beautiful onboarding screens easily with Flutter.
Dart
30
star
28

layout_basics_example

Build basic Flutter layouts and widgets with the help of Row, Column, Stack, Expanded, Container, ListView, and GridView in Flutter.
Dart
30
star
29

datatable_editable_example

Create an Editable DataTable with Flutter to modify specific data cells within your table rows in Flutter.
Dart
29
star
30

date_picker_example

Use the Flutter Date Picker to pick a single date, time & date range easily in Flutter.
Dart
29
star
31

futurebuilder_example

Learn how to load JSON data from the server or from your local assets with the FutureBuilder in Flutter.
Dart
28
star
32

user_profile_shared_preferences_example

Let's create a complete Flutter User Profile Page with SharedPreferences to persist the user's information in Flutter.
Dart
28
star
33

collapsible_navigation_drawer_example

Let's create a Flutter Collapsible Sidebar Menu that can collapse and expand the Navigation Drawer in Flutter.
Dart
28
star
34

video_example

Use the Flutter Video Player to play videos from your Assets, File System & from the Network in Flutter.
Dart
27
star
35

firebase_auth

Use Firebase Authentation with Flutter to SignIn, SignUp, Reset Password and Verify Email inside your Flutter app.
27
star
36

search_appbar_example

Let's create a SearchAppBar for doing local & network-based search queries in Flutter.
Dart
27
star
37

firebase_pagination_example

Load your data from Firebase separately with Pagination & Infinite Scrolling in your Flutter app.
Dart
27
star
38

datatable_sortable_example

Create a DataTable with Flutter to display data in columns, rows, and cells and also learn how to sort the data within the table.
Dart
26
star
39

local_notifications_example

Send and schedule Local Push Notifications in Flutter for Android and iOS. Schedule repeatedly in background on a daily or weekly basis.
26
star
40

image_picker_example

Create an image picker from camera and gallery in Flutter. Pick Images, Mutiple Images and Videos in Flutter.
26
star
41

cupertino_datepicker_example

Use the iOS Styled Cupertino Date Picker in Flutter to pick dates, times & also any other items.
Dart
22
star
42

shared_preferences_simple_example

Store & Load Data locally on your phone with Flutter's SharedPreferences plugin to persist data even if your app was closed.
Dart
22
star
43

draggable_example

Move widgets around and drag and drop these widgets at another location by using Flutter Draggable & DragTarget.
Dart
22
star
44

events_calendar_example

Create a Flutter Calendar Events App with different views. Schedule appointments, edit and delete calendar events in Flutter.
21
star
45

fitness_app_example

Let's build a nice-looking fitness app where you can watch workout videos of your personal trainer.
Dart
21
star
46

country_picker_example

Within the ListView, you can select single & multiple items such as countries and languages out of a list of items in Flutter.
Dart
21
star
47

hero_location_ui

Create powerful animations in Flutter and use the hero animation for complex animations.
Dart
20
star
48

chat_app_ui

How to build a Chat App or Messaging App in Flutter with a list of chat messages and a textfield to write these chat messages in Flutter.
20
star
49

quiz_app_ii_example

Let's finish the Quiz App in Flutter with a beautiful home page and different categories of questions.
Dart
20
star
50

profile_page_example

Create a beautiful User Profile Page UI in Flutter with profile picture, profile image and cover image.
20
star
51

curved_bottom_navigation_bar

Create an Animated Curved Bottom Navigation Bar in Flutter. This Curved Navigation Bar works on Android and iOS.
20
star
52

drag_drop_listview_example

Use Flutter to drag and drop items within the ListView to other locations and also drag the whole listview around.
Dart
20
star
53

riverpod_providers_example

The state management with Riverpod has many advantages over the Provider such as higher performance and more comfortable usage.
Dart
19
star
54

showcase_widgets_example

Introduce your app to your users by showcasing the most important widgets and their functionality in Flutter.
Dart
19
star
55

secure_storage_example

Persist your data securely and encrypted with Flutter Secure Storage locally on your phone in Flutter.
Dart
19
star
56

firebase_chat_reply_example

Reply to messages in your chat application with Flutter.
JavaScript
18
star
57

material_you_navigation_bar

The new Flutter Material You Navigation Bar is here! Does it replace the aged Flutter Bottom Navigation Bar?
18
star
58

push_notification

Let's use Firebase Push Notifications in our Flutter app to send push notifications to different users through the Firebase console!
18
star
59

qr_code_app_example

Generate Flutter QR Codes to share data whereas other people use the Flutter QR Code Scanner App to retrieve this data.
17
star
60

appbar_example

Let's learn everything about the AppBar widget in Flutter and let's also create a transparent AppBar.
Dart
17
star
61

chip_example

Learn more about all the different kinds of Chips Flutter offers you out of the box.
Dart
17
star
62

firebase_ml_text_recognition

Recognize texts out of images with Flutter & Firebase ML.
Dart
17
star
63

autofill_example

With Flutter 2 Autofill Services are supported. Fill TextFields with name, email, payment methods etc. automatically in Flutter.
Dart
17
star
64

google_signin_ii_example

Integrate Flutter Google SignIn With Firebase to allow user authentication in your Flutter app.
16
star
65

transition_location_ui

Create powerful UI design animations easily with Flutter.
Dart
16
star
66

image_cropper_example

Let's pick images and crop, rotate, scale, and save them with the ImageCropper Plugin in Flutter.
Dart
16
star
67

sqflite_database

Store data using Flutter SQL Database Storage SQFlite to insert, delete, update and view data in your Flutter SQLite Database.
16
star
68

chat_ui_stream_example

Let's build a complete responsive real-time Flutter Chat App from scratch for mobile & web with Stream Chat.
Dart
16
star
69

signature_example

Let's create a Flutter Signature App where the user can draw his signature and also export the signature as an image in Flutter.
Dart
15
star
70

popupmenu_focused_example

Let's create a focused popup menu that will popup if we tap on any widget in Flutter.
Dart
15
star
71

generate_pdf_ii_example

Let's use Flutter to generate PDF Documents with images and tables by using exclusively Flutter widgets.
Dart
15
star
72

purchases_flutter_example

Create In App Purchases and Subscriptions in Flutter with RevenueCat.
15
star
73

firebase_crud

How to use all Firebase CRUD operations in Flutter to write data, read data, update data and delete data from the Firestore Cloud Database.
15
star
74

navigation_drawer_animation

Create a Flutter Navigation Drawer Animation that is displayed as a Sidebar Menu with animation within your Flutter app.
15
star
75

selectable_navigation_drawer_example

Let's create a selectable Flutter Navigation Drawer with routing that highlights the current item within the Flutter Sidebar Menu.
Dart
15
star
76

flutter_ecommerce_app

Learn to create a complete e-commerce app in Flutter. Implement multiple product categories, favorite/unfavorite products, read descriptions, and add items to the cart. Develop your app-building skills and create a seamless shopping experience!
14
star
77

delivery_app_example

Create a Flutter Delivery App that generates an Invoice PDF document with the customer signature included.
14
star
78

chat_ui_stream_iii_example

Let's build a Responsive Flutter Chat App with Multi-User Support for Flutter Web & Firebase & Stream Chat.
JavaScript
14
star
79

social_app_design_example

This is a fresh social app design which was created with Flutter.
Dart
14
star
80

chat_ui_stream_ii_example

Let's integrate chat rooms and stories into our Flutter Chat App with StreamChat & Firebase.
Dart
14
star
81

json_listview

Fetch JSON data from an API using Flutter HTTP get and use a FutureBuilder to populate a list asynchronously with JSON data in Flutter.
14
star
82

riverpod_notifiers_example

Riverpod state management goes to the second round. This time we look at Notifiers.
Dart
13
star
83

login_signup_example

Let's build a complete login & signup app with Flutter that stores user information permanently with SharedPreferences & JSON Data.
Dart
13
star
84

todo_app_ui_ii_example

Let's finish the Todo App from scratch for storing todos locally with the Provider package in Flutter.
Dart
13
star
85

animations_transform_example

Create beautiful & complex animations for widgets & pages with the Container Transform Animation in Flutter.
Dart
13
star
86

web_views_example

Create a Flutter Webview App Example that allows to load URLs, display web pages with HTML, run Javascript on Android and iOS.
13
star
87

local_notifications_ii_example

Send and schedule Local Push Notifications in Flutter in background when app is closed, with a custom sound and no sound.
13
star
88

rate_my_app_example

With the Flutter In App Rating, you can redirect the user to the Playstore & AppStore to leave a review & to rate your Flutter app.
Dart
13
star
89

navigation_drawer

Let's create a Flutter Navigation Drawer with routing that is displayed as a Sidebar Menu within your Flutter app.
13
star
90

onboarding_screen

How to create an Onboarding Screen UI or Introduction Screen in Flutter. Also, show the Onboarding Screen only one time in your Flutter app.
13
star
91

generate_pdf_example

Let's use Flutter to generate PDF Documents with graphics, images, and texts by using exclusively Flutter widgets.
Dart
13
star
92

settings_screen_example

Create a Flutter Settings Page UI that uses Shared Preferences to store the app settings in Flutter.
12
star
93

web_scrapping_ii

Build a Web Scraper in Flutter that uses HTTP Requests to get data from any website. Also webscrape JavaScript websites with Flutter!
12
star
94

todo_app_ui_example

Let's create a todo app from scratch with Flutter and the provider package.
Dart
12
star
95

fitness_app_ii_example

Let's implement the video functionality for our good-looking fitness app in Flutter.
Dart
12
star
96

expandable_listview_example

With Flutter ExpansionTile, you can expand and shrink your widgets and also create an expandable nested ListView.
Dart
12
star
97

animated_list_example

Create animations easily for your Lists in your Flutter apps.
Dart
12
star
98

glassmorphism

How to create a Glassmorphism Effect in Flutter by using opacity, a backdrop filter to blur the background to create a Flutter Glass Effect.
12
star
99

web_scrapping

Build a Web Scraper in Flutter that uses HTTP Requests to get data from any website. Web Scrapping with Flutter is simple!
12
star
100

hidden_drawer_example

Learn how to create a Hidden Drawer UI in Flutter and learn how to create a Navigation Drawer Animation in Flutter.
12
star