All Projects → WillyShakes → flutter_auth

WillyShakes / flutter_auth

Licence: other
Instagram Authentication Flutter App Example

Programming Languages

dart
5743 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to flutter auth

flutter-bloc
A compilation of flutter block state management tutorials
Stars: ✭ 55 (+30.95%)
Mutual labels:  flutter-examples
fancy bar
A fancy yet beautiful animated widget for your Flutter apps
Stars: ✭ 33 (-21.43%)
Mutual labels:  flutter-examples
flutter webview
A complete tutorial series on Flutter webview.
Stars: ✭ 39 (-7.14%)
Mutual labels:  flutter-examples
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+228.57%)
Mutual labels:  flutter-examples
flutter mentor app
Mentor app is built in flutter.
Stars: ✭ 39 (-7.14%)
Mutual labels:  flutter-examples
flutter deepar
A simple project demonstrating how to build a face filter app using Flutter and Deep AR
Stars: ✭ 30 (-28.57%)
Mutual labels:  flutter-examples
spark list
这是一款开源笔记应用, 支持Android/iOS双平台, 使用Flutter 3开发, 体验Flutter的同时也希望做一个能成为个人知识中转站的应用, 任重道远 :)
Stars: ✭ 47 (+11.9%)
Mutual labels:  flutter-examples
flutter and cloudinary
How to build Photo Diary App using Flutter and Cloudinary
Stars: ✭ 17 (-59.52%)
Mutual labels:  flutter-examples
boxgame
A sample project for following along a tutorial found on jap.alekhin.io.
Stars: ✭ 32 (-23.81%)
Mutual labels:  flutter-examples
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+238.1%)
Mutual labels:  flutter-examples
Churu
出入是一款用Flutter开发的简约记账应用。
Stars: ✭ 44 (+4.76%)
Mutual labels:  flutter-examples
Flutter-Cryptowallet
Flutter based Cryptowallet App
Stars: ✭ 73 (+73.81%)
Mutual labels:  flutter-examples
rijksbook
🖼 A basic Flutter app built for educational purposes
Stars: ✭ 37 (-11.9%)
Mutual labels:  flutter-examples
flutter-architecture-skeletons
This repository contains starter skeletons for flutter applications built with certain architectures
Stars: ✭ 72 (+71.43%)
Mutual labels:  flutter-examples
LoginAndRegistrationWithSocialMedia
Created a Project to design login screen, registration screen, login with google ,slider navigation drawer,dashboard screen login with Facebook using Flutter
Stars: ✭ 82 (+95.24%)
Mutual labels:  flutter-examples
car rental lite
A platform for car sharing where users can book any car that suits their needs and wants for their intended journey, from the closest hosts in the community.
Stars: ✭ 28 (-33.33%)
Mutual labels:  flutter-examples
flutter-system
Flutter Widgets,Components,Demos,Pages:从入门到产品级开发
Stars: ✭ 29 (-30.95%)
Mutual labels:  flutter-examples
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (-19.05%)
Mutual labels:  flutter-examples
E-commerce
A Flutter E-commerce by implementing the Carousel and other flutter components
Stars: ✭ 36 (-14.29%)
Mutual labels:  flutter-examples
flutter-samples
A collection of sample apps that use Stream
Stars: ✭ 238 (+466.67%)
Mutual labels:  flutter-examples

flutter_auth

An example of an app with Instagram Authentication on Flutter.

Installation and Usage

  1. Follow the installation instructions on https://flutter.io/get-started/install/ to install Flutter.
    • System requirements
      • Operating System of 64 bit (Windows, MacOs, Linux)
      • Disk Space: Windows - 400 MB, MacOs - 700 MB, Linux - 600 MB
      • Tools: Windows (git), MacOs-Linux (bash, mkdir, rm, git, curl, unzip, which)
    • Get the Flutter SDK To get Flutter, use git to clone this repository and then add the flutter tool (path\to\flutter\bin) to your computer path.
    • run "flutter doctor" on command prompt or POWER SHELL. Running flutter doctor shows any remaining dependencies you may need to install.
    • iOS setup
      • Install Xcode
      • Set up the iOS simulator
      • if you want to deploy to iOs devices you need to intall these dependencies: homebrew, libimobiledevice, ideviceinstaller, ios-deploy, cocoapods
    • Android setup
      • Install Android Studio, IntelliJ or Visual Studio Code
      • Dependencies: Flutter and Dart plugins (Android Studio, IntelliJ) - dart code Extension (Visual Studio Code)
      • Set up your Android device or emulator
  2. Clone this repository
  3. You'll need to create an Instagram developer account. Follow the instructions here.
  4. Once your account is created, you'll register your application and obtain your APP ID and APP SECRET.
  1. Put your APP_ID and APP_SECRET in the constants.dart file.
  2. flutter_auth can be run like any other Flutter app, either through the IntelliJ UI or through running the following command from within the flutter_auth directory:
flutter run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].