A simple app to make Flutter development more delightful

Overview

Flutter Sidekick

GitHub release (latest by date) Github All Contributors Awesome Flutter GitHub

Sidekick is an app that provides a simple desktop interface to tools that enhance Flutter development experience to make it even more delightful.

Download Sidekick

Sidekick Screenshot

Installation Instructions

Adding a new Language

Features

  • Manage Flutter versions
  • Explore releases
  • View most used packages
  • Search versions across apps
  • Version sandboxing (playground)
  • more...

Contributors

Thanks goes to these wonderful people (emoji key):


Leo Farias

💻 🤔 🎨 📖 🚧

Eduardo M.

💻 🤔 📖

Jayesh Nirve

🚧

Paul Halliday

💻 🐛

anticafe

️️️️ ♿️

Arthur Denner

🐛

Maximilian Flechtner

💻 ️️️️ ♿️

Mohamed Kamel

🌍

Pedro Marinho

🚇 🤔

Rebar Ahmad

💻 📖 🌍 🐛

胡文涛

🚇

Patrik Persson

🌍

kassadin

🌍

seenewmax

🌍

This project follows the all-contributors specification. Contributions of any kind welcome!

Comments
  • Internationalization

    Internationalization

    The Flutter community is very much global. It would be important for us to have a path towards internationalization where people could contribute.

    Right now Sidekick does not have any abstraction for internalization. We would first need to build this and call for the community to contribute.

    enhancement 
    opened by leoafarias 17
  • Fix/I18Next Windows Paths and null errors

    Fix/I18Next Windows Paths and null errors

    @aguilaair Here's a branch with a different key for hive to save the locale and a little fix for isCached null error.

    Could you please checkout my branch and try it out on your PC?

    After that just comment here if it is fixed on your side.

    Best regards

    bug 
    opened by Ahmadre 13
  • Failed installing msix Windows 10

    Failed installing msix Windows 10

    Haved a problem install msix but I already did with the certification installation instructions.

    image

    Check Event Logs: image

    https://docs.microsoft.com/en-us/windows/win32/appxpkg/troubleshooting?redirectedfrom=MSDN image

    AppXDeployment-Server event log: app.fvm.sidekick_0.0.8.0_x64__pjyac4g0caf2w (sidekick-windows-0.0.8.msix) C:\?\Volume{634b00df-ab47-43c7-9c7b-b83ca2e2c569}A @NULLRuntimeBroker.exeappreputationhelpers.cpp,168,8000FFFF;approvalstatehandler.cpp,95,8000FFFF;deploymentmanager.cpp,264,8000FFFF;deploymentrequest.cpp,1959,8000FFFF;deploymentrequest.cpp,2104,8000FFFF;errorhelpers.cpp,54,8007029C;errorhelpers.cpp,54,8007029C;deploymentrequest.cpp,4014,8000FFFF;[{GetErrorInfo reports there is no error object to return}];Dfile:///C:/Users/user/Downloads/sidekick-windows-0.0.8.msix

    bug help wanted 
    opened by andgar2010 13
  • Open in VS code does not open a new VS code window

    Open in VS code does not open a new VS code window

    When pressing Open in VS code i expect the program to open a new window of VS code with my project. Instead it "hijacks" one of my currently opened projects. This is really annoying when you for example work on multiple projects or are running the backend locally.

    bug MacOS platform-specific 
    opened by tobiasht 12
  • feature/integration-tests

    feature/integration-tests

    Motivation

    For the Release 1.0 of Sidekick, all features have to be tested well. To do so, Integration Tests helps us here to make sure our app is working on different devices and environments.

    Besides this PR, I would also recommend Unit-Tests so developers are getting immediately a feedback while they're coding. E2E Tests are taking a bit longer. You can test them locally, but the main purpose for this PR is that these Tests will run in a CI-Environment so that Github Actions is doing that job for us.

    This PR is not using any packages, it relies on the latest integration_test package from Flutter Framework which got efficient updates where we can combine everything with external tools (like Test Lab and so on).

    Related Issues

    Closes: https://github.com/leoafarias/sidekick/issues/97

    enhancement 
    opened by Ahmadre 12
  • feature/internationalization

    feature/internationalization

    Motivation

    After discussing the internationalization topic with the Collaborators & Maintainers, I wanted to simplify and reimagine this part in the app.

    Benefits are:

    • Decouple translations from different team members (developers can focus on the actual logic and everyone who isn't a developer can contribute the texts with less knowledge). Non-developers just have to add an entry to _supportedLanguagesCodes in LanguageManager and the corresponding folder-strcuture.
    • Namespacing, structuring, organizing every part of translation is possible through https://pub.dev/packages/i18next
    • Supports now web resolutions for locals (through localeResolutionCallback)
    • Some parts of the existing code will be refactored.

    Issues

    Closes: https://github.com/leoafarias/sidekick/issues/81

    opened by Ahmadre 12
  • Fix #100 (Change DB location)

    Fix #100 (Change DB location)

    This would be a breaking change as all user settings (for sidekick) would be lost. This PR simply changes the db location to the getApplicationSupportDirectory() instead of the Documents folder, which should solve permission issues.

    Linked PR: https://github.com/flutter/plugins/pull/3691

    bug 
    opened by aguilaair 11
  • [Feature Request] In app updates

    [Feature Request] In app updates

    It would be nice to check for updates of sidekick inside the app so we don't have to go to the github page to check for new updates.

    The download & installation of a gui update could also happen from the gui

    enhancement 
    opened by vanlooverenkoen 10
  • Installing a new flutter version completely crashes mac

    Installing a new flutter version completely crashes mac

    I've installed the Sidekick app in hopes of having FVM GUI, but something seems to be wrong. I have tried twice to install a flutter version using Sidekick and both times my mac completely crashed - I got a black screen: "Your computer restarted because of a problem. Press a key or wait a few seconds to continue starting up." The first time a tried installing flutter 'stable' second time a tried installing version 2.5.3. Despite crashing both time, the first time flutter version was actually installed, the second version (v2.5.3) was not installed at all. Interesting thing is, that just FVM alone works perfectly fine - I'm able to install and use any version I like - via CLI.

    Versions: FVM: 2.2.6 Sidekick: 0.2.0 Osx: 11.6.1 (Big Sur)

    bug more details wontfix MacOS platform-specific 
    opened by patrik-simunic-cz 9
  • Can't resize window on Linux

    Can't resize window on Linux

    Hello! I have tried the Linux app and it works great, nice job! I found an issue though, I'm not able to resize the window. I figure this is not intended because you set Size.infinite for the max window size. It looks like that is disabling the ability to resize at all.

    As you can see here the Maximize and Resize buttons are grayed out.

    image

    opened by davidmartos96 8
  • Open project with IntelliJ and Android Studio

    Open project with IntelliJ and Android Studio

    First, I really love this project. Great work!😀

    I use Android Studio for all my flutter projects. It would be awesome if more IDEs than VSCode and XCode were supported.

    enhancement 
    opened by devj3ns 7
  • [bug]: Updater wants to update to older versions

    [bug]: Updater wants to update to older versions

    Today I recognized on version: 1.1.1 that my collegue's macOS instance wants to update to older versions in Sidekick:

    bug

    I will try to reproduce it, but I think this is a crucial step for everybody.

    @aguilaair

    I try to solve it, if we analyzed it.

    bug more details 
    opened by Ahmadre 0
  • App Froze, Main Screen Blank, OSX Monterey

    App Froze, Main Screen Blank, OSX Monterey

    📌 How to reproduce the issue (Running the App):

    1. Download Sidekick version 1.1.1 from official release : https://github.com/fluttertools/sidekick/releases/tag/1.1.1
    2. Install / Run it on any Macos Version 12 (Monterey)
    3. Result : ⬇ ⬇ ⬇

    image

    App Froze, Main Screen Blank, OSX Monterey. Previously has working normaly on BigSur, and now not working on Monterey

    Tried downloading and replace Sidekick.app , but the issue still exist. The App screen now can only be close using "force quit"

    📌 How to reproduce the issue (Build the App yourself):

    1. Clone the repo from the official git : https://github.com/fluttertools/sidekick
    2. Use Flutter version 3.3.8 or above
    3. flutter run -d macos -v
    4. Result : (Blank App same as above)
    Show flutter doctor -v output
    
    flutter doctor -v
    [✓] Flutter (Channel stable, 3.3.8, on macOS 12.6.1 21G217 darwin-x64, locale en-ID)
        • Flutter version 3.3.8 on channel stable at /Users/aditya/fvm/versions/stable
        • Upstream repository https://github.com/flutter/flutter.git
        • Framework revision 52b3dc25f6 (3 weeks ago), 2022-11-09 12:09:26 +0800
        • Engine revision 857bd6b74c
        • Dart version 2.18.4
        • DevTools version 2.15.0
    
    [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
        • Android SDK at /Users/aditya/Library/Android/sdk
        • Platform android-33, build-tools 33.0.0
        • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
        • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
        • All Android licenses accepted.
    
    [✓] Xcode - develop for iOS and macOS (Xcode 14.1)
        • Xcode at /Applications/Xcode.app/Contents/Developer
        • Build 14B47b
        • CocoaPods version 1.11.3
    
    [✓] Chrome - develop for the web
        • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    
    [✓] Android Studio (version 2021.3)
        • Android Studio at /Applications/Android Studio.app/Contents
        • Flutter plugin can be installed from:
          🔨 https://plugins.jetbrains.com/plugin/9212-flutter
        • Dart plugin can be installed from:
          🔨 https://plugins.jetbrains.com/plugin/6351-dart
        • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
    
    [✓] VS Code (version 1.73.1)
        • VS Code at /Applications/Visual Studio Code.app/Contents
        • Flutter extension version 3.52.0
    
    [✓] Connected device (2 available)
        • macOS (desktop) • macos  • darwin-x64     • macOS 12.6.1 21G217 darwin-x64
        • Chrome (web)    • chrome • web-javascript • Google Chrome 107.0.5304.110
    
    [✓] HTTP Host Availability
        • All required HTTP hosts are available
    
    • No issues found!
    
    
    bug MacOS platform-specific 
    opened by opsquid 14
  • Support detecting `Custom Flutter version` from `fvm`

    Support detecting `Custom Flutter version` from `fvm`

    I currently use only Custom Flutter Version in fvm for forked Flutter SDK and I've also set it as active and global Flutter in fvm yet Sidekick doesn't detect this.

    tahatesser@Tahas-MacBook-Pro flutter % fvm list
    Cache Directory:  /Users/tahatesser/Code
    
    .fvm
    flutter (active) (global)
    android-sdk
    tahatesser@Tahas-MacBook-Pro flutter % 
    

    I cannot use the SDK installed by Sidekick for my use case.

    enhancement 
    opened by TahaTesser 0
  • Bump flutter_hooks from 0.17.0 to 0.18.5+1

    Bump flutter_hooks from 0.17.0 to 0.18.5+1

    Bumps flutter_hooks from 0.17.0 to 0.18.5+1.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(1.1.1)
  • 1.1.1(Nov 13, 2022)

    Here is a small update to fix the issue regarding the frame in MacOS Ventura, thanks @Ahmadre!

    What's Changed

    • hotfix: frame errors on macOS Ventura by @Ahmadre in https://github.com/fluttertools/sidekick/pull/266

    Full Changelog: https://github.com/fluttertools/sidekick/compare/1.1.0...1.1.1

    Source code(tar.gz)
    Source code(zip)
    linux-1.1.1.zip(85.88 MB)
    macos-1.1.1.zip(156.50 MB)
    sidekick-macos-1.1.1.dmg(22.08 MB)
    sidekick-windows-1.1.1-MS-NS.msix(12.39 MB)
    sidekick-windows-1.1.1-MS.msix(12.41 MB)
    sidekick-windows-1.1.1.msix(12.44 MB)
    windows-1.1.1.zip(23.89 MB)
  • 1.1.0(Oct 6, 2022)

    Sidekick Windows Mica Light 11

    Hey everyone!

    It's been a minute but when the Windows 11 H2 update rolled out and left all of our Windows users in the dust it was time to find some time and solve this issue once and for all, and also release some of the great features the community has been building. You guys rock 🫶

    Now let's see what this release brings to the table!

    Fixes

    Windows should now be working fine again! Thanks to all those who provided feedback and dumps :)

    Say goodbye to the annoying duplicate releases on MacOS, now you should only see one release and it sholuld be smooth now!

    We've fixed Linux compatiblity check detection and improved the logic behind detecting programs in MacOS too so now we can easily check if something is installed in CMD.

    Now we will check to see if Code is installed on the user's path for MacOS, which means much better behaviour than the URI fallback while still not requiring it.

    In addition, MacOS Custom launcher should now work properly, sorry about that!

    New Languages

    This release brings some new translations thanks to all of you. Sidekick is now available in the following languages (in addition to any of the previously bundled ones): Chinese (Taiwan), Portuguese, Korean, Indonesian, Hindi, and French

    In addition, there have been some improvements to the Polish translation.

    Release Notices

    • [ ] Linux app image will come later as the build step is broken

    • [x] MS Store signed version will come later as it has to be approved

    Detailed Changes

    What's Changed

    • Add zh-TW translation by @abc873693 in https://github.com/fluttertools/sidekick/pull/220
    • docs: add abc873693 as a contributor for translation by @allcontributors in https://github.com/fluttertools/sidekick/pull/221
    • Polish translation improvements by @m-ochyra in https://github.com/fluttertools/sidekick/pull/226
    • docs: add m-ochyra as a contributor for translation by @allcontributors in https://github.com/fluttertools/sidekick/pull/227
    • Add portuguese translation by @JeisonSanches in https://github.com/fluttertools/sidekick/pull/230
    • Added Hindi language translations (hi-IN) by @GauravCalidig in https://github.com/fluttertools/sidekick/pull/232
    • docs: add gauravmehta13 as a contributor for translation by @allcontributors in https://github.com/fluttertools/sidekick/pull/234
    • Update Korean translations by @kyle-seongwoo-jun in https://github.com/fluttertools/sidekick/pull/236
    • docs: add kyle-seongwoo-jun as a contributor for translation by @allcontributors in https://github.com/fluttertools/sidekick/pull/237
    • Upgrade bitsdojo_window by @karniv00l in https://github.com/fluttertools/sidekick/pull/248
    • docs: add karniv00l as a contributor for maintenance by @allcontributors in https://github.com/fluttertools/sidekick/pull/249
    • Add Indonesian translation. by @abrahamSN in https://github.com/fluttertools/sidekick/pull/251
    • 224 fix linux compatiblity check detection by @aguilaair in https://github.com/fluttertools/sidekick/pull/244
    • Fixes #233 | MacOS: Check path and prefer it over URL by @aguilaair in https://github.com/fluttertools/sidekick/pull/243
    • feat: Add fr-FR translation by @Gerfaut in https://github.com/fluttertools/sidekick/pull/254
    • Fix #247 by @aguilaair in https://github.com/fluttertools/sidekick/pull/257
    • Remove duplicate releases by @aguilaair in https://github.com/fluttertools/sidekick/pull/258
    • Fix windows by @aguilaair in https://github.com/fluttertools/sidekick/pull/261

    New Contributors

    • @abc873693 made their first contribution in https://github.com/fluttertools/sidekick/pull/220
    • @m-ochyra made their first contribution in https://github.com/fluttertools/sidekick/pull/226
    • @JeisonSanches made their first contribution in https://github.com/fluttertools/sidekick/pull/230
    • @GauravCalidig made their first contribution in https://github.com/fluttertools/sidekick/pull/232
    • @kyle-seongwoo-jun made their first contribution in https://github.com/fluttertools/sidekick/pull/236
    • @karniv00l made their first contribution in https://github.com/fluttertools/sidekick/pull/248
    • @abrahamSN made their first contribution in https://github.com/fluttertools/sidekick/pull/251
    • @Gerfaut made their first contribution in https://github.com/fluttertools/sidekick/pull/254

    Full Changelog: https://github.com/fluttertools/sidekick/compare/1.0.0...1.1.0

    Source code(tar.gz)
    Source code(zip)
    macos-1.1.0.zip(156.64 MB)
    sidekick-macos-1.1.0.dmg(22.10 MB)
    sidekick-windows-1.1.0-MS-NS.msix(12.40 MB)
    sidekick-windows-1.1.0-MS.msix(12.41 MB)
    sidekick-windows-1.1.0.msix(12.44 MB)
    windows-1.1.0.zip(23.89 MB)
  • 1.0.0(May 11, 2022)

    Hello everyone,

    Today we're excited to announce the release of Sidekick 1.0.0 🎉. It brings new features, new looks and huge optimizations, so let's get started.

    Refreshed Looks

    Refreshed Looks Header Now, who doesn't love a refreshed, beautifully crafted UI and icon? To celebrate 1.0.0 we've concentrated on making the experience of using Sidekick even more tailored to the specific systems.

    macOS

    In macOS we are excited to announce our new icon, which you can see in the header. It has been rebuilt to conform with macOS's other icons, and we guarantee it will feel right at home in your menu, with everything from it's subtle gradients to the shadows.

    Windows

    Sidekick Windows Mica Light Windows has also received some love from us. In fact, Sidekick will now look somewhat different, with a beautiful Mica effect on Windows 11 and a curved main card which fits Microsoft's Fluent UI guidelines.

    Let's also not forget about the fact that Sidekick is now available in the Microsoft Store, and has been for a couple of months. This means it is easier than ever to get started and set Sidekick up, simply by heading to the MS Store and clicking install. It has been great to see the reception of Sidekick in the Microsoft Store, with a 5-star rating and with over 200 downloads just in the first month from people all over the world.

    Being added to the MS Store also brings some additional goodies to anyone who wants to keep using the MSIX to install Sidekick. The main advantage being that our installer is now signed, which means you no longer have to install our certificate in the root certificate authority database in order to install Sidekick. Simply open it and press install, it's that simple. Please do note that installing the signed certificate MSIX does remove the automatic update functionality as the MS Store handles it for us.

    If you are using the MS Store 1.0.0 will be available shortly, but it may take a couple of days until the update rolls out to all devices. Hang tight!

    New Features

    Custom IDEs You can now select a custom application start your projects with! Simply head over to the IDE selection toggle and click on custom. Then, simply select the application you want to open your projects with.

    Want to change the IDE again? Simply click on the custom button again to change your previous selection

    Compatibility Checks

    We are taking the first step towards improving support for first time users of sidekick. As of 1.0.0 Sidekick will now check that all the required components are installed and correctly configured, as well as showing you the necessary commands to install everything with just one click.

    New Languages

    This release brings some new translations thanks to all of you. Sidekick is now available in the following languages (in addition to any of the previously bundled ones): Japanese, Polish, Italian. Ukrainian(Слава Україні!), and Bengali

    Detailed changes

    Bug Fixes

    • Fix crash on search bar and console widget by @federicoviceconti in https://github.com/leoafarias/sidekick/pull/159
    • Fix CircularProgressIndicator never shown on first load by @federicoviceconti in https://github.com/leoafarias/sidekick/pull/161
    • Performance improvements by @leoafarias in https://github.com/leoafarias/sidekick/pull/163
    • Window improvements by @aguilaair in https://github.com/leoafarias/sidekick/pull/151
    • Fixed transition background update after theme change by @leoafarias in https://github.com/fluttertools/sidekick/pull/215

    New

    • Add Japanese translation by @Chrg1001 in https://github.com/leoafarias/sidekick/pull/148
    • Added polish translations by @LosDanieloss in https://github.com/leoafarias/sidekick/pull/152
    • Adding italian language by @federicoviceconti in https://github.com/leoafarias/sidekick/pull/156
    • Polish and improvements by @leoafarias in https://github.com/leoafarias/sidekick/pull/164
    • feat fvm_global_dialog.dart add copy Flutter PATH value button by @Hu-Wentao in https://github.com/leoafarias/sidekick/pull/175
    • Compatibility Check and Automatic Setup by @aguilaair in https://github.com/leoafarias/sidekick/pull/177
    • Add Ukrainian language by @HighError in https://github.com/fluttertools/sidekick/pull/210
    • Ukrainian language by @HighError in https://github.com/fluttertools/sidekick/pull/213
    • Added Bengali language by @its-me-mahmud in https://github.com/fluttertools/sidekick/pull/208
    • Feature/null safety migration by @leoafarias in https://github.com/fluttertools/sidekick/pull/188
    • Feature/custom ide by @aguilaair in https://github.com/fluttertools/sidekick/pull/176

    Improvements

    • Make playground text selectable by @aguilaair in https://github.com/leoafarias/sidekick/pull/162
    • Remove pedantic and add flutter_lints by @aguilaair in https://github.com/leoafarias/sidekick/pull/169
    • Improvements for windows by @aguilaair in https://github.com/leoafarias/sidekick/pull/168
    • Upload new icons by @aguilaair in https://github.com/leoafarias/sidekick/pull/173
    • Add artifacts to main build action by @aguilaair in https://github.com/leoafarias/sidekick/pull/181
    • Updated mac os icon by @leoafarias in https://github.com/leoafarias/sidekick/pull/182
    • Enable transparency on all Windows themes by @aguilaair in https://github.com/leoafarias/sidekick/pull/184
    • Use actual Big Sur icon style by @aguilaair in https://github.com/leoafarias/sidekick/pull/185
    • Null Safety Migration by @leoafarias in https://github.com/leoafarias/sidekick/pull/188
    • Add artifacts to main build action by @aguilaair in https://github.com/fluttertools/sidekick/pull/181
    • [ImgBot] Optimize images by @imgbot in https://github.com/fluttertools/sidekick/pull/180
    • Enable transparency on all Windows themes by @aguilaair in https://github.com/fluttertools/sidekick/pull/184
    • Improve window border on non-windows devices by @aguilaair in ade6666b357dca1e450ad39120f335801dd73f0e

    Docs

    • Redesigned readme by @aguilaair in https://github.com/leoafarias/sidekick/pull/174
    • Updated readme by @its-me-mahmud in https://github.com/fluttertools/sidekick/pull/209
    • docs: add Chrg1001 as a contributor for translation by @allcontributors in https://github.com/leoafarias/sidekick/pull/149
    • docs: add LosDanieloss as a contributor for translation by @allcontributors in https://github.com/leoafarias/sidekick/pull/153
    • docs: add federicoviceconti as a contributor for translation by @allcontributors in https://github.com/leoafarias/sidekick/pull/157
    • docs: add federicoviceconti as a contributor for bug by @allcontributors in https://github.com/leoafarias/sidekick/pull/160
    • docs: add Hu-Wentao as a contributor for code by @allcontributors in https://github.com/leoafarias/sidekick/pull/179
    • docs: add HighError as a contributor for translation by @allcontributors in https://github.com/fluttertools/sidekick/pull/211
    • docs: add its-me-mahmud as a contributor for translation by @allcontributors in https://github.com/fluttertools/sidekick/pull/212

    Dependencies

    • Add dependabot by @aguilaair in https://github.com/fluttertools/sidekick/pull/190
    • Bump hive from 2.0.6 to 2.1.0 by @dependabot in https://github.com/fluttertools/sidekick/pull/192
    • Bump build_runner from 2.1.7 to 2.1.8 by @dependabot in https://github.com/fluttertools/sidekick/pull/193
    • Bump fvm from 2.2.6 to 2.3.0 by @dependabot in https://github.com/fluttertools/sidekick/pull/195
    • Update dependency on constraints by @leoafarias in https://github.com/fluttertools/sidekick/pull/205
    • Bump window_manager from 0.1.8 to 0.2.1 by @dependabot in https://github.com/fluttertools/sidekick/pull/200
    • Bump path_provider from 2.0.1 to 2.0.9 by @dependabot in https://github.com/fluttertools/sidekick/pull/199
    • Bump file_selector_windows from 0.0.2+1 to 0.8.2 by @dependabot in https://github.com/fluttertools/sidekick/pull/191
    • Bump file_selector_macos from 0.0.4+1 to 0.8.2 by @dependabot in https://github.com/fluttertools/sidekick/pull/204
    • Bump file_selector from 0.8.2+1 to 0.8.4+1 by @dependabot in https://github.com/fluttertools/sidekick/pull/206

    New Contributors

    • @chrg1001 made their first contribution in https://github.com/fluttertools/sidekick/pull/148
    • @LosDanieloss made their first contribution in https://github.com/fluttertools/sidekick/pull/152
    • @federicoviceconti made their first contribution in https://github.com/fluttertools/sidekick/pull/156
    • @dependabot made their first contribution in https://github.com/fluttertools/sidekick/pull/192
    • @its-me-mahmud made their first contribution in https://github.com/fluttertools/sidekick/pull/208
    • @HighError made their first contribution in https://github.com/fluttertools/sidekick/pull/210

    Full Changelog: https://github.com/leoafarias/sidekick/compare/0.2.0...1.0.0

    Source code(tar.gz)
    Source code(zip)
    linux-1.0.0.zip(10.38 MB)
    macos-1.0.0.zip(93.59 MB)
    release.zip(10.39 MB)
    Sidekick-latest-x86_64.AppImage(43.22 MB)
    sidekick-linux-1.0.0.AppImage(43.22 MB)
    sidekick-macos-1.0.0.dmg(14.81 MB)
    sidekick-windows-1.0.0-MS-NS.msix(11.63 MB)
    sidekick-windows-1.0.0-MS-S.msix(11.59 MB)
    sidekick-windows-1.0.0.msix(11.63 MB)
    windows-1.0.0.zip(22.26 MB)
  • 0.2.0(Oct 8, 2021)

    Hello everyone! We're well on our way to 1.0.0, and, with this update, we're bringing a bunch of new features and improvements that make it effortless to use Sidekick as your central flutter hub.

    Added

    • #81 - Internationalization, huge thanks to all of the contributors for their effort to bring this feature to life. Languages available: English, Spanish, German, Arabic, Swedish, Korean and Chinese. Thanks to @kassadin, @broderbluff, @kamel912, @MaximilianFlechtner, @Ahmadre, @seenewmax and more!
    • #111 - You can now open your projects into VSCode or XCode directly from Sidekick.
    • #4 - Welcome, Linux! You can now install sidekick using a snap. Installing docs coming soon. Thanks to @pedroermarinho for creating the snap.
    • #129 - Linux automatic updates.

    Removed

    • #122 - We're saying goodbye to the packages screen as it fell outside the scope of Sidekick and we want to concentrate on making sidekick as great as possible.

    Fixed

    • #100 - We have now migrated the database to a place where no additional permissions are required, so Sidekick will no longer require access to your documents. This migration will be made automagically ✨ and after your first sidekick run you may disable documents access.
    • #104 - Sidekick will now (once again) show an error if it is having trouble reading its settings.
    • #124 - Fixed build zip URL pointing to a deprecated URL
    • #126 Fixed high CPU usage in Windows. Thanks to @Hu-Wentao
    • #89 Preventing crashing after closing the sidebar. Thanks to @arthurdenner

    Maintainers: @leoafarias, @aguilaair

    Source code(tar.gz)
    Source code(zip)
    linux-0.2.0.zip(54.88 MB)
    macos-0.2.0.zip(88.25 MB)
    sidekick-linux-0.2.0.AppImage(45.79 MB)
    sidekick-macos-0.2.0.dmg(14.16 MB)
    sidekick-windows-0.2.0.msix(10.78 MB)
    windows-0.2.0.zip(21.04 MB)
    windows-signed-0.2.0.Msix(11.06 MB)
Owner
Leo Farias
Leo Farias
The objective is to create a simple app using Dart/Flutter, for make a REST API integration with Flutter, using free JSON API

ListView Builder App The objective is to create a simple app using Dart/Flutter, for make a REST API integration with Flutter, using free JSON API: ht

Rafael Tozzo 1 Dec 7, 2022
Simple application for tracking weight. See Google Play for more details about this app!

WeightTracker Simple application for tracking weight. See Google Play for more details about this app! Getting started To build the app you need to cr

MSzalek mobile apps 344 Dec 14, 2022
A flutter app for beginners when using flutter and Dart packages to speed up development

xylophone A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

Trần Văn Nguyên 1 Nov 15, 2021
Chat App Development Front-End and Back-End using Flutter, SocketIo, and NodeJS. (Limited code)

Chat App Development Front-End and Back-End using Flutter, SocketIo, and NodeJS. (Limited code) ( You can buy the full code on $30 (mail me): devstack

Balram Rathore 364 Dec 31, 2022
Portfolio App using Flutter Development 💖  

??  Portfolio App Portfolio App using Flutter Development ??   ✌  Screenshot ⚡  Social Media  Instagram: @bimsp___  Facebook: @mrbrelax.56  LinkedIn:

Bimantara Sutato Putra 3 Aug 14, 2022
Flutter Development - Hybrid App Dev by Amit Maity

Flutter Development - Hybrid App Dev by Amit Maity

Amit Maity 4 Jul 3, 2022
This is a project we created for our Mobile App Development task under The Sparks Foundation Internship.

Hello everyone! This is a project we created for our Mobile App Development task under The Sparks Foundation Internship. We hope you like it!

Eyosiyas Tibebu 4 Jun 14, 2022
Make My Meal App Built Using Flutter

MakeMyMeal App using Flutter Make My Meal ?? provides recipe and other useful information for some of the popular delicious dishes. You can filter out

Arslan 1 Oct 8, 2021
A Flutter Make Phone Calls App || Direct Call || Indirect Call

flutter_make_phone_calls A new Flutter Make Phone Calls application. Getting Started For help getting started with Flutter, view our online documentat

Ahmer Iqbal 1 Jul 25, 2022
A Dart-written Android app to make taking notes, tasks and events easy and straight forward

A Dart-written Android app to make taking notes, tasks and events easy and straight forward

n0pe 3 Nov 15, 2022
This is mobile application fortune telling using Flutter for development.

Flutter Tarot Card Description: This is mobile application fortune telling using Flutter for development. How I can run it? ?? Clone this repository ?

Dao Hong Vinh 17 Sep 25, 2022
Flutter | Because a widget-driven development requires a widget-driven preview.

Create samples of your widgets and preview them in real time This project is experimental but safe to use as not code is added during compilation. It

Jaime Blasco 242 Dec 27, 2022
A Flutter package which can be used to make polylines(route) from a source to a destination, and also handle a driver's realtime location (if any) on the map.

GoogleMapsWidget For Flutter A widget for flutter developers to easily integrate google maps in their apps. It can be used to make polylines from a so

Rithik Bhandari 14 Nov 30, 2022
Flutter State Management: Movie App with Provider, Riverpod, flutter_bloc & more

Flutter State Management: Movie App with Provider, Riverpod, flutter_bloc & more This reference project shows how to implement a (Netflix-inspired) mo

Andrea Bizzotto 427 Dec 29, 2022
This app was designed with the idea of making Cryptocurrency a more widely known and a household name using Dart

This app was designed with the idea of making Cryptocurrency a more widely known and a household name using Dart as the main programming language Flutter as the supporting framework and java as the Backend language. UI Done simply to let people buy and sell cryptocurrencies easily

Ankit Kr Ghosh 2 Aug 23, 2022
A smart farming application that makes agriculture more efficient and effective with the help of high-precision algorithms.

Submission by Titans for Bit-by-Bit(IIIT Bhagalpur) Entry of Titans, from SRM Institute of Science and Technology, Kattankulathur, to Bit-by-Bit(IIIT

Abhijeet Gupta 15 Oct 13, 2022
Instead of a simple counter app, the @FlutterDev team can provide a simple game like the one below.

Instead of a simple counter app, the @FlutterDev team can provide a simple game like the one below. Thanks to the @rive_app team for their easy-to-use animation kit.

Md. Siam 10 Oct 27, 2022
A Flutter app that demonstrates how to build a simple app using the SpaceX API created by the Very Good Ventures Team.

SpaceX Demo Developed with ?? by Very Good Ventures ?? A Flutter app that demonstrates how to build a simple app using the SpaceX API created by the V

Very Good Ventures 120 Dec 27, 2022
This app it's a simple app to help you choose between alcool or gasoline based on the price of the gasoline and the price of the alcool.

This app it's a simple app to help you choose between alcool or gasoline based on the price of the gasoline and the price of the alcool. It's a simple app that uses a simple logo, two text fields and a button that calculate and show the best option.

Cácio Lucas 0 Oct 3, 2021