Skip to content

ArvinXO/coinbase_clone_flutter

Repository files navigation

Coinbase Clone!


Coinbase Clone

Table of Contents

Coinbase Clone with BloC Architecture

Features

  • BLoC Architecture
  • Supports Android/iOS (iOS not published yet but works fine)

To-do

  • Add remaining pages

Platform

  • Android not published
  • iOS not published
  • Desktop not published
  • Linux not published

Compiling the app

Before anything, be sure to have a working flutter sdk setup.If not installed, go to Install - Flutter.

Be sure to disable signing on build.gradle or change keystore to sign the app.

For now the required flutter channel is master, so issue those two commands before starting building:

$ flutter channel master
$ flutter upgrade

After that, building is simple as this:

$ flutter pub get
$ flutter run
$ flutter build apk

Contributing

Feel free to open a PR to suggest fixes, features or whatever you want, just remember that PRs are subjected to manual review so you gotta wait for actual people to look at your contributions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published