Add the new flutter project code
This commit is contained in:
parent
adb3149891
commit
dbc094b67b
132 changed files with 4533 additions and 0 deletions
19
pubspec.yaml
Normal file
19
pubspec.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: nbteditor
|
||||
description: A new Flutter project.
|
||||
publish_to: 'none'
|
||||
version: 0.1.0
|
||||
|
||||
environment:
|
||||
sdk: '>=3.1.5 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^2.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
Loading…
Add table
Add a link
Reference in a new issue