Fonts Project A font project created in flutter using package. package supports both web and mobile.
Getting Started The package contains the minimal implementation of fonts. This is preloaded with some basic components l.
Data All the business logic of your application will go into this directory, it represents the data layer of your application. It is sub-divided into three directories local, network and sharedperf, each containing the domain specific logic. Since each layer exists independently, that makes it easier to unit test. The communication between UI and data layer is handled by using central repository.