Skip to content

Create slides with a simple .json, which adapts to every resolution (Flutter Desktop/Web)

License

Notifications You must be signed in to change notification settings

federicoviceconti/flutter_slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_slider

Creates slides from a json file. This tool will show a presentation that adapts to every screen resolution. You can find some presentation examples into "assets/json" folder.

Why?

To make speeches special. This project was created to show the powerful of Flutter framework.

Update Nov 2020:

  • State management presentation
  • Included speech for the Sapienza's University
  • Integrated some features on widgets like: opening link, adding shapes etc.

Flutter State Management - Tech corner

A tech corner is a 30 minutes speech, where we talk about everything such as: trend technologies, soft skills and much more. In this event we try to explain the state management topic for the Flutter framework.

Why Flutter works! - Sapienza

Explaing why Flutter rocks using real examples made in Flutter. Link: https://sapienza-slides.web.app/

How code is structured?

In core folder you can find: BaseWidget and BaseNotifier. Every widgets contains the BaseWidget, and every notifier extends from the BaseNotifier. The Api class contains the interaction with a mock json assets (by you can switch environment to interact with an external server).

Where can I find slides example?

In the following path, you can find slide example: flutter_slider/assets/json/. To run local assets, switch environment to mock.

Have a good day! :)

About

Create slides with a simple .json, which adapts to every resolution (Flutter Desktop/Web)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published