Skip to content

issues Search Results · repo:passsy/flutter_wrapper language:Dart

Filter by

21 results
 (79 ms)

21 results

inpasssy/flutter_wrapper (press backspace or delete to remove)

I m trying to upgrade to flutter 3.3.0 using the specified command: sh -c curl -fsSL https://raw.githubusercontent.com/passsy/flutter_wrapper/master/install.sh | bash /dev/stdin -t v3.3.0 But that gives ...
  • AlexanderMendivil
  • 4
  • Opened 
    on Mar 28, 2024
  • #38

Do you have to insert curl command in your CI? Anyone uses this with CI, es there an example? Maybe it can be made into a Github action?
  • romanr
  • 1
  • Opened 
    on Mar 4, 2024
  • #36

I use flutter_wrapper, I tried to implement melos to the same project but I have two problems: 1) If pubspec.yaml is not in the root directory CI can not install flutter_wrapper 2) When I try to install ...
  • Eldar2021
  • 2
  • Opened 
    on Jan 31, 2023
  • #35

This is an awesome solution but the biggest challenge is onboarding/communication, especially with Intellij/Android studio users. Please consider a good way to a) Push the flutterw usage to repo or similar ...
  • neiljaywarner
  • 5
  • Opened 
    on Apr 11, 2022
  • #30

This is what I put after the # Fix not initialized flutter submodule block of my flutterw script: PUBSPEC_VERSION=$(yq eval .environment.flutter pubspec.yaml) if [ -z $PUBSPEC_VERSION ]; then echoerr ...
  • fdietze
  • 3
  • Opened 
    on Sep 20, 2021
  • #23

# submodule starting with - are not initialized init_status=$(git submodule | grep \ $FLUTTER_SUBMODULE_NAME$ | cut -c 1) # Fix not initialized flutter submodule if [ $init_status = - ]; then ...
  • stefanschaller
  • 1
  • Opened 
    on May 5, 2021
  • #22

Is this project still actively maintained?
  • bottee
  • 4
  • Opened 
    on Aug 6, 2020
  • #21

Been using flutter wrapper in multiple projects and when starting a new project it is a bit of an inconvenience to have to go to the project page to find the shell command to install it in the new project. ...
  • dalewking
  • 3
  • Opened 
    on Dec 12, 2019
  • #20

I keep multiple packages in one repository with structure like this / ├── A/ │ └── pubspec.yaml ├── B/ │ └── pubspec.yaml └── C/ │ └── pubspec.yaml ├── flutterw ├── .flutter ├── .gitmodules ├── ...
enhancement
  • WezSieTato
  • 1
  • Opened 
    on Oct 30, 2019
  • #18

I have a flutter project that isn’t placed in root repository directory but in child dir. Running install command in child directory creates .gitmodules: [submodule child/.flutter ] path = child/.flutter ...
enhancement
  • WezSieTato
  • 4
  • Opened 
    on Oct 30, 2019
  • #17
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub