create_atom 1.4.0 copy "create_atom: ^1.4.0" to clipboard
create_atom: ^1.4.0 copied to clipboard

outdated

An animated widget that displays atom with three electrons revolving around a nucleus at its center.

[1.4.0] - 2019-04-25 (BREAKING CHANGE) #

  • package -

    • Replaced scale property with size property by implementing new logic of creating atom stack.

      For users below v1.4.0 - Replace scale property with size in your corresponding code and set the value of size in accordance with this example -

      • If suppose scale is 1.0 then size will be 215.0 * 1.0 = 215
      • If suppose scale is 0.3 then size will be 215.0 * 0.3 = 64.5 Because 215.0 was hard-coded value by default.
    • Fixed centerWidget scaling issue, now it scales with the atom

    • Added extensive code documentation

    • Re-factored and re-structured the libraries

  • example app -

    • Updated app with the breaking change

[1.3.0] - 2019-04-21 #

  • package -

    • Added a new centerWidget property and feature
    • Corrected orbit angles in degrees
    • Fixed orbits scale clipping above 2.0x
    • Electron paths are now dynamically updated when the parent widget updates
  • example app -

    • Added a new playground mode (web support will be added soon)

[1.2.0] - 2019-04-10 #

  • Added example app for demonstration
  • Updated documentation
  • Removed un-used test file (tests can be added in future)

[1.1.0] - 2019-04-10 #

  • Added documentation and example project.

[1.0.0] - 2019-04-09 #

  • Initial release, go create some atoms !!
8
likes
40
pub points
24%
popularity

Publisher

unverified uploader

An animated widget that displays atom with three electrons revolving around a nucleus at its center.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on create_atom