“Dynamic Image Rendering” is a small, simple example of image composition with flutter.
Before we start, you can take a look at the app:
- Different Parts of Images.
- Dynamic States Conversion.
- Sleek Design.
- Null Safety.
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
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 |
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
directory | explain |
---|---|
views | Presentation Layer |
main.dart | Main App Startup |
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!
Free, Hell Yeah!!
Made by Suraj Verma