This is a wallet application written in Flutter & Dart. Codebase could be shared effectively on other OS Platforms

Related tags

Templates dart flutter
Overview

Gwallet

A Simple wallet application written in Flutter and Dart for Android and iOs.

Getting Started

For Android, Specifically. You can run iOS, by starting a virtual machine.

Firstly, you need to have flutter installed on your local machine. Head over to Flutter's Offcial Site to download the latest version. Then install Gradle Build tools for Android. You would need to install command line tools for Android

  • Clone this Repository.
git clone https://github.com/grayoj/gwallet_flutter_app.git
  • Configure pubsec.yml. All icons included in this repository are from Iconscout, they are all Free Images.

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

How to run the App

I actually deployed the application on a Pixel 3XL. You could select any emulator, download, to deploy the application.

If you are on VsCode, which I used:

  • Run as administrator.
  • After cloning and configurations.
  • Start the emulator. You can do this by clicking a bottom bar in your VsCode indicating android sdk
  • Next up, head over to your terminal. Simply Ctrl + J
  • In your terminal, I expect you have acceted all Android Licenses for the sdk.
  • Now run the following command, and include the -v verbose flag to display any erros that may occur in the build.
flutter run -v

The app should startup successfully!

Application Structure

The application structure is as follows:

Filename/Folder Description
Main.dart Practically the index of the application
lib/ Contains necessary units and components of the app, such as icons and utilities.
Pages/ Contains the home_page.dart
Pubspec.yaml Application icon imports, defines essential units and componets including the sdk.

License

MIT Licensed.

Contributions

Feel free to modify, fork and generate pull requests as well.

Credits

Iconscout - For the icons used in the Project.

Contact

[email protected]

You might also like...

This is the code for the POAPin app, which is written in Flutter and currently supports iOS, Android, and Web platforms.

This is the code for the POAPin app, which is written in Flutter and currently supports iOS, Android, and Web platforms.

POAPin This is the code for the POAPin app, which is written in Flutter and currently supports iOS, Android, and Web platforms. 💠 Get the app Platfor

Nov 7, 2022

Wallet for Peercoin and Peercoin Testnet written in Flutter

Wallet for Peercoin and Peercoin Testnet written in Flutter

peercoin_flutter Wallet for Peercoin and Peercoin Testnet using Electrumx as backend. App in constant development Basic testing successfull on iOS 14.

Oct 25, 2022

A plugin that adapts the flutter application to different platforms

A plugin that adapts the flutter application to different platforms

A plugin that adapts the flutter application to different platforms, allowing your flutter application to flexibly and efficiently adapt to various platforms in the same flutter project, maximizing UI multiplexing, and sharing business logic code across different platforms.

Dec 31, 2021

This is an application that uses the Flutter framework, SQFLite as a database to record blood pressure, blood sugar, BMI, or create medication reminders in multi mobile platforms You can run this project on iOS, Android

This is an application that uses the Flutter framework, SQFLite as a database to record  blood pressure, blood sugar, BMI, or create medication reminders in multi mobile platforms You can run this project on iOS, Android

This is an application that uses the Flutter framework, SQFLite as a database to record blood pressure, blood sugar, BMI, or create medication reminders in multi mobile platforms You can run this project on iOS, Android

Dec 29, 2022

A web-safe implementation of dart.io.Platforms. Helps avoid the "Unsupported operation: Platform._operatingSystem" runtime error.

Universal Platform - A Web-safe Platform class Currently, if you include the dart.io.Platform anywhere in your code, your app will throw the following

Nov 20, 2022

Mildly encrypted package - An encryption client & server for Dart Native + mobile platforms.

TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them. Features TODO: List w

Jan 9, 2022

A dart library to get and set backgrounds on multiple GUI linux platforms

A Dart library for linux platforms to get and set backgrounds, which supports multiple desktop environments and window managers Features Can automatic

Mar 26, 2022

Flutter theme demo using riverpod and shared preferences

flutter_theme_demo A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you start

Dec 27, 2021
Owner
Gerald Maduabuchi
Python, C++, C, PHP and JavaScript. ML Enthusiast. Building the Future.
Gerald Maduabuchi
Flutter-Shared-Preference - The goal is to learn how to use the shared preferences plugin to save important pieces of information to your device.

Recipe Finder The goal is to learn how to use the shared preferences plugin to save important pieces of information to your device. Final App UI Resou

Ashirbad Swain 1 Jan 1, 2022
Note Shared Preferences - Note App Shared Preferences, Using Flutter

NOTE APP SHARED PREFERENCES LOCALIZATION Watch the gif below (lasts 00:08:22)

Tukhtamurodov Sardorbek 1 Jul 8, 2022
This example uses a ScrollView, JSON Rest API, Navigation, Alert Pop Up, Progress Indicator, Globals, Images in a shared asset folder, and 100% Shared Code

This example uses a ScrollView, JSON Rest API, Navigation, Alert Pop Up, Progress Indicator, Globals, Images in a shared asset folder, and 100% Shared Code. Now with the ability to login with FaceID, TouchID, and Fingerprint Reader on Android.

Rody Davis 672 Jan 6, 2023
Shared preferences typed - A type-safe wrapper around shared preferences, inspired by ts-localstorage

Typed Shared Preferences A type-safe wrapper around shared_preferences, inspired

Philipp Bauer 0 Jan 31, 2022
Flutter Wallet - Beautiful Wallet flutter 💳

wallet A new Flutter project Wallt UI Use this source code in your project with animation Rate me ⭐ Thank you ☺ Platform Android ✔️ Ios ✔️ Preview Dev

Amirziya 17 Dec 14, 2022
Shacoin-wallet - A flutter wallet app for shacoin

SHACOIN Mobile app for storing your shacoins · Report Bug · Request Feature Tabl

batuhan demircan 0 Jan 7, 2022
This is an on-chain(truffle) ETH wallet with traditional crypto wallet features

This is an on-chain(truffle) ETH wallet with traditional crypto wallet features (including live ETH price display). I enjoyed playing with emojis in this one ??

Chinyeaka Chinonso 15 Dec 7, 2022
An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a single codebase

BuySmart An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a singl

Sumit Kumar 11 Oct 10, 2022
The repo contains the codebase of Magic's Flutter test.

Magic A flutter app to track and record user workouts. Running the App To run the app, you should fetch all dependencies and run the build_runner flut

Ikenna Umeh 5 Feb 17, 2023