Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.13 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.13 KB

Cloud Docs

Flutter UI for handling Documens in Cloud

Screenshots

Here is a screenshot of the app:

Getting Started

To run this app, you will need the Flutter SDK.

  1. Install Flutter
  2. Clone this repository
  3. Download Font in:
fonts:
  - family: Quicksand
    fonts:
      - asset: assets/fonts/Quicksand-Regular.ttf
      - asset: assets/fonts/Quicksand-Medium.ttf
        weight: 700
      - asset: assets/fonts/Quicksand-SemiBold.ttf
        weight: 800
      - asset: assets/fonts/Quicksand-Bold.ttf
        weight: 900
  1. Navigate to the project directory in your terminal
  2. Run flutter run to start the app

Dependencies

dependencies:
  flutter:
    sdk: flutter
  cupertino_icons: ^1.0.2
  flutter_svg: ^1.1.6

Credits