Skip to content

Releases: YazeedAlKhalaf/Flutter_Installer

πŸš€ New Icon and πŸ› Bug fixes

02 May 13:46
Compare
Choose a tag to compare

Added

  • msix package for packaging Windows app.
  • New logo for the app, Flutter Installer.

Changed

  • Upgrade all dependencies.
  • theme_mode_handler is now replaced with theme_mode_builder.
  • Data models and imports refactored.

Fixed

  • file_selector plugin now works as expected, added platforms packages
  • Cancel not working, #9
  • UserChoice is saved in between summary and customize views, going back does not reset all settings. fixes #14

Removed

  • Deprecated buttons.

πŸš€ Slight updates but necessary

14 Jan 11:39
Compare
Choose a tag to compare

In this release I have done the following:

Here is the CHANGELOG section:

Added

  • Started using file_selector plugin

Changed

  • User-Agent now is a custom one when downloading the Flutter SDK as per Flutter Installer requirements
  • Upgraded all packages to latest possible

Fixed

  • General bug fixes

Removed

  • Removed file_chooser plugin

πŸš€ Huge fix for Windows! | β™» Some code refactoring

15 Oct 16:04
Compare
Choose a tag to compare

Added

  • DARK mode support
  • Theming support
  • Custom message when using osascript in macOS to gain administrator privileges

Changed

  • Refactored Windows Script
  • Refactored Linux Script
  • Refactored macOS Script
  • Started using the dev channel for all platforms

Fixed

  • Windows was not working, now it works after it is in the alpha stage
  • Windows was showing cmd when using the shell, now it has been fixed!
  • Issue #4 has been fixed!

Removed

  • TermsOfServiceView is not useful so it is now removed

πŸ› Bug fixed of adding Flutter to PATH on macOS

10 Aug 13:46
Compare
Choose a tag to compare

Added

  • Use osascript to get sudo password on macOS

Fixed

  • Bug where some times the append-to-path.bat file won't add to PATH
  • Updated dependencies

Removed

  • Removed sudoPassword to UserChoice model
  • Removed asking for Sudo Password on macOS only in CustomizeStepView

😎 NEW Icons for apps & πŸ› Fix Bugs

05 Aug 12:04
Compare
Choose a tag to compare

Added

  • App logos beside them in CustomizeView
  • Get download links of scripts dynamically so that an update won't be necessary for getting script link

Fixed

  • Bug where some times the append-to-path.bat file won't add to PATH

🍎 Add Apple Support & a lot more πŸš€

28 Jul 14:50
Compare
Choose a tag to compare

Finally, macOS support is here!

Added

  • Added sudoPassword to UserChoice model
  • Added asking for Sudo Password on macOS only in CustomizeStepView
  • macOS Script:
    • Install Flutter SDK
    • Unzip Flutter SDK
    • Add Flutter SDK to PATH
    • Install Git (requires brew)
    • Install Android Studio
    • Install IntelliJ IDEA
    • Install Visual Studio Code
  • Implemented notes by Tao Dong and Will Larche

Fixed

  • A naming mistake in CustomizeView
  • Borders of text fields in CustomizeView
  • Small bugs here and there

Removed

  • Removed sandbox mode from macOS

🐧 Add Linux Support

23 Jul 14:10
Compare
Choose a tag to compare

πŸš€ This release brings support for Linux 🐧 and a lot more!

macOS is coming soon!

Added

  • Customize Screen: Show Advanced Button
  • The back button on Summary Screen
  • scripts folder in installing step folder for having cleaner code.
  • Default installation path in the customize screen.
  • TextLink widget
  • Linux Script:
    • Install Flutter SDK
    • Unzip Flutter SDK
    • Add FLutter SDK to PATH
    • Install Git (with common package managers)
    • Install Android Studio
    • Install IntelliJ IDEA
    • Install Visual Studio

Fixed

  • VS Code installer for Windows was being saved with no extension, Now it is being saved with .exe extension
  • Spelling Errors

πŸš€πŸš€πŸš€ Initial Release | Flutter Installer

21 Jul 09:22
Compare
Choose a tag to compare

This is the initial release.

macOS and Linux support coming soon

Added

  • UI
  • Windows Support (Script Part Fully Done)
  • Fonts: (Roboto, Roboto Mono)