native_widgets 1.3.7+1
native_widgets: ^1.3.7+1 copied to clipboard
A new Flutter package for using Android and iOS natively on each platform.
CHANGELOG #
1.3.7 #
- intl: ">=0.15.0 <1.0.0"
1.3.6 #
- Fixing type
- Bumping version
1.3.5 #
- Bump Version
1.3.3 #
- Fix for Sticky Header
1.3.2 05.0629.2019 #
- Upgrading Packages
- Working with Flutter dev channel
1.2.1 05.06.2019 #
- Upgrading Packages
1.3.0 05.03.2019 #
- Adding Support for Desktop
- Updating Example
- Adding Desktop Targets to Example
1.2.0 04.06.2019 #
- Making Example Desktop Aware
1.0.1 #
- Added current index to NativeScaffold's PlatformNavBar.
- Added automaticallyImplyLeading to allow hidden leading element in AppBar.
- Thank you to @amadejkastelic for the PR
1.0.0 Major Update #
- Refactored Library to use Platfrom Widgets plugin in the backend
- Added Layout (Mobile, Tablet, Desktop)
- Added Detailed Example
- Added Folder Structure to Library for Easy Documentaion
- Added Cupertino TableViewController, Cell and Search Bar
- Updated Picker
- Added Toolbar
- Added App Bar
- Added Scaffold
- Added Text Button
- Added Icon Button
- Added Routing
- Added Segmented Select
- Updated Bottom Tabs
- Added Top Navigation
- Added Main App
- Added Text Label
- Added Search Widget
- Updated Switch
- Added Confirmation Dialog
- Updated iOS Dialog with Actions
0.1.2 Updated Example #
- Updated Example and New Dart Support
0.1.1 Bug Fixes and Breaking Changes #
- Native button will now default to 16.0 padding internal
0.1.0 Bug Fixes and Breaking Changes #
- Native button will now use Material Button on Android instead of raised button
- You can specify android specific options and cupertino ios options
- There is now internal and external paddign for buttons
0.0.4 Bug Fixes #
- Bug Fix for Center Loading Indicator
0.0.3 Adding Components #
- Bug Fix for App Bar
0.0.2 Adding Components #
- Added App Bar and optional text for Loading Indicator
0.0.1 Adding Components #
- Added Button, Switch, Dialog, Loading Indicator, and Tab Bar