native_widgets 1.0.1 copy "native_widgets: ^1.0.1" to clipboard
native_widgets: ^1.0.1 copied to clipboard

discontinuedreplaced by: flutter_platform_widgets
outdated

A new Flutter package for using Android and iOS natively on each platform.

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