dockerize_sidekick_plugin 0.5.0 copy "dockerize_sidekick_plugin: ^0.5.0" to clipboard
dockerize_sidekick_plugin: ^0.5.0 copied to clipboard

Lets you easily generate a Docker Container for your Flutter Web App.

0.5.0 #

  • Add dockerize_data

0.4.0 #

  • Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
  • Refactored server folder
  • Allow injecting docker build arguments by @passsy
  • Check if docker engine is running by @passsy

0.3.2 #

  • Fix: Automatically ignored build-folder

0.3.1 #

  • Fix: .gitignore install error

0.3.0 #

  • Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
  • BuildCommand
    • Use dockerx for builds
    • Improved Build Output
    • Add build information to version file
  • Run Command
    • Kill with ctrl c once
    • Hot rebuild
  • General:
    • Add www Folder to .gitignore* Remove dcli
    • Use Sidekick Core 1.0.0
    • Add Docker Garbage Collector

0.2.1 #

  • Fixed a bug where the CSP Rules where enforced instead of reportOnly
    • You can regenerate dockerize_sidekick_plugin with the new version to fix this. or you can change in middlewares.dart the following line: reportOnly: shouldEnforceCsp, to reportOnly: !shouldEnforceCsp,

0.2.0 #

  • Breaking: You have to reinstall dockerize_sidekick_plugin to use this version.
  • Improved Documentation
  • Run in foreground
  • Set CSP to reportOnly
  • Auto generate Hashes for scripts in index.html
  • Be able to use other ports
  • Add readme to server
  • Add environment
  • Kill container on Ctrl+C

0.1.0 #

  • MVP Release.
8
likes
0
pub points
0%
popularity

Publisher

verified publisherjxstxn.dev

Lets you easily generate a Docker Container for your Flutter Web App.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, html, mason_logger, path, sidekick_core, stream_transform, watcher

More

Packages that depend on dockerize_sidekick_plugin