stacked_tools 0.2.5 copy "stacked_tools: ^0.2.5" to clipboard
stacked_tools: ^0.2.5 copied to clipboard

The official dev tools for the Stacked Framework

0.2.5 #

  • Adds the new Generate command

0.2.4 #

  • promotes the package to stable

0.2.4-beta.4 #

  • Removed lib and test folder from the default paths because there is no need to include them as they can't be changed
  • Changed getImportPath to sanitizePath, more appropriate method name
  • Removed path of app name, if any, to render template
  • Changed Stacked config filename to stacked.json
  • Changed ConfigService to support XDG_CONFIG_HOME
  • Moved again loadConfig to each command instead of bootstrap

0.2.4-beta.3 #

  • Updates the compiled templates since the template was changes
  • Updates viewModelBuilder on templates to use short hand function notation
  • Updates ViewModel instance name from model to viewModel
  • Updates StackedView template builder indentation

0.2.4-beta.2 #

  • Removes the depdency override for stacked

0.2.4-beta.1 #

  • Add lineLength to Config model
  • Update stacked config on templates
  • Use ConfigService for _formattingLineLength default value
  • Add line-length option support to create app command
  • Load configuration on bootstrap instead of each command
  • Fix replaceCustomPaths, now only process values which keys contains path word
  • Update example app

0.2.4-beta.0 #

  • Changes View template to use StackedView, aka ViewModelWidget, as default
  • Adds config option v1 to use alternative view builder style
  • Adds flag option v1 to use alternative view builder style, overrides config option
  • Adds v1support for create app command
  • Removes widget_test after on create app command
  • Uses relativeLocatorPath on every template
  • Fixes TestHelpers import on views and services tests
  • Improves getFilePathToHelpersAndMocks
  • Updates example app to align changes

0.2.3-beta.0 #

  • Fixes testHelpersPath default value
  • Adds test_helpers filename to service_test template
  • Changes default values on stacked config template
  • Loads config on create app command

0.2.2 #

  • Fixes the generated stacked config file

0.2.1 #

Additions #

  • Adds config option to set the name of the locator used to register mocks for testing
  • Adds config option to set the name of the function that registers all mocks for testing

Fixes #

  • Makes test_helpers_path replace the entire value with the new value provided
  • Fixes hard check for test location

0.2.0 #

Feature: Stacked config #

  • Adds stacked config so you can use different paths for your file generation making it usable with all projects

Bugs #

  • Fixes: Duplicate import in test_helper.dart file

0.2.0 #

  • Adds stacked config so you can use different paths for your generating

0.1.6 #

  • Updates Formatting to be only on specific files
  • Adds line-length or -l option for formatting length default is 80
  • Adds delete service command

0.1.5 #

  • Updates dependencies

0.1.4 #

  • Adds colorized outputs on command line
  • Runs build runner and pub get on view and service creation
  • Adds delete command for views
    • you can now run stacked delete view view_name to delete view_name view,viewmodel and tests also remove view from app.dart
  • Fixes wrong pubspec.yaml file selection on non-root commands

0.1.2+1 #

  • Adds documentation link to basic docs

0.1.2 #

  • Fixes bug that loads pubspec on project create

0.1.1 #

  • Adds executable to the pubspec for global activation
  • Fixes template bugs for app generate

0.1.0 #

Initial Release #

This version of the cli has 3 create commands:

  • stacked create app: This creates a brand new flutter project with all the stacked functionality setup
  • stacked create view: This creates a new view in the project and makes all required changes
  • stacked create service: This creates a new service in the project and makes all required changes