A cross-platform cryptocurrency wallet application built with Flutter.
Simplicity is a clean, intuitive cryptocurrency wallet that enables users to securely manage their digital assets. The application provides essential wallet functionality including sending and receiving transactions, balance checking, and QR code scanning for simplified address input.
- Secure Wallet Management: Create and manage cryptocurrency wallets
- Send & Receive: Transfer crypto to other wallet addresses
- QR Code Integration: Scan QR codes for simplified transaction input
- Balance Tracking: View your current wallet balance
- Cross-Platform Support: Available on Android, iOS, Windows, macOS, and Linux
- Flutter (latest stable version)
- Appropriate development environment for your target platform:
- Android: Android Studio and Android SDK
- iOS: Xcode and CocoaPods
- Desktop: Relevant development tools for Windows, macOS, or Linux
-
Clone the repository:
git clone https://github.com/yourusername/simplicity.git cd simplicity
-
Get dependencies:
flutter pub get
-
Run the app:
flutter run
flutter build apk
flutter build ios
flutter build windows
flutter build macos
flutter build linux
- lib - Dart source code
screens/
- UI screens including wallet and transaction interfaces
assets/
- Application images and assets- android, ios, windows, macos, linux - Platform-specific code
- Flutter: UI framework
- Dart: Programming language
- SharedPreferences: Local data storage
- QR Code Scanner: For reading wallet addresses
Contributions to Simplicity are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Flutter team for the amazing cross-platform framework
- Contributors to the open-source libraries used in this project