mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
[linting_tool] Implement exporting profiles (#869)
This commit is contained in:
committed by
GitHub
parent
a46327ef80
commit
9986fe2f2c
@@ -38,7 +38,7 @@ class _TestApp extends StatelessWidget {
|
||||
create: (context) => RuleStore(_mockClient),
|
||||
),
|
||||
ChangeNotifierProvider<ProfilesStore>(
|
||||
create: (context) => ProfilesStore(),
|
||||
create: (context) => ProfilesStore(_mockClient),
|
||||
),
|
||||
],
|
||||
child: MaterialApp(
|
||||
|
||||
Reference in New Issue
Block a user