Skip to content

xvadim/number_facts2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facts about Numbers

A simple flutter-client for numbersapi.

Goal

This app tries to mimic to real busines-apps.

It implements the Clean Architecture and uses:

  • injectable
  • json_annotation
  • freezed
  • provider
  • retrofit

How to build

  1. Follow this tutorial on how to install and set up flutter for mobile development.
  2. Clone the repository: git clone https://github.com/xvadim/number_facts.git
  3. Build and run:

flutter run -d Android

or

flutter run -d iPhone

or

flutter run -d chrome

Articles ( 🇺🇦)

  1. Кросплатформена розробка на Flutter. Частина I
  2. Кросплатформена розробка на Flutter. Частина II