v0.0.20horizontal_week_calendar
एक क्षैतिज सप्ताह कैलेंडर जिसमें सप्ताह परिवर्तन और तारीख चयन करने का कार्य है
62लाइक 17730-दिन डाउनलोड140Pub अंक
AndroidiOSWebmacOSWindowsLinux
chandabdullah/horizontal_week_calendar open-source repository details.
{"sdk":"flutter"}^0.19.0^7.0.1{"sdk":"flutter"}^2.0.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
Add horizontal_week_calendar: to your pubspec.yaml dependencies then run flutter pub get
dependencies:
horizontal_week_calendar:
Add this line to import the package.
import 'package:horizontal_week_calendar/horizontal_week_calendar.dart';
HorizontalWeekCalendar(
onDateChange: (date) {
setState(() {
selectedDate = date;
});
},
),