NFT app UI developed with Flutter.
https://www.figma.com/file/7jjKvk522qrjnye3bmkF6o/Nft-App-(Community)?t=UuW0C6xTEMmfad1W-6
1 | 2 |
---|---|
3 | 4 |
5 | 6 |
Download or clone this repo by using the link below
https://github.com/enoch-aik/nft_app.git
Step 2
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
In-order to hide generated files, navigate to Android Studio
-> Preferences
-> Editor
-> File Types
and paste the below lines under ignore files and folders
section:
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.