1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-16 03:48:41 +00:00

Update for 3.13 stable (#1992)

This commit is contained in:
Brett Morgan
2023-08-25 02:52:33 +10:00
committed by GitHub
parent f1fd4341ff
commit 7d169b4d98
82 changed files with 1141 additions and 819 deletions

View File

@@ -11,9 +11,6 @@ steps:
- web
- name: Flutter recreate
flutter: create --platforms android,ios,windows,linux,macos,web --org dev.flutter.formApp .
- name: Strip DEVELOPMENT_TEAM
strip-lines-containing: DEVELOPMENT_TEAM =
path: ios/Runner.xcodeproj/project.pbxproj
- name: Drop widget_test.dart
rm: test/widget_test.dart
- name: Flutter upgrade