https://github.com/arkantrust/flutter_samples
Collection of useful flutter/dart snippets and applications.
https://github.com/arkantrust/flutter_samples
Last synced: 10 months ago
JSON representation
Collection of useful flutter/dart snippets and applications.
- Host: GitHub
- URL: https://github.com/arkantrust/flutter_samples
- Owner: arkantrust
- License: mit
- Created: 2023-12-17T00:35:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T13:00:35.000Z (over 2 years ago)
- Last Synced: 2025-01-23T04:11:16.505Z (over 1 year ago)
- Language: Dart
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter - Arkantrust
This repo holds a collection of useful flutter/dart snippets and applications to quickly use on projects.
## [Contacts](./contacts_app/)
A simple app that loads contacts from the phone and displays a list. Includes a pull-down-refresh.
## [Offline Login](./offline_login)
A simple login app that auto-logins on startup given the user has already logged in in the past, but loads last saved data when offline using hive.