Skip to content

Small App to Show how to make image composite in flutter dynamically.

Notifications You must be signed in to change notification settings

gadgetvala/dynamic_image_rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

support contributions welcome LinkedIn

Introduction

“Dynamic Image Rendering” is a small, simple example of image composition with flutter.

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

💡 Key Features

  • Different Parts of Images.
  • Dynamic States Conversion.
  • Sleek Design.
  • Null Safety.

🚀  Installation

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/gadgetvala/dynamic_image_rendering.git

# Go into the repository
$ cd dynamic_image_rendering

# 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_launcher_icons App Icon Generator
flutter_switch Flutter Switch

Directory Structure

The project directory structure is as follows:

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

Let me explain the other directories besides lib:

directory explain
asset images for android app

Then the lib directory

lib

directory explain
views Presentation Layer
main.dart Main App Startup

👏 Done

Feel free to file a new issue with a respective title and description on the the dynamic_image_rendering repository. If you already found a solution to your problem, I would love to review your pull request!

📘  License

Free, Hell Yeah!!

❤️ Contributor

Made by Suraj Verma