Skip to content

Photo No Swiping is a Flutter based project that allows users to select multiple photos and only show those selected photos.

Notifications You must be signed in to change notification settings

maylortaylor/PhotoNoSwiping

Repository files navigation

Photo No Swiping

Flutter Push Flutter Build APK Release

Photo No Swiping is a Flutter based project that allows users to select multiple photos and only show those selected photos.

Got something private but want to show off some pictures? Don't want someone swiping through all of your pictures?

Photo No Swiping allows users to select multiple photos and only show those selected photos.

Select up to 8 photos to share. Once selected, the application will lock the user out, allowing the user to only swipe between the selected photos.

Install Packages

flutter packages get
// installs dependencies from pubspec.yaml

Setup Emulator

flutter emulators
// shows all available emulators

// Once you find the name of the emulator you want to use.

flutter emulators --launch Pixel_2_XL_API_28
flutter emulators --launch Pixel_2_XL_API_26
flutter emulators --launch Pixel_2_XL_API_23
// launches the Pixel 2 XL emulator
flutter emulators --launch apple_ios_simulator
// launches the iOS emulator (Mac OSX only)

Build

flutter build ios
// builds the iOS app

flutter build apk -t lib/main_prod.dart
// builds the Android app
// https://flutter.dev/docs/deployment/android

flutter packages pub run flutter_launcher_icons:main
// create icons 

Building For Release

flutter build apk -t lib/main_prod.dart appbundle
// builds a small file version for app release

Running the app

flutter run
// runs flutter app

flutter clean
// deletes build/ folder
flutter run -t lib/main_dev.dart
// run app in development mode

flutter run -t lib/main_prod.dart
// run app in prod mode mode

Useful Commands

Repair Flutter Cache

flutter packages pub cache repair

Getting Started With Flutter

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

Photo No Swiping is a Flutter based project that allows users to select multiple photos and only show those selected photos.

Resources

Stars

Watchers

Forks

Packages

No packages published