Skip to content

Shadow60539/data_app

Repository files navigation

support GitHub forks GitHub Repo stars

Introduction

“data_app” is a small, simple and beautiful app that displays data management in minimalistic desgin.

Before we start, you can take a look at the app:

Output sample

Features

  • UI is conmpleted.
  • Integrate device specific data.

How To Use

To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Shadow60539/data_app.git

# Go into the repository
$ cd data_app.git

# Install dependencies
$ flutter packages get

# Run the app
$ flutter run

Packages

Some very good packages are used in the project, not a big list.

Below are the information about these packages.

package explain
flutter_neumorphic Neumorphic Soft Widget
font_awesome_flutter Awesome icons
flutter_svg Support svg files
lottie Lottie files animations
google_fonts Google fonts
lint Rules handler for Dart

Directory Structure

The project directory structure is as follows:

├── android
├── asset
├── build
├── images
├── ios
├── lib
├── pubspec.lock
├── pubspec.yaml

Let me explain the other directories besides lib:

directory explain
images readme images files
asset images and lottie files

Then the lib directory

lib

directory explain
core Global Classes
presentation UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages