Commit 8bc2880
authored
chore: Set minimum Dart SDK to 3.5 (#254)
Throughout repo and in CLI, set the minimum Dart SDK to 3.5. This allows us to use the pub workspace feature while allowing 2 previous versions of Flutter/Dart to be supported.
This change required re-formatting the CLI package which had been previously migrated to Dart 3.7 formatting.1 parent 85c3d88 commit 8bc2880
File tree
441 files changed
+259667
-250327
lines changed- apps/cli
- bin
- fixtures
- apps
- firebase
- celest
- client/lib
- src
- goldens/functions/greeting
- supabase
- standalone
- _common
- lib/src/models
- api
- client
- lib
- src
- goldens/functions
- asserts
- classes
- collections
- cycles
- demo
- exceptions
- extension_types
- generic_wrappers
- metadata
- overrides
- parameter_types
- parameters
- records
- return_types
- sealed_classes
- typedefs
- auth
- client
- lib
- src
- goldens/functions
- authenticated_lib
- lib
- public_lib
- lib/src/generated
- data
- client
- lib
- src
- goldens/functions/tasks
- env_vars
- client
- lib
- src
- goldens/functions/injected
- exceptions
- client
- lib
- src
- goldens/functions
- external
- nonthrowing
- throwing
- flutter
- client
- lib
- src
- goldens/functions
- dart_ui
- flutter
- http
- client
- lib
- src
- goldens/functions
- http_errors
- http_header
- http_method
- http_query
- http_status
- marcelo
- client
- lib
- src
- goldens/functions
- exceptions
- models
- simple
- client
- lib
- streaming
- client
- lib
- src
- goldens/functions/server_side
- lib/src
- analytics
- analyzer
- plugin
- resolver
- ast
- codegen
- api
- client
- categories
- cloud
- project
- commands
- upgrade
- compiler
- api
- native_assets
- config
- database
- cache
- project
- env
- frontend
- github
- init
- migrations
- logging
- platform
- process
- project
- pub
- releases
- sdk
- serialization
- types
- utils
- test
- analyzer
- e2e
- common
- features
- bugs
- targets
- env
- pub
- types
- packages/celest_lints
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
441 files changed
+259667
-250327
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments