google_ui 3.0.0 google_ui: ^3.0.0 copied to clipboard
Google UI is an open-source UI library for developing cross-platform apps using Flutter with "Material Design 2.0"
[3.0.0] #
- Use
InheritedWidget
instead of riverpod - Prefer customizing themes over creating new widgets
- Remove widgets:
GAppBar
GCheckbox
GConditional
GDialog
GDrawer
GElevatedButton
GGroupedDrawer
GListTile
GOutlinedButton
GRadio
GScrollColor
GSearchAppBar
GSwitch
GTabBar
GText
GTextButton
GResponsive
GThemeGenerator
GGridBuilder
GDateTextFormField
GTextFormField
GCard
- Add widgets
GoogleUI
Breakpoints
ResponsiveBuilder
ResponsiveValue
GPaletteData
GPalette
GThemeData
GTheme
GFilledFormField
GUnderlinedFormField
GOutlinedFormField
- Add utilities
ColorUtil
DateFormatUtil
DialogUtil
NumberFormatUtil
SnackbarUtil
[2.7.0] #
- Remove
GImage
- Add
GSectionTitleTheme
- Add
GDrawerListTile
- Remove deprecated
[2.6.1] #
- Fix
leading
property is missing onGListTile
[2.6.0] #
- Fix
GTextFormField
andGDateTextFormField
color not inherited fromThemeData
- Add
GResponsive
[2.5.0] #
- Flutter 2.5 compatibility
[2.4.1] #
- Fix
GTextFormField
hint color
[2.4.0] #
- Add
GListTile
- Add
GScrollColor
- Add
GTextSelectionControls
- Add
autocorrect
andautofocus
property toGTextFormField
andGDateTextFormField
- Add
bottomSheetTheme
toGThemeGenerator
- Add
dialogBackgroundColor
toGThemeGenerator
- Add
backgroundColor
andforegroundColor
toGAppBar
andGSearchAppBar
- Add
primaryColor
andprimaryColorBuilder
toGTextFormField
andGDateTextFormField
- Add
textColor
andtextColorBuilder
toGTextFormField
andGDateTextFormField
- Add
cursorColor
andcursorColorBuilder
toGTextFormField
andGDateTextFormField
[2.3.0] #
- Add
GElevatedButton
- Add
GTextButton
- Add
GOutlinedButton
- Deprecating
GButton
- Change
GCard
default padding - Fix
GSearchAppBar
ononActionPressed
not called - Add
BottomNavigationBarThemeData
toGThemeGenerator
[2.2.0] #
- Add
controller
property toGSearchAppBar
- Add
onChanged
property toGSearchAppBar
- Add
onActionPressed
property toGSearchAppBar
- Add
open
property toGSearchAppBar
- Deprecating
onClosePressed
property toGSearchAppBar
[2.1.2] #
- Fix all widgets affected by last update
[2.1.1] #
- Fix
GText
wrong defaultvariant
[2.1.0] #
- Add
color
property toGButton
- Add
colorBuilder
property toGButton
- Add
colorBuilder
property toGText
[2.0.0] #
- Change widget prefix name to G
- Change default text color of
GSectionTitle
to primary - Change
label
property ofGSwitch
totitle
- Change
label
property ofGSelectBoxItem
totitle
- Change
onPressed
property ofGDialog
to onConfirm - Change visual of
GAppBar
andGSearchAppBar
- Change default text color of
GSectionTitle
to primary - Remove
GoogleColorUtil
- Remove
GoogleTheme
- Remove
GoogleCalendar
- Remove
GoogleBottomBar
- Remove
GIconButton
. - Remove
onEditingComplete
andonFieldSubmitted
fromGTextFormField
- Remove all color property from
GAppBar
andGSearchAppBar
- Remove
index
property fromGGroupedDrawer
- Add
GCard
- Add
GRadio
- Add
GCheckBox
- Add
GImage
- Add transition to
GGroupedDrawer
[1.3.0] #
- Fix
visualDensity
- Fix Button
tapTargetSize
- Fix
GoogleTabBarIndicator
size on desktop - Add
tooltipTheme
toGoogleThemeGenerator
- Add
dayBuilder
toGoogleCalendarTimeline
- Add
properties
to customizeGoogleCalendarTimelineDay
- Wrap clickable widget with
MouseRegion
[1.2.1] #
- Fix
GoogleCalendarTimeline
yearText
not updated - Fix
GoogleGridBuilder
scroll too fast
[1.2.0] #
- Add
GoogleCalendarTimelineController
- Change
GoogleCalendarTimelineDay
background color - Add
GoogleMultipleSelectBox
- Add icon property to
GoogleSelectBox
andGoogleMultipleSelectBox
- Set
AppBarTheme
- Add
GoogleTabBarIndicator
- Set
TabBarTheme
- Deprecating
GoogleBottomBar
[1.1.0] #
- Add
GoogleCalendarTimeline
- Add
GoogleThemeGenerator
- Add icon property to
GooglePopupMenuItem
- Deprecating
GoogleTheme
- Deprecating
GoogleCalendar
- Change
GoogleColorUtil
percent property type - Remove
GoogleGroupedDrawer
action bar color
[1.0.0] #
- Remove all page widget
- Add
GoogleSearchAppBar
- Add
GoogleGroupedDrawer
- Add
GoogleIconButton
- Add
GoogleGridBuilder
- Change example app
[0.1.2] #
- Remove required from
label
propertyGoogleErrorPage
- Change dynamic return type to void
- Change property name
GoogleDrawer
- Change
GoogleTextVariant
frombodyText1
tobodyText2
onGoogleListPage
andGoogleSearchPage
[0.1.1] #
- Fix
flutter_hooks
version - Fix some
Google*Page
widget
[0.1.0] #
- Add
GoogleSelectBox
- Add
GoogleConditional
- Add
GoogleSectionTitle
- Add
GoogleErrorPage
- Add
Google*Page
- Add fontSize property to
GoogleText
- Fix
popupMenuTheme
[0.0.2] #
Fix typo
[0.0.1] #
Init release