Skip to content

bakua/btc_demo

Repository files navigation

What is this?

This is an example application to present an approach to build Flutter codebase.

App screenshot

What is inside?

  • /lib/lib - Pure dart code, platform agnostic.
  • /lib/ui - Everything ui related. Screens, widgets, BLOCs.
  • /test - Tests structured in the same way as /lib. You can find example tests for BLOCs, widgets and pure dart code. The project doesn't have 100% code coverage as it is an example only.

How to build?

  • Just run it. The project relies on build_runner but in this case generated files are included in repository for convenience.

About

A demo BTC wallet project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages