A flutter app that mimics an individual's ✨business card✨ but with a QRcode. It keeps record of all the user's profiles for various social media platforms that the user has signed up for.
Socials.mp4
What if by a single scan, all your socials can be taken. No need to mention your phone number, instagram handle, etc. individually🤔... that was my roomates pitch by the way. I did it because it was a cool learning opportunity I could try out and I really liked his pitch :)
- This is for learning purposes. It is a friend's idea I am trying out.
- At the moment, this app can not scan the QRcode nor display it. It also has no user auth features.
- Clone this repository
- Run
cd socials
- Run
flutter pub get
- Run
flutter run
- Enjoy 😎
In its current state, this application does not do what it needs to do. So, lots of improvements can be made:
[x] Showing the user's profile
[x] Showing a page with scanned users
[x] Adding a means for user to add other socials
[ ] Displaying the users unique QRcode
[ ] Adding a QRcode scanner
[ ] Adding a page to show those that scanned the user's QRcode
[ ] Adding user auth
[ ] Adding scan notifications
[ ] Implementing remote storage
- NA atm
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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.