Skyost / FlutterWeekView

Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
https://pub.dev/packages/flutter_week_view
MIT License
208 stars 88 forks source link

Add an option to change the widget orientation #6

Open devorso opened 4 years ago

devorso commented 4 years ago

French :

Salut,

ça serait bien de faire un système pour changer les emplacements, c'est-à-dire les heures seront en haut et scroller horizontalement et les jours scroller verticalement a gauche..

English :

Hey,

It would be good to create an option that would allow to change the widget orientation (i.e. hours at the top and scrolling vertically would change the day).

Skyost commented 4 years ago

French :

Salut salut,

L'idée est bonne en soi mais le truc c'est que ça demanderait de quasi tout réécrire en fait car le widget WeekView est construit à partir de DayView qui sont créés pour être affichés de manière verticale (la position des événements et tout).

J'ai par ailleurs traduit ton message en anglais afin que les utilisateurs anglophones puissent voir que cette demande a été effectuée.

English :

Hey,

The idea seems good but the fact is that it would require to rewrite almost everything as the widget WeekView is built from DayView which are created to be displayed vertically (events positioning and everything).