Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.31 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.31 KB

CryptoX

An Android App for Cryptocurreny Data Price,Market cap,etc... and Cryptocurreny News with Ad Monetization.Using Flutter, Coingecko API, Cryptonews-API With ExpressJs and Nodejs.

MIT License

Installation

In Terminal, run the following commands:

  git clone https://github.com/dstark5/cryptox.git
  cd cryptox
  flutter packages get

Config

replace your Google Ads key in 'lib/ad_state.dart'

  import 'package:native_admob_flutter/native_admob_flutter.dart';

  class adstate{
    String get bannerAdUnitId=>"Paste Google Ads key here";
  }

Run App

  flutter run

Note

  • This project contains some spaghetti code

  • This project doesn't have a folder structure for the lib

Screenshots

License

MIT